Add replication_connect_timeout to quorum test
Added replication_connect_timeout to replication/*quorum.lua scripts to decrease replication/quorum.test.lua test run time in 2 times which was 150 seconds before it. Before the patch this test run time was near to 'test-timeout' limit of 110 seconds and even to 120 seconds of 'no-output-timeout' limit. It caused test to fail because of it. Also the test uses to wait for 3rd replica till it will be connected and this timeout helps to avoid of long waitings.
Showing
- test/replication/quorum.lua 3 additions, 1 deletiontest/replication/quorum.lua
- test/replication/quorum.result 4 additions, 4 deletionstest/replication/quorum.result
- test/replication/quorum.test.lua 4 additions, 4 deletionstest/replication/quorum.test.lua
- test/replication/replica_quorum.lua 2 additions, 0 deletionstest/replication/replica_quorum.lua
Please register or sign in to comment