From 13a16e23b54ceb658d9f2e26dc21b79bff9a30f0 Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Sun, 31 May 2020 06:31:04 +0300 Subject: [PATCH] tests: fixes for d46fa5f82fe086 --- tests/replica.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/replica.py b/tests/replica.py index 85e104f0..4ec51eb6 100644 --- a/tests/replica.py +++ b/tests/replica.py @@ -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(