You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2022/01/18 10:04:48 UTC

[maven-surefire] branch master updated (909637c -> 4b549e4)

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


    from 909637c  [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption
     add f8066dc  [SUREFIRE-1972] Use current version of surefire-shared-utils
     add 4b549e4  [github] max-parallel: 4, timeout-minutes: 7 hours

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven-verify.yml                 |  8 +++--
 maven-failsafe-plugin/pom.xml                      |  2 +-
 maven-surefire-common/pom.xml                      |  2 +-
 pom.xml                                            | 16 ++++++++--
 surefire-api/pom.xml                               |  2 +-
 surefire-booter/pom.xml                            |  3 +-
 .../surefire/booter/NewClassLoaderRunner.java      | 15 +++++----
 surefire-extensions-api/pom.xml                    |  2 +-
 surefire-its/pom.xml                               |  2 +-
 surefire-providers/common-java5/pom.xml            |  2 +-
 surefire-report-parser/pom.xml                     |  2 +-
 surefire-shared-utils/pom.xml                      | 36 ++++++++++++++++++++--
 12 files changed, 69 insertions(+), 23 deletions(-)