Uploaded image for project: 'Maven Surefire'
  1. Maven Surefire
  2. SUREFIRE-751

Support parallel/fork mode similar to http://maven-junit-plugin.kenai.com/

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.9
    • 2.13
    • process forking
    • None

    Description

      The current parallel execution spawns one thread per_class

      When there is a large disparity between the number of tests in different classes, this can result in a longer execution time. This can often happen in GUI testing, where a couple of classes will contain a lot of long running (but low cpu) test cases, and the remaining classes run fast.

      See http://maven-junit-plugin.kenai.com/ for an attempt at solving this

      Attachments

        1. SUREFIRE-751-part1.patch
          81 kB
          Andreas Gudian
        2. SUREFIRE-751-part2.patch
          18 kB
          Andreas Gudian

        Issue Links

          Activity

            People

              krosenvold Kristian Rosenvold
              stephenc Stephen Connolly
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: