Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 48664e4

Browse files
committed
Make a test endure log_error_verbosity=verbose.
Back-patch to v13, which introduced the test code in question.
1 parent 7bdc717 commit 48664e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/recovery/t/003_recovery_targets.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,5 +175,5 @@ sub test_recovery_standby
175175
}
176176
$logfile = slurp_file($node_standby->logfile());
177177
ok( $logfile =~
178-
qr/FATAL: recovery ended before configured recovery target was reached/,
178+
qr/FATAL: .* recovery ended before configured recovery target was reached/,
179179
'recovery end before target reached is a fatal error');

0 commit comments

Comments
 (0)