-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Disagg CI-blocker, Test Python
-
None
-
Storage Engines, Storage Engines - Persistence
-
SE Persistence backlog
-
None
test_cc02.py is failing when run in disgg mode due to an unexpected obsolete_on_disk count. The test expects this value to be zero, but it is observed as 1.
python3 run.py --hook "disagg=(role=leader)" test_cc02.py
Failure Log:
====================================================================== [pid:239900]: FAIL: None ---------------------------------------------------------------------- [pid:239900]: Traceback (most recent call last): File "/home/ubuntu/wiredtiger/test/suite/wttest.py", line 243, in _callTestMethod method() File "/home/ubuntu/wiredtiger/test/suite/test_cc02.py", line 111, in test_cc self.assertEqual(obsolete_on_disk, 0) AssertionError: 1 != 0 ---------------------------------------------------------------------- Ran 2 tests in 2.117s FAILED (failures=1)
- related to
-
WT-14681 Disagg python testing: triage tests that crash in C.
-
- Closed
-