-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
Milestone
Description
The problem is twofold:
- Redundancy retention is based on
recovery-timecomparison, no chain awareness. So actually expired chain can still hang around. - Incremental
backupjust takes latest valid backup as parent, also no chain awareness.
======================================================================
FAIL: test_retention_redundancy_overlapping_chains (tests.retention.RetentionTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tests/retention.py", line 1276, in test_retention_redundancy_overlapping_chains
self.assertEqual(len(self.show_pb(backup_dir, 'node')), 2)
AssertionError: 5 != 2
----------------------------------------------------------------------
Ran 1 test in 24.617s
Repored by Rostislav Pochevalov