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

Commit 4467f41

Browse files
committed
another race (brick) in the test (wall)
1 parent 2f0e278 commit 4467f41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

t/001_basic_recovery.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
note("starting node 2");
6767
$cluster->{nodes}->[2]->start;
6868

69-
$cluster->await_nodes( (2) );
69+
$cluster->await_nodes( (0,1,2) );
7070

7171
note("inserting 6 on node 0 (can fail)");
7272
$cluster->psql(0, 'postgres', "insert into t values(6, 60);");

t/004_recovery.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
$cluster->pgbench_await($pgb_handle);
100100

101101
# await recovery
102-
$cluster->await_nodes( (2) );
102+
$cluster->await_nodes( (0,1,2) );
103103

104104
# check data identity
105105
$cluster->psql(0, 'postgres', $hash_query, stdout => \$hash0);

0 commit comments

Comments
 (0)