- Notifications
You must be signed in to change notification settings - Fork86
Closed
Description
validate
with subj will give false-positive alarm about corruption, withrestore
andmerge
it may lead to storing unneeded files.
validate test:
======================================================================FAIL: test_backup_concurrent_drop_table (tests.backup.BackupTest)----------------------------------------------------------------------Traceback (most recent call last): File "tests/backup.py", line 1045, in test_backup_concurrent_drop_table self.assertEqual(show_backup['status'], "OK")AssertionError: u'CORRUPT' != 'OK'----------------------------------------------------------------------Ran 1 test in 13.500sFAILED (failures=1)