test: use default replication connection timeout
All local connection timeout settings not related to the testing scenario are removed within this change. Instead of removed values the default one from src/box/lua/load_cfg.lua will be used. The approach with a single default value helps to avoid flaky test results regarding different timeout values and makes the future maintainence easier. The change is required for LSAN and ASAN testing machinery since it introduces a little overhead and cause failures for tests with excessively strict time limits. Needed for #2058
Showing
- test/replication/autobootstrap.lua 0 additions, 2 deletionstest/replication/autobootstrap.lua
- test/replication/autobootstrap.result 1 addition, 1 deletiontest/replication/autobootstrap.result
- test/replication/autobootstrap.test.lua 1 addition, 1 deletiontest/replication/autobootstrap.test.lua
- test/replication/autobootstrap_guest.lua 0 additions, 2 deletionstest/replication/autobootstrap_guest.lua
- test/replication/before_replace.result 3 additions, 3 deletionstest/replication/before_replace.result
- test/replication/before_replace.test.lua 3 additions, 3 deletionstest/replication/before_replace.test.lua
- test/replication/ddl.lua 0 additions, 2 deletionstest/replication/ddl.lua
- test/replication/hot_standby.lua 0 additions, 1 deletiontest/replication/hot_standby.lua
- test/replication/master.lua 0 additions, 1 deletiontest/replication/master.lua
- test/replication/master_quorum.lua 0 additions, 2 deletionstest/replication/master_quorum.lua
- test/replication/on_replace.lua 0 additions, 2 deletionstest/replication/on_replace.lua
- test/replication/quorum.lua 0 additions, 2 deletionstest/replication/quorum.lua
- test/replication/quorum.result 7 additions, 8 deletionstest/replication/quorum.result
- test/replication/quorum.test.lua 7 additions, 8 deletionstest/replication/quorum.test.lua
- test/replication/rebootstrap.lua 0 additions, 2 deletionstest/replication/rebootstrap.lua
- test/replication/rebootstrap.result 2 additions, 2 deletionstest/replication/rebootstrap.result
- test/replication/rebootstrap.test.lua 2 additions, 2 deletionstest/replication/rebootstrap.test.lua
- test/replication/recover_missing_xlog.result 1 addition, 1 deletiontest/replication/recover_missing_xlog.result
- test/replication/recover_missing_xlog.test.lua 1 addition, 1 deletiontest/replication/recover_missing_xlog.test.lua
- test/replication/replica.lua 0 additions, 1 deletiontest/replication/replica.lua
Loading
Please register or sign in to comment