1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00

[PBCKP-129] fix tests.replica.ReplicaTest.test_replica_stop_lsn_null_offset_next_record

This commit is contained in:
Mikhail A. Kulagin 2022-08-29 05:04:05 +03:00
parent 26774132c9
commit 7d3e7f864c

View File

@ -806,7 +806,7 @@ class ReplicaTest(ProbackupTest, unittest.TestCase):
log_content)
self.assertIn(
'LOG: stop_lsn: 0/4000000',
'INFO: stop_lsn: 0/4000000',
log_content)
self.assertTrue(self.show_pb(backup_dir, 'replica')[0]['status'] == 'DONE')