Certain tests such as noPassthrough/exit_logging.js intentionally crash the server and leave a core dump behind. When a task on Evg fails, regardless of which test failed the core analyzer will be triggered if a core dump is found. This means that the core analyzer is currently being triggered in cases where a random test fails and exit_logging.js happened to leave a core dump behind.
This is to have the shell clean up after tests like exit_logging.js.
- related to
-
SERVER-81639 Switch windows variants from the hang analyzer to the core analyzer
- Backlog
-
SERVER-97554 Mongo ModuleLoader's resolveBaseUrl(...) can be moved up a few layers
- Needs Scheduling