Skip to content

Commit f33de40

Browse files
oranagraantirez
authored andcommitted
fix pingoff test race
1 parent 49af4d0 commit f33de40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/psync2-pingoff.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ start_server {} {
6464
# make sure replication is still alive and kicking
6565
$R(1) incr x
6666
wait_for_condition 50 1000 {
67+
[status $R(0) loading] == 0 &&
6768
[$R(0) get x] == 1
6869
} else {
6970
fail "replica didn't get incr"

0 commit comments

Comments
 (0)