This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a change to branch miss-tests
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
omit 553fc5be9 Detecting tests which was not added to TestSuiteOrdering
add 57ade7362 Replace deprecated systemProperties by
systemPropertyVariables
add f4a02132a [MNG-5181] Improve "missing dependency" message (#249)
add 671cbfd27 [MNG-7716] ConcurrencyDependencyGraph deadlock if no root
can be selected
add c1550119c Add missing bootstrap dependencies
add 4174ee329 [MNG-7737] IT for profiles (#252)
add 81eae7a16 Detecting tests which was not added to TestSuiteOrdering
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 (553fc5be9)
\
N -- N -- N refs/heads/miss-tests (81eae7a16)
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:
core-it-suite/pom.xml | 59 +++-------
...MavenITmng7128BlockExternalHttpReactorTest.java | 9 +-
...rTest.java => MavenITmng7716BuildDeadlock.java} | 45 +++----
.../it/MavenITmng7737ProfileActivationTest.java | 103 ++++++++++++++++
.../org/apache/maven/it/TestSuiteOrdering.java | 2 +
.../src/test/resources-filtered/bootstrap.txt | 5 +
core-it-suite/src/test/resources/mng-7716/pom.xml | 19 +++
.../settings}/pom.xml | 10 +-
.../test/resources/mng-7737-profiles/pom-file1.txt | 1 +
.../src/test/resources/mng-7737-profiles/pom.xml | 130 +++++++++++++++++++++
.../resources/mng-7737-profiles/settings-file1.txt | 1 +
.../test/resources/mng-7737-profiles/settings.xml | 119 +++++++++++++++++++
12 files changed, 429 insertions(+), 74 deletions(-)
copy
core-it-suite/src/test/java/org/apache/maven/it/{MavenITmng0612NewestConflictResolverTest.java
=> MavenITmng7716BuildDeadlock.java} (63%)
create mode 100644
core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7737ProfileActivationTest.java
create mode 100644 core-it-suite/src/test/resources/mng-7716/pom.xml
copy
core-it-suite/src/test/resources/{mng-6256-special-chars-alternate-pom-location/directory-with-
-space => mng-7716/settings}/pom.xml (53%)
create mode 100644
core-it-suite/src/test/resources/mng-7737-profiles/pom-file1.txt
create mode 100644 core-it-suite/src/test/resources/mng-7737-profiles/pom.xml
create mode 100644
core-it-suite/src/test/resources/mng-7737-profiles/settings-file1.txt
create mode 100644
core-it-suite/src/test/resources/mng-7737-profiles/settings.xml