-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: WT2.6.1
-
Component/s: None
-
None
Some of the WiredTiger Python tests open extra connections (e.g., in order to simulate a crash). If those tests fail, the connections stay open, which can cause later tests to fail.
Add some infrastructure to make it easy for tests to automatically register additional connections and have them closed by the default tearDown implementation.