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 Mahler (Jira)" <ji...@apache.org> on 2019/10/29 02:09:00 UTC

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

    [ https://issues.apache.org/jira/browse/MESOS-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961600#comment-16961600 ] 

Benjamin Mahler commented on MESOS-4809:
----------------------------------------

[~bbannier] at this point should we resolve this and pull the improvements out of the epic?

> 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
>              Labels: mesosphere
>
> 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
(v8.3.4#803005)