-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Test Python
-
None
-
Storage Engines - Persistence
-
SE Persistence - 2026-02-13
-
None
This is derived from WT-14937.
test_rollback_to_stable01 is currently globally disabled. By simply enable this (applying following diff), the behaviour is different from DSC to ASC mode.
- ASC: I've started a patch with unit test in non-disagg variants, all unit test passed, which means this is still a valid test now.
- DSC: By removing the skip, the test was still be skipped by inmem and rollback_to_stable in the test suite disagg filters here.
- This is a name based filter, so skip this test in disagg test seems work as expected, need double confirm.
diff --git a/test/suite/test_rollback_to_stable01.py b/test/suite/test_rollback_to_stable01.py index 8a1434c1dd..b2a99baf10 100644 --- a/test/suite/test_rollback_to_stable01.py +++ b/test/suite/test_rollback_to_stable01.py @@ -73,7 +73,6 @@ class test_rollback_to_stable01(test_rollback_to_stable_base): def test_rollback_to_stable(self): # FIXME-WT-14937: not working with disagg. - self.skipTest("page delta") nrows = 10000 # Create a table.
- is related to
-
WT-14937 Some checkpoint tests crashing under disagg hook
-
- Closed
-