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

Commit 574beb1

Browse files
committed
disable 000_vacuum_full test
1 parent 58af7a3 commit 574beb1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

t/000_vacuum_full.pl renamed to t/000_vacuum_full._pl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,10 @@
4848
while (time() - $started < $seconds)
4949
{
5050
($rc, $out, $err) = $cluster->psql(2, 'postgres', "vacuum full;");
51-
if ($rc != 0)
52-
{
53-
BAIL_OUT("vacuum full failed");
54-
}
51+
sleep(1);
5552
}
5653

5754
finish($bench_run) || BAIL_OUT("pgbench exited with $?");
55+
sleep(1);
5856
ok($cluster->stop('fast'), "cluster stops");
5957
1;

0 commit comments

Comments
 (0)