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

Commit 4f487d9

Browse files
committed
keep on fixing races in tests
1 parent 4467f41 commit 4f487d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/004_recovery.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
$oldhash = $hash0;
4343

4444
$cluster->{nodes}->[2]->start;
45-
$cluster->await_nodes( (2) );
45+
$cluster->await_nodes( (0,1,2) );
4646

4747
$cluster->psql(0, 'postgres', $hash_query, stdout => \$hash0);
4848
$cluster->psql(1, 'postgres', $hash_query, stdout => \$hash1);

0 commit comments

Comments
 (0)