Make a test endure log_error_verbosity=verbose.

Back-patch to v13, which introduced the test code in question.
This commit is contained in:
Noah Misch 2021-03-21 19:09:29 -07:00
parent 992d353a19
commit e3f4aec027
1 changed files with 1 additions and 1 deletions

View File

@ -175,5 +175,5 @@ foreach my $i (0 .. 1800)
}
$logfile = slurp_file($node_standby->logfile());
ok( $logfile =~
qr/FATAL: recovery ended before configured recovery target was reached/,
qr/FATAL: .* recovery ended before configured recovery target was reached/,
'recovery end before target reached is a fatal error');