Remove extraneous directories and files in Core Dump archive

XMLWordPrintableJSON

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

      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 (Inactive)
              Reporter:
              Jonathan Abrahams (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: