v12-0006-Do-CIC-test-time-based-to-ensure-bug-repro.patch
application/octet-stream
Filename: v12-0006-Do-CIC-test-time-based-to-ensure-bug-repro.patch
Type: application/octet-stream
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v12-0006
Subject: Do CIC test time-based to ensure bug repro
| File | + | − |
|---|---|---|
| contrib/amcheck/t/002_cic.pl | 2 | 2 |
From 01e82d19be928947d359b449ad6bb6df03551491 Mon Sep 17 00:00:00 2001
From: Andrey Borodin <amborodin@acm.org>
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)