From 01e82d19be928947d359b449ad6bb6df03551491 Mon Sep 17 00:00:00 2001 From: Andrey Borodin Date: Sun, 15 Aug 2021 11:04:35 +0000 Subject: [PATCH v12 6/6] Do CIC test time-based to ensure bug repro --- contrib/amcheck/t/002_cic.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/amcheck/t/002_cic.pl b/contrib/amcheck/t/002_cic.pl index db5d44846f..d11bda57f4 100644 --- a/contrib/amcheck/t/002_cic.pl +++ b/contrib/amcheck/t/002_cic.pl @@ -44,11 +44,11 @@ my $pgbench_h = $node->background_pgbench('postgres', \$pgbench_in, \$pgbench_ou SELECT bt_index_check('idx',true); ) }, - '--no-vacuum --client=1 --transactions=200'); + '--no-vacuum --client=1 --time=30'); # Run pgbench. $node->pgbench( - '--no-vacuum --client=5 --transactions=200', + '--no-vacuum --client=5 --time=30', 0, [qr{actually processed}], [qr{^$}], -- 2.24.3 (Apple Git-128)