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

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • None
    • Storage Engines, Storage Engines - Persistence
    • SE Persistence backlog
    • 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:
              [DO NOT USE] Backlog - Storage Engines Team
              Reporter:
              Sid Mahajan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: