-
Type: Task
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
StorEng - Refinement Pipeline
Summary
The print_python_stack_trace.py script prints backtraces on Linux.
I didn't see a core file on Windows(as a result of a failing Python test). Hence, the scope of WT-7661 was limited to obtaining the traces in the logs of failing Python tests on Ubunutu only.
Motivation
- Does this affect any team outside of WT?
No
- Is this issue urgent?
No
Acceptance Criteria (Definition of Done)
Allow print_python_stack_trace.py to print traces of failing Python tests on Windows in the evergreen logs.
- Investigate how to obtain the core file on windows.
- Create a class in the script to dump the traces from the core file to the logs.
- related to
-
WT-7661 Provide stack trace in Evergreen logs when python test dumps core
- Closed