fix pingoff test race
This commit is contained in:
parent
49af4d07e4
commit
f33de403ed
@ -64,6 +64,7 @@ start_server {} {
|
|||||||
# make sure replication is still alive and kicking
|
# make sure replication is still alive and kicking
|
||||||
$R(1) incr x
|
$R(1) incr x
|
||||||
wait_for_condition 50 1000 {
|
wait_for_condition 50 1000 {
|
||||||
|
[status $R(0) loading] == 0 &&
|
||||||
[$R(0) get x] == 1
|
[$R(0) get x] == 1
|
||||||
} else {
|
} else {
|
||||||
fail "replica didn't get incr"
|
fail "replica didn't get incr"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user