Skip to content

Commit 59773da

Browse files
committed
Make a test endure log_error_verbosity=verbose.
1 parent b859d94 commit 59773da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/recovery/t/024_archive_recovery.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ sub test_recovery_wal_level_minimal
8484
# Confirm that the archive recovery fails with an expected error
8585
my $logfile = slurp_file($recovery_node->logfile());
8686
ok( $logfile =~
87-
qr/FATAL: WAL was generated with wal_level=minimal, cannot continue recovering/,
87+
qr/FATAL: .* WAL was generated with wal_level=minimal, cannot continue recovering/,
8888
"$node_text ends with an error because it finds WAL generated with wal_level=minimal");
8989
}
9090

0 commit comments

Comments
 (0)