Details
-
Task
-
Resolution: Fixed
-
Minor - P4
-
None
-
None
-
Fully Compatible
-
TIG 2017-07-10
Description
When core dumps are generated during testing etc/evergreen.yml, will gather them and archive them. The archive format should be a single archive of just these files with no subdirectory src. What is observed is the following formats.
Windows:
ls -R src
|
build mongo
|
dump_unittest_test.28153.core
|
|
|
src/build:
|
cached
|
|
|
src/build/cached:
|
mongo
|
|
|
src/build/cached/mongo:
|
unittest
|
|
|
src/build/cached/mongo/unittest:
|
unittest_test.2017-05-26T19-48-12.mdmp
|
|
|
src/mongo:
|
util
|
|
|
src/mongo/util:
|
options_parser
|
|
|
src/mongo/util/options_parser:
|
test_config_files
|
|
|
src/mongo/util/options_parser/test_config_files:
|
Linux:
src
|
|
|
./src:
|
dump_unittest_test.9938.core
|