We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4781d8 commit ac9c5dcCopy full SHA for ac9c5dc
src/bin/pgbench/t/001_pgbench_with_server.pl
@@ -1222,7 +1222,8 @@ sub check_pgbench_logs
1222
# Check that we have a serialization error and the same random value of the
1223
# delta variable in the next try
1224
my $err_pattern =
1225
- "client (0|1) got an error in command 3 \\(SQL\\) of script 0; "
+ "(client (0|1) sending UPDATE xy SET y = y \\+ -?\\d+\\b).*"
1226
+ . "client \\g2 got an error in command 3 \\(SQL\\) of script 0; "
1227
. "ERROR: could not serialize access due to concurrent update\\b.*"
1228
. "\\g1";
1229
0 commit comments