We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970bd02 commit 93f0f5eCopy full SHA for 93f0f5e
tests/ptrack.py
@@ -4029,7 +4029,7 @@ def test_ptrack_pg_resetxlog(self):
4029
except ProbackupException as e:
4030
self.assertTrue(
4031
'ERROR: LSN from ptrack_control ' in e.message and
4032
- 'differs from Start LSN of previous backup' in e.message,
+ 'is greater than Start LSN of previous backup' in e.message,
4033
'\n Unexpected Error Message: {0}\n'
4034
' CMD: {1}'.format(repr(e.message), self.cmd))
4035
0 commit comments