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:
parent
26774132c9
commit
7d3e7f864c
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user