-
Type: Technical Debt
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Salvage
-
1
-
2023-11-28 - Anthill Tiger
In test_txn19.py, we can find the following comment:
# Removing the 'WiredTiger.turtle' file has weird behavior: # Immediately doing wiredtiger_open (without salvage) succeeds. # Following that, wiredtiger_open w/ salvage also succeeds. # # But, immediately after the corruption, if we run # wiredtiger_open with salvage, it will fail. # This anomaly should be fixed or explained.
This ticket should check if this is still the case and update the comment with either a FIXME or remove it.