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 361d408 commit c7dee40Copy full SHA for c7dee40
tests/restore_test.py
@@ -833,10 +833,9 @@ def test_restore_with_tablespace_mapping_1(self):
833
"Output: {0} \n CMD: {1}".format(
834
repr(self.output), self.cmd))
835
except ProbackupException as e:
836
- self.assertEqual(
+ self.assertIn(
837
+ 'ERROR: restore destination is not empty: "{0}"'.format(node.data_dir),
838
e.message,
- 'ERROR: restore destination is not empty: "{0}"\n'.format(
839
- node.data_dir),
840
'\n Unexpected Error Message: {0}\n CMD: {1}'.format(
841
repr(e.message), self.cmd))
842
0 commit comments