Uploaded image for project: 'Maven Invoker Plugin'
  1. Maven Invoker Plugin
  2. MINVOKER-287

parallelThreads and invoker.ordinal

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2.1
    • 3.3.0
    • None

    Description

      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.

      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.

      Attachments

        Issue Links

          Activity

            People

              sjaranowski Slawomir Jaranowski
              sjaranowski Slawomir Jaranowski
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: