Skip to content
Snippets Groups Projects
Commit 45da2569 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

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
parent f22f3d24
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment