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 b7a9a20 commit b70b9a2Copy full SHA for b70b9a2
tests/page.py
@@ -730,8 +730,7 @@ def test_page_backup_with_lost_wal_segment(self):
730
'INFO: Wait for LSN' in e.message and
731
'in archived WAL segment' in e.message and
732
'Could not read WAL record at' in e.message and
733
- 'WAL segment "{0}" is absent\n'.format(
734
- file) in e.message,
+ 'is absent' in e.message,
735
'\n Unexpected Error Message: {0}\n CMD: {1}'.format(
736
repr(e.message), self.cmd))
737
0 commit comments