You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Slawomir Jaranowski (Jira)" <ji...@apache.org> on 2021/09/18 18:18:00 UTC

[jira] [Created] (MINVOKER-287) parallelThreads and invoker.ordinal

Slawomir Jaranowski created MINVOKER-287:
--------------------------------------------

             Summary: parallelThreads and invoker.ordinal
                 Key: MINVOKER-287
                 URL: https://issues.apache.org/jira/browse/MINVOKER-287
             Project: Maven Invoker Plugin
          Issue Type: Bug
            Reporter: Slawomir Jaranowski


{{invoker.ordinal}} property in {{invokerPropertiesFile}} allow us to control run order of test projects.

Its work as documented when we use only one thread for executing tests.

But we use more than one executing threads jobs are *started* in the same time on separate threads so ordering of executing is not preserved.
h2. Proposition

Groups jobs by {{ordinal}} value and the jobs with the same value can be run concurrently on separate threads.

Next group of jobs should be executed after all previous finished.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)