Gilbert Song created MESOS-5044:
-----------------------------------
Summary: Temporary directories created by environment->mkdtemp
cleanup can be problematic.
Key: MESOS-5044
URL: https://issues.apache.org/jira/browse/MESOS-5044
Project: Mesos
Issue Type: Improvement
Components: test
Reporter: Gilbert Song
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)