mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-12-13 11:53:59 +02:00
tests: minor fixes for "checkdb" module
This commit is contained in:
parent
57da2e5b38
commit
b12b89f3ba
@ -434,12 +434,12 @@ class CheckdbTest(ProbackupTest, unittest.TestCase):
|
||||
repr(e.message), self.cmd))
|
||||
|
||||
self.assertIn(
|
||||
"WARNING: CORRUPTION in file {0}, block 1".format(
|
||||
'WARNING: Corruption detected in file "{0}", block 1'.format(
|
||||
os.path.normpath(heap_full_path)),
|
||||
e.message)
|
||||
|
||||
self.assertIn(
|
||||
"WARNING: CORRUPTION in file {0}, block 5".format(
|
||||
'WARNING: Corruption detected in file "{0}", block 5'.format(
|
||||
os.path.normpath(heap_full_path)),
|
||||
e.message)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user