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

olamy pushed a change to branch junit-5-parallel
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


    omit c8b4f1a1b use a bit of extra memory, remove extra configuration not 
needed
    omit c15318d29 use a bit of extra memory, remove extra configuration not 
needed
    omit 910bd5a41 fix plugin installation
    omit 8eee66ab4 reduce a bit parallelism
    omit e24558a51 typo
    omit f19335843 reduce parallelism for ci
    omit d075d9dde reduce a bit parallelism
    omit ef94e00d3 simple read of settings xml
    omit f126347fc implement some fixes for local repo thread safety
    omit f62d63a9b avoid issue with local repo
    omit 3cfbeda8f fix test
    omit f712cc909 try to avoid deadlock
    omit 71ec4ce4e try to improve thread safety
    omit 6f8aadbcf need to run this one as Isolated, as it's not really thread 
safe
    omit 2200283c1 disable this dependency
    omit 5e29044f8 reduce parallel for GHA
    omit b4ab143ab restore that
    omit 0bc806599 more threads for ITs on Jenkins and GHA
    omit 5aade6950 enforce using last version
    omit 5691dd526 reduce parallelism
    omit 78bdf5e3e try parallel run with Junit5 feature
     add 0fd42031c Use surefire 3.5.5 by project itself for testing
     add 41bcd4c4c Execute ITs in embedded mode by default (#3323)
     add 6391ca025 try parallel run with Junit5 feature
     add 8eba14c3a reduce parallelism
     add 8a82d8790 enforce using last version
     add 8884b0bda more threads for ITs on Jenkins and GHA
     add 78f7e54a6 restore that
     add 8e5151f99 reduce parallel for GHA
     add 4780ed84e disable this dependency
     add 5bda5afc9 need to run this one as Isolated, as it's not really thread 
safe
     add 77e1836e5 try to improve thread safety
     add b261229d2 try to avoid deadlock
     add 93a6614c2 fix test
     add 284c77eae avoid issue with local repo
     add a96503a37 implement some fixes for local repo thread safety
     add 3f3abe2d1 simple read of settings xml
     add fdcfd293c reduce a bit parallelism
     add df352fef0 reduce parallelism for ci
     add 90a89a13e typo
     add 480db8bc2 reduce a bit parallelism
     add 98adc6a95 fix plugin installation
     add 60314bea6 use a bit of extra memory, remove extra configuration not 
needed
     add c66eb90ad use a bit of extra memory, remove extra configuration not 
needed
     add cfbe6b6e0 last verifier snapshot

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c8b4f1a1b)
            \
             N -- N -- N   refs/heads/junit-5-parallel (cfbe6b6e0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 maven-failsafe-plugin/pom.xml                      |  8 --
 maven-surefire-common/pom.xml                      |  8 --
 maven-surefire-plugin/pom.xml                      |  8 --
 maven-surefire-report-plugin/pom.xml               |  8 --
 pom.xml                                            | 19 ++++-
 surefire-api/pom.xml                               |  8 --
 surefire-booter/pom.xml                            |  8 --
 surefire-extensions-api/pom.xml                    |  8 --
 surefire-its/pom.xml                               | 19 +++--
 .../surefire/its/CheckTestNgReportTestIT.java      |  1 +
 .../org/apache/maven/surefire/its/ForkCountIT.java |  9 ++-
 .../surefire/its/JUnit448TestCategoriesIT.java     |  8 +-
 .../surefire/its/TestMultipleMethodPatternsIT.java |  3 +-
 ...stMultipleMethodPatternsIncludesExcludesIT.java |  3 +-
 ...ipleMethodPatternsTestNGIncludesExcludesIT.java |  3 +-
 ...TestMultipleMethodPatternsTestNGIncludesIT.java |  3 +-
 .../org/apache/maven/surefire/its/UmlautDirIT.java |  5 +-
 .../maven/surefire/its/fixture/MavenLauncher.java  | 88 ++++++++++++++++++----
 .../surefire/its/fixture/MavenLauncherTest.java    |  3 +-
 .../fixture/SurefireJUnit4IntegrationTestCase.java |  6 +-
 .../surefire/its/fixture/SurefireLauncherTest.java |  2 +-
 .../its/jiras/Surefire1053SystemPropertiesIT.java  |  3 +-
 .../its/jiras/Surefire1211JUnit4TestNgIT.java      |  6 +-
 ...urefire1534ReuseForksFalseWithJavaModuleIT.java |  4 +-
 .../Surefire855AllowFailsafeUseArtifactFileIT.java |  1 +
 surefire-logger-api/pom.xml                        |  8 --
 surefire-providers/common-java5/pom.xml            |  8 --
 surefire-providers/pom.xml                         | 16 ----
 surefire-report-parser/pom.xml                     |  8 --
 29 files changed, 140 insertions(+), 142 deletions(-)

Reply via email to