We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b859d94 commit 59773daCopy full SHA for 59773da
src/test/recovery/t/024_archive_recovery.pl
@@ -84,7 +84,7 @@ sub test_recovery_wal_level_minimal
84
# Confirm that the archive recovery fails with an expected error
85
my $logfile = slurp_file($recovery_node->logfile());
86
ok( $logfile =~
87
- qr/FATAL: WAL was generated with wal_level=minimal, cannot continue recovering/,
+ qr/FATAL: .* WAL was generated with wal_level=minimal, cannot continue recovering/,
88
"$node_text ends with an error because it finds WAL generated with wal_level=minimal");
89
}
90
0 commit comments