mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-14 14:59:52 +02:00
[Issue #187] test fix
This commit is contained in:
parent
803c607b46
commit
0cef487f43
@ -263,7 +263,7 @@ class ArchiveTest(ProbackupTest, unittest.TestCase):
|
|||||||
log_content)
|
log_content)
|
||||||
else:
|
else:
|
||||||
self.assertIn(
|
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_content)
|
||||||
|
|
||||||
log_file = os.path.join(node.logs_dir, 'postgresql.log')
|
log_file = os.path.join(node.logs_dir, 'postgresql.log')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user