-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Correctness
-
Fully Compatible
Currently record_mongodb_server_version.sh runs `mongod --version` in compile_dist_test. The problem with this is that segfaults can happen during mongod startup. If this segfault happens in compile_dist_test then it happens before the binaries/debugsymbols are uploaded so we get a core dump with no binaries to debug it with.
It should be move to the end of archive_dist_test_debug after debugsymbols are uploaded.
- is related to
-
SERVER-82640 Upload mongod --version output to S3 during server compilation in Evergreen
- Closed