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

Remove extraneous directories and files in Core Dump archive

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Minor - P4 Minor - P4
    • 3.5.10
    • None
    • Testing Infrastructure
    • 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
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: