test_cc02.py fails with AssertionError: 1 != 0 (obsolete_on_disk mismatch)

XMLWordPrintableJSON

    • Storage Engines, Storage Engines - Persistence
    • SE Persistence - 2025-09-12
    • 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)
      

       

            Assignee:
            Etienne Petrel
            Reporter:
            Sid Mahajan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: