You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Bannier (JIRA)" <ji...@apache.org> on 2016/02/29 10:13:18 UTC

[jira] [Created] (MESOS-4809) Allow parallel execution of tests

Benjamin Bannier created MESOS-4809:
---------------------------------------

             Summary: Allow parallel execution of tests
                 Key: MESOS-4809
                 URL: https://issues.apache.org/jira/browse/MESOS-4809
             Project: Mesos
          Issue Type: Epic
            Reporter: Benjamin Bannier
            Priority: Minor


We should allow parallel execution of tests. There are two flavors to this:

(a) tests are run in parallel in the same process, or
(b) tests are run in parallel with separate processes (e.g., with gtest-parallel).

While (a) likely has overall better performance, it depends on tests being independent of global state (e.g., current directory, and others). On the other hand, already (b) improves execution time, and has much smaller requirements.

This epic tracks efforts to fix test to allow scenario (b) above.



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