Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-5044

Temporary directories created by environment->mkdtemp cleanup can be problematic.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.0.0
    • test
    • Mesosphere Sprint 32
    • 1

    Description

      Currently in mesos test, we have the temporary directories created by `environment->mkdtemp()` cleaned up until the end of the test suite, which can be problematic. For instance, if we have many tests in a test suite, each of those tests is performing large size disk read/write in its temp dir, which may lead to out of disk issue on some resource limited machines.

      We should have these temp dir created by `environment->mkdtemp` cleaned up during each test teardown. Currently we only clean up the sandbox for each test.

      Attachments

        Issue Links

          Activity

            People

              jvanremoortere Joris Van Remoortere
              gilbert Gilbert Song
              Vinod Kone Vinod Kone
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: