You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Avinash Sridharan (JIRA)" <ji...@apache.org> on 2017/01/03 22:37:58 UTC

[jira] [Created] (MESOS-6847) introducing `docker_store_dir` in unit-tests

Avinash Sridharan created MESOS-6847:
----------------------------------------

             Summary: introducing `docker_store_dir` in unit-tests 
                 Key: MESOS-6847
                 URL: https://issues.apache.org/jira/browse/MESOS-6847
             Project: Mesos
          Issue Type: Improvement
            Reporter: Avinash Sridharan
            Assignee: Avinash Sridharan


A lot of unit-tests use docker images with the universal containerizer. Currently, each test sets its own docker store directory. This leads to tests being really slow since very store creates the store dir anew, therefore, never caching the images already downloaded in previous tests. 

We propose to introduce a `docker_store_dir` for the entire gtest suite, which will get initialized on each run and can be used across all test cases. This would help speed up tests that use docker images with universal containerizer.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)