-
Type: Task
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Checkpoints
-
3
-
StorEng - Defined Pipeline
In this test, we are checking the size of the file on disk to determine if checkpoint cleanup is cleaning up the fast-truncated pages and releasing disk space.
self.assertLess(os.path.getsize("test_fast_truncate"), disk_space_original)
A better way to check this would be to use the cc_pages_removed statistic, once it has been corrected in WT-11419.
- depends on
-
WT-11419 Increment cc_pages_removed when detecting a deleted page to remove
- Closed