-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Test Python, Verify
-
None
-
Storage Engines - Foundations
-
None
-
1
Currently if the TearDown verification fails we don't call dump_error_log() which is required to access errors origins through stderr.txt. Currently we print the dump only if test case fails not as part of the TearDown function. We should fix it to make debugging more convenient.