Unexpected keys observed after connection reopen for disagg

XMLWordPrintableJSON

    • Storage Engines, Storage Engines - Transactions
    • SE Transactions - 2025-09-12
    • 5

      When running test_timestamp12.py with disagg hook, an assertion was raised getting unexpected keys after connection reopen (checkpoint):

      ======================================================================
      [pid:6829]: FAIL: None
      ----------------------------------------------------------------------
      [pid:6829]: 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_timestamp12.py", line 117, in test_timestamp_recovery
          self.verify_expected(logged_exp, ckpt_exp)
        File "/home/ubuntu/work/wiredtiger/test/suite/test_timestamp12.py", line 67, in verify_expected
          self.assertTrue(ckpt_actual == ckpt_exp)
      AssertionError: False is not true

      The check failed specifically for the below 2 close configuration types:

              ('dfl', dict(close_cfg='', all_expected=False)),
              ('use_stable', dict(close_cfg='use_timestamp=true', all_expected=False)), 

      The command to reproduce the failure:

      $ python3 ../test/suite/run.py -v 2 --hook disagg test_timestamp12.py 

            Assignee:
            Linh Tran
            Reporter:
            Luke Chen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: