Commit 59773da2 authored by Noah Misch's avatar Noah Misch

Make a test endure log_error_verbosity=verbose.

parent b859d94c
......@@ -84,7 +84,7 @@ sub test_recovery_wal_level_minimal
# Confirm that the archive recovery fails with an expected error
my $logfile = slurp_file($recovery_node->logfile());
ok( $logfile =~
qr/FATAL: WAL was generated with wal_level=minimal, cannot continue recovering/,
qr/FATAL: .* WAL was generated with wal_level=minimal, cannot continue recovering/,
"$node_text ends with an error because it finds WAL generated with wal_level=minimal");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment