-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Developer Productivity, Test Python
-
None
-
Storage Engines, Storage Engines - Foundations
-
SE Foundations - Q3+ Backlog
-
None
Now that we have an error log, we should dump its contents at the end of a failed test.
One way to do it would be to dump it inside wttest.WiredTigerTestCase.tearDown() if self.failed() is True.