Btree remains dirty in test_layered_65 despite checkpointing it

XMLWordPrintableJSON

      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:
            Chenhao Qu
            Reporter:
            Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: