From 1301706d30e5faa438dbd9009a1c0b4d28500c7c Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 21 Aug 2023 02:46:16 -0700 Subject: [PATCH] Increased concurrency in HNSW insert test --- test/t/014_hnsw_inserts.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t/014_hnsw_inserts.pl b/test/t/014_hnsw_inserts.pl index 8b5c728..0725244 100644 --- a/test/t/014_hnsw_inserts.pl +++ b/test/t/014_hnsw_inserts.pl @@ -50,7 +50,7 @@ for my $i (1 .. 20) } $node->pgbench( - "--no-vacuum --client=5 --transactions=20", + "--no-vacuum --client=20 --transactions=5", 0, [qr{actually processed}], [qr{^$}],