Commit e3f4aec0 authored by Noah Misch's avatar Noah Misch

Make a test endure log_error_verbosity=verbose.

Back-patch to v13, which introduced the test code in question.
parent 992d353a
...@@ -175,5 +175,5 @@ foreach my $i (0 .. 1800) ...@@ -175,5 +175,5 @@ foreach my $i (0 .. 1800)
} }
$logfile = slurp_file($node_standby->logfile()); $logfile = slurp_file($node_standby->logfile());
ok( $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'); 'recovery end before target reached is a fatal error');
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