mirror of
https://github.com/postgres/postgres.git
synced 2026-02-22 17:31:00 -05:00
Make a test endure log_error_verbosity=verbose.
This commit is contained in:
parent
b859d94c63
commit
59773da2b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue