-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Checkpoints
-
Storage Engines - Foundations
-
47.841
-
None
-
None
Problem:
The testing in WT-18119 outlined a memory leak in __ckpt_load. See https://spruce.corp.mongodb.com/task/wiredtiger_ubuntu2004_asan_catch2_test_patch_086c8ca25fe6872383db86a1bf2c977fc31db19f_6a741b11c3813c0007292cb7_26_08_06_05_26_43/logs?execution=0
This blocked the review of WT-18119, so the offending tests were removed. This ticket adds those tests and fixes this error.
Definition of Done:
- Fix the memory leak
- Add the remaining testing from
WT-18119as a reproducer