Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-29401

Remove extraneous directories and files in Core Dump archive

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 3.5.10
    • Affects Version/s: None
    • Component/s: Testing Infrastructure
    • Labels:
      None
    • Fully Compatible
    • TIG 2017-07-10

      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
      

            Assignee:
            jonathan.abrahams Jonathan Abrahams
            Reporter:
            jonathan.abrahams Jonathan Abrahams
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: