-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Correctness
-
Fully Compatible
-
2024-12-10, 2024-12-24
Some tests cause stracktraces to be printed even on successful runs, e.g.:
- jstests/noPassthrough/tassert_failpoint.js
- jstests/noPassthrough/exit_logging.js
It seems wasteful to spend time on symbolizing such stacktraces, so we should skip symbolizing on test success and also cleanup stracktrace files, so that they don't confuse resmoke when it runs the next tests.
- is related to
-
SERVER-97251 Shell should clean up core dumps from intentional test crashes
- Closed