test: fix replica's replication_timeout in replication suite
The value of box.cfg.replication_timeout should be the same on all members of a cluster, otherwise replication may stop on timeout. Since master.lua has box.cfg.replication_timeout set to 0.1, we should use the same value in all replica scripts. This fixes replication/wal_rw_stress test sporadic failure. Closes #3885
Showing
- test/replication/hot_standby.lua 1 addition, 0 deletionstest/replication/hot_standby.lua
- test/replication/replica.lua 1 addition, 0 deletionstest/replication/replica.lua
- test/replication/replica_uuid.lua 1 addition, 0 deletionstest/replication/replica_uuid.lua
- test/replication/wal_off.lua 1 addition, 0 deletionstest/replication/wal_off.lua
Loading
Please register or sign in to comment