Fix disagg python test_cursor17

XMLWordPrintableJSON

    • 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.

            Assignee:
            [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            Donald Anderson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: