forked from fl00r/go-tarantool-1.6
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: flaky queue/Example_connectionPool on macOS #278
Labels
Comments
oleg-jukovec
added
bug
Something isn't working
teamE
good first issue
Good for newcomers
labels
Mar 24, 2023
oleg-jukovec
changed the title
test: flaky Example_connectionPool on macOS
test: flaky queue/Example_connectionPool on macOS
Mar 24, 2023
Merged
|
|
oleg-jukovec
added a commit
that referenced
this issue
May 12, 2023
We need to wait for a queue configuration on all instances before start a work. Closes #278
|
oleg-jukovec
added a commit
that referenced
this issue
May 12, 2023
oleg-jukovec
added a commit
that referenced
this issue
May 12, 2023
We need to wait a ready state for a queue. We also need to wait for a success queue configuration on all instances before start a work. Closes #278
oleg-jukovec
added a commit
that referenced
this issue
May 12, 2023
Ttr should be in seconds. Part of #278
oleg-jukovec
added a commit
that referenced
this issue
May 12, 2023
We need to wait a ready state for a queue. We also need to wait for a success queue configuration on all instances before start a work. Closes #278
oleg-jukovec
added a commit
that referenced
this issue
May 12, 2023
oleg-jukovec
added a commit
that referenced
this issue
May 12, 2023
oleg-jukovec
added a commit
that referenced
this issue
May 12, 2023
Ttr should be in seconds. Part of #278
oleg-jukovec
added a commit
that referenced
this issue
May 12, 2023
We need to wait for an additional events to make the test stable: 1. A ready state for a queue. 2. A success queue configuration on all instances. 3. An available RW instance. 4. A success role switch. Closes #278
oleg-jukovec
added a commit
that referenced
this issue
May 12, 2023
oleg-jukovec
added a commit
that referenced
this issue
May 12, 2023
oleg-jukovec
added a commit
that referenced
this issue
May 12, 2023
Ttr should be in seconds. Part of #278
oleg-jukovec
added a commit
that referenced
this issue
May 12, 2023
We need to wait for an additional events to make the test stable: 1. A ready state for a queue. 2. A success queue configuration on all instances. 3. An available RW instance. 4. A success role switch. Closes #278
oleg-jukovec
added a commit
that referenced
this issue
May 12, 2023
We don't have stable results if queue.cfg({in_replicaset = true}) is called after box.cfg(). Probably it is expected [1]. 1. tarantool/queue#206 Part of #278
oleg-jukovec
added a commit
that referenced
this issue
May 12, 2023
We need to wait for an additional events to make the test stable: 1. A ready state for a queue. 2. A success queue configuration on all instances. 3. An available RW instance. 4. A success role switch. Closes #278
oleg-jukovec
added a commit
that referenced
this issue
May 15, 2023
oleg-jukovec
added a commit
that referenced
this issue
May 15, 2023
oleg-jukovec
added a commit
that referenced
this issue
May 15, 2023
Ttr should be in seconds. Part of #278
oleg-jukovec
added a commit
that referenced
this issue
May 15, 2023
We don't have stable results if queue.cfg({in_replicaset = true}) is called after box.cfg(). Probably it is expected [1]. 1. tarantool/queue#206 Part of #278
oleg-jukovec
added a commit
that referenced
this issue
May 15, 2023
We need to wait for an additional events to make the test stable: 1. A ready state for a queue. 2. A success queue configuration on all instances. 3. An available RW instance. 4. A success role switch. Closes #278
oleg-jukovec
added a commit
that referenced
this issue
May 17, 2023
oleg-jukovec
added a commit
that referenced
this issue
May 17, 2023
oleg-jukovec
added a commit
that referenced
this issue
May 17, 2023
Ttr should be in seconds. Part of #278
oleg-jukovec
added a commit
that referenced
this issue
May 17, 2023
We don't have stable results if queue.cfg({in_replicaset = true}) is called after box.cfg(). Probably it is expected [1]. 1. tarantool/queue#206 Part of #278
oleg-jukovec
added a commit
that referenced
this issue
May 17, 2023
We need to wait for an additional events to make the test stable: 1. A ready state for a queue. 2. A success queue configuration on all instances. 3. An available RW instance. 4. A success role switch. Closes #278
oleg-jukovec
added a commit
that referenced
this issue
May 18, 2023
oleg-jukovec
added a commit
that referenced
this issue
May 18, 2023
oleg-jukovec
added a commit
that referenced
this issue
May 18, 2023
Ttr should be in seconds. Part of #278
oleg-jukovec
added a commit
that referenced
this issue
May 18, 2023
We don't have stable results if queue.cfg({in_replicaset = true}) is called after box.cfg(). Probably it is expected [1]. 1. tarantool/queue#206 Part of #278
oleg-jukovec
added a commit
that referenced
this issue
May 18, 2023
We need to wait for an additional events to make the test stable: 1. A ready state for a queue. 2. A success queue configuration on all instances. 3. An available RW instance. 4. A success role switch. Closes #278
oleg-jukovec
added a commit
that referenced
this issue
May 18, 2023
Overview The release adds pagination support and wrappers for the crud module. Breaking changes There are no breaking changes in the release. New features Support pagination (#246). A Makefile target to test with race detector (#218). Support CRUD API (#108). An ability to replace a base network connection to a Tarantool instance (#265). Missed iterator constant (#285). Bugfixes Several non-critical data race issues (#218). Build on Apple M1 with OpenSSL (#260). ConnectionPool does not properly handle disconnection with Opts.Reconnect set (#272). Watcher events loss with a small per-request timeout (#284). Connect() panics on concurrent schema update (#278). Wrong Ttr setup by Queue.Cfg() (#278). Flaky queue/Example_connectionPool (#278). Flaky queue/Example_simpleQueueCustomMsgPack (#277). Other queue module version bumped to 1.3.0 (#278).
oleg-jukovec
added a commit
that referenced
this issue
May 18, 2023
Overview The release adds pagination support and wrappers for the crud module. Breaking changes There are no breaking changes in the release. New features Support pagination (#246). A Makefile target to test with race detector (#218). Support CRUD API (#108). An ability to replace a base network connection to a Tarantool instance (#265). Missed iterator constant (#285). Bugfixes Several non-critical data race issues (#218). Build on Apple M1 with OpenSSL (#260). ConnectionPool does not properly handle disconnection with Opts.Reconnect set (#272). Watcher events loss with a small per-request timeout (#284). Connect() panics on concurrent schema update (#278). Wrong Ttr setup by Queue.Cfg() (#278). Flaky queue/Example_connectionPool (#278). Flaky queue/Example_simpleQueueCustomMsgPack (#277). Other queue module version bumped to 1.3.0 (#278).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/tarantool/go-tarantool/actions/runs/4511463511/jobs/7944401745
https://github.com/tarantool/go-tarantool/actions/runs/4512321687/jobs/7948237951
The text was updated successfully, but these errors were encountered: