From 9d689afd7e6c6eecba2eeac5998af64b47e1b95b Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 11 Aug 2023 17:17:28 -0700 Subject: [PATCH] Updated test name [skip ci] --- 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 5478fe4..f9f18f5 100644 --- a/test/t/014_hnsw_inserts.pl +++ b/test/t/014_hnsw_inserts.pl @@ -29,7 +29,7 @@ $node->pgbench( [qr{^$}], "concurrent INSERTs", { - "007_inserts" => "INSERT INTO tst SELECT ARRAY[$array_sql] FROM generate_series(1, 10) i;" + "014_hnsw_inserts" => "INSERT INTO tst SELECT ARRAY[$array_sql] FROM generate_series(1, 10) i;" } );