1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-12 14:56:08 +02:00

[Issue #187] test fix

This commit is contained in:
Grigory Smolkin 2020-03-21 01:37:05 +03:00
parent 803c607b46
commit 0cef487f43

View File

@ -263,7 +263,7 @@ class ArchiveTest(ProbackupTest, unittest.TestCase):
log_content)
else:
self.assertIn(
"ERROR: WAL segment 000000010000000000000002 could not be archived in 60 seconds",
"ERROR: WAL segment 000000010000000000000003 could not be archived in 60 seconds",
log_content)
log_file = os.path.join(node.logs_dir, 'postgresql.log')