Skip to content

Commit 9e1c424

Browse files
author
Marina Polyakova
committed
Pgbench Fix TAP tests 5 (fix typo in regular expression)
1 parent 945dc59 commit 9e1c424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pgbench/t/002_serialization_and_deadlock_failures.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ sub test_pgbench_deadlock_failures_retry
649649
my $pattern =
650650
"client 0 sending SELECT pg_advisory_lock\\((\\d)\\);\n"
651651
. "(client 0 receiving\n)+"
652-
. "(|SELECT pg_advisory_lock\\(" . WAIT_PGBENCH_2 . "\\);\n)"
652+
. "(|client 0 sending SELECT pg_advisory_lock\\(" . WAIT_PGBENCH_2 . "\\);\n)"
653653
. "\\g2*"
654654
. "client 0 sending SELECT pg_advisory_lock\\((\\d)\\);\n"
655655
. "\\g2+"

0 commit comments

Comments
 (0)