diff options
author | Noah Misch <noah@leadboat.com> | 2021-04-25 01:08:05 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2021-04-25 01:08:05 -0700 |
commit | 59773da2b132ced19c84ff1f69b53b5cf95fd69e (patch) | |
tree | f83c805b9a78e12c90276f0f20e0f8a612f95f8a /src | |
parent | b859d94c638968ccbb517ac7e151bdd94ed7c16a (diff) | |
download | postgresql-59773da2b132ced19c84ff1f69b53b5cf95fd69e.tar.gz postgresql-59773da2b132ced19c84ff1f69b53b5cf95fd69e.zip |
Make a test endure log_error_verbosity=verbose.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/recovery/t/024_archive_recovery.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/recovery/t/024_archive_recovery.pl b/src/test/recovery/t/024_archive_recovery.pl index 2d8d59454ee..78f06b690ac 100644 --- a/src/test/recovery/t/024_archive_recovery.pl +++ b/src/test/recovery/t/024_archive_recovery.pl @@ -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"); } |