1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-24 08:52:38 +02:00

tests: fixes for d46fa5f82f

This commit is contained in:
Grigory Smolkin 2020-05-31 06:31:04 +03:00
parent d46fa5f82f
commit 13a16e23b5

View File

@ -606,7 +606,7 @@ class ReplicaTest(ProbackupTest, unittest.TestCase):
return_id=False)
self.assertIn(
'LOG: Null offset in stop_backup_lsn value 0/4000000',
'LOG: Invalid offset in stop_lsn value 0/4000000',
output)
self.assertIn(
@ -714,7 +714,7 @@ class ReplicaTest(ProbackupTest, unittest.TestCase):
log_content = f.read()
self.assertIn(
'LOG: Null offset in stop_backup_lsn value 0/4000000',
'LOG: Invalid offset in stop_lsn value 0/4000000',
log_content)
self.assertIn(
@ -787,7 +787,7 @@ class ReplicaTest(ProbackupTest, unittest.TestCase):
return_id=False)
self.assertIn(
'LOG: Null offset in stop_backup_lsn value 0/4000000',
'LOG: Invalid offset in stop_lsn value 0/4000000',
output)
self.assertIn(