Btree remains dirty in test_layered_65 despite checkpointing it

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Test Python, Verify
    • None

      To reproduce the error for test_layered65, apply the diff below and run the test (commit used 4660826e93938b261abe5d40d931f50b7add6ed4):

      @@ -626,7 +629,7 @@ class WiredTigerTestCase(abstract_test_case.AbstractWiredTigerTestCase):
       
               if passed and self.__module__.startswith("test_layered"):
                   # FIXME-WT-16362: Always call verifyLayered once the unsupported tests are fixed.
      -            if not re.match("test_layered(39|65)", str(self)):
      +            if not re.match("test_layered39", str(self)):
                       self.verifyLayered()
                   else:
                       self.pr('skipping verify for unsupported tests')
      

            Assignee:
            [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: