-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Test Python, Verify
-
None
-
Storage Engines - Transactions
-
None
-
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')
- split to
-
WT-16366 ref->page is NULL for an in memory page inside __wt_page_in_func
-
- Needs Scheduling
-