Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1b80f80

Browse files
committed
extra check in 004_recovery.pl
1 parent c6ce52b commit 1b80f80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/004_recovery.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
$cluster->pgbench(0, ('-n','-N', -T => '4') );
3535
$cluster->pgbench(1, ('-n','-N', -T => '4') );
3636

37+
$cluster->await_nodes( (0,1) ); # just in case we've faced random timeout before
3738
$hash0 = $cluster->safe_psql(0, $hash_query);
3839
$hash1 = $cluster->safe_psql(1, $hash_query);
3940
is($hash0, $hash1, "Check that hash is the same before recovery");

0 commit comments

Comments
 (0)