forked from fl00r/go-tarantool-1.6
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Fix many flaky tests on macOs #281
Closed
Closed
Commits on May 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fe2cf85 - Browse repository at this point
Copy the full SHA fe2cf85View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff58114 - Browse repository at this point
Copy the full SHA ff58114View commit details -
bugfix: set wrong Ttr by Queue.Cfg()
Ttr should be in seconds. Part of #278
Configuration menu - View commit details
-
Copy full SHA for 94f3b72 - Browse repository at this point
Copy the full SHA 94f3b72View commit details -
bugfix: call queue.cfg() before box.cfg()
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
Configuration menu - View commit details
-
Copy full SHA for 80bf863 - Browse repository at this point
Copy the full SHA 80bf863View commit details -
test: fix flaky queue/Example_connectionPool
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
Configuration menu - View commit details
-
Copy full SHA for ac5be0d - Browse repository at this point
Copy the full SHA ac5be0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75bff3f - Browse repository at this point
Copy the full SHA 75bff3fView commit details -
An instance was listening on a testing port until the configuration was complete. At the end of the configuration, the port was reopened. As a result, we saw connection loss in tests. Closes #288
Configuration menu - View commit details
-
Copy full SHA for bd29b39 - Browse repository at this point
Copy the full SHA bd29b39View commit details -
We need to wait for a success role cluster configuration because an instance bootstrap may hasn't finished yet. Part of #291
Configuration menu - View commit details
-
Copy full SHA for a215108 - Browse repository at this point
Copy the full SHA a215108View commit details -
test: fix TestGracefulShutdownCloseConcurrent hang
We should release the lock even if connect fails. Part of #282
Configuration menu - View commit details
-
Copy full SHA for 893ccf8 - Browse repository at this point
Copy the full SHA 893ccf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ce5c9e - Browse repository at this point
Copy the full SHA 1ce5c9eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.