Merge pull request from oranagra/pingoff-test-race

fix pingoff  test race
This commit is contained in:
Salvatore Sanfilippo 2020-05-31 16:00:04 +02:00 committed by GitHub
commit 52e56bf70d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"