-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Disagg CI-blocker, Test Python
-
Storage Engines, Storage Engines - Transactions
-
SE Transactions - 2025-08-15, SE Transactions - 2025-08-29
-
3
When running test_timestamp03.py with disagg hook, an assertion was triggered failing to read the inserted values as per the read_timestamp (scenario 2):
====================================================================== [pid:10113]: FAIL: None ---------------------------------------------------------------------- [pid:10113]: Traceback (most recent call last): File "/home/ubuntu/work/wiredtiger/test/suite/wttest.py", line 243, in _callTestMethod method() File "/home/ubuntu/work/wiredtiger/test/suite/test_timestamp03.py", line 237, in test_timestamp03 self.check(self.session, 'read_timestamp=' + self.timestamp_str(t), File "/home/ubuntu/work/wiredtiger/test/suite/test_timestamp03.py", line 101, in check self.assertTrue(actual == expected) AssertionError: False is not true
The check failed specifically for the below "table-row" configuration type:
('table-row', dict(uri='table:', key_format='i', value_format='S')),
The command to reproduce the failure:
$ python3 ../test/suite/run.py -v 2 --hook disagg test_timestamp03.py
- related to
-
WT-14786 Disagg python testing: triage test_timestamp*.py tests
-
- In Progress
-