-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Test Python
-
Storage Engines, Storage Engines - Foundations
-
SE Foundations - Q3+ Backlog
-
None
test_cursor17 fails under the disagg hook:
python3 ../test/suite/run.py --hook disagg -v 2 cursor17 -s 1 ... ====================================================================== [pid:7172]: FAIL: None ---------------------------------------------------------------------- [pid:7172]: Traceback (most recent call last): File "/home/dda/wt/git/develop/test/suite/wttest.py", line 243, in _callTestMethod method() File "/home/dda/wt/git/develop/test/suite/test_cursor17.py", line 107, in test_globally_deleted_key self.assertEqual(cursor.get_key(), 99) AssertionError: 100 != 99 ====================================================================== [pid:7172]: FAIL: None ---------------------------------------------------------------------- [pid:7172]: Traceback (most recent call last): File "/home/dda/wt/git/develop/test/suite/wttest.py", line 243, in _callTestMethod method() File "/home/dda/wt/git/develop/test/suite/test_cursor17.py", line 186, in test_not_positioned self.assertEqual(cursor.get_key(), 100) AssertionError: 99 != 100
It's possible that WT-15291 is related, but it does look a little different, so this gets its own ticket. Hint: wait until WT-15291 is fixed, and try it then.
- is related to
-
WT-15291 disagg: test_cursor02, cursor05 fails iterating backwards
-
- Open
-