forked from tarantool/vshard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix flaky failover/failover.test.lua
Router pings replicas and if they cannot respond in failover_ping_timeout, it detaches connection from this replica. The test checks, that connection is not closed, when long response is done, even if failover_ping_timeout is small. However, as the connection is detached, it can be garbage collected, which leads to error. Let's stop garbage collection for this test. NO_DOC=test
- Loading branch information
1 parent
f119267
commit 461c569
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters