fix pingoff test race

This commit is contained in:
Oran Agra 2020-05-31 15:51:52 +03:00
parent f644b112ad
commit c480af9007

View File

@ -64,6 +64,7 @@ start_server {} {
# make sure replication is still alive and kicking
$R(1) incr x
wait_for_condition 50 1000 {
[status $R(0) loading] == 0 &&
[$R(0) get x] == 1
} else {
fail "replica didn't get incr"