You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/validate_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1494,7 +1494,7 @@ def test_pgpro561(self):
1494
1494
# result = node2.safe_psql("postgres", "select last_failed_wal from pg_stat_get_archiver() where last_failed_wal is not NULL")
1495
1495
## self.assertEqual(res, six.b(""), 'Restored Node1 failed to archive segment {0} due to having the same archive command as Master'.format(res.rstrip()))
1496
1496
# if result == "":
1497
-
# self.assertEqual(1, 0, 'Error is expected due to Master and Node1 having the common archive and archive_command')
1497
+
# self.assertEqual(1, 0, 'Error is expected due to Master and Node1 having the common archive and archive_command')
0 commit comments