Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit49546ae

Browse files
committed
Adjust recently added test for pg_signal_autovacuum role
This test was added by commitd2b7488, but fails iflog_error_verbosity is set to verbose. Adjust the regex that checks theerror message to allow for it containing an SQL status code.
1 parent884d791 commit49546ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/modules/test_misc/t/006_signal_autovacuum.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
# Check that the primary server logs a FATAL indicating that autovacuum
8585
# is terminated.
8686
ok($node->log_contains(
87-
qr/FATAL:terminating autovacuum process due to administrator command/,
87+
qr/FATAL:.*terminating autovacuum process due to administrator command/,
8888
$offset),
8989
"autovacuum worker signaled with pg_signal_autovacuum_worker granted");
9090

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp