maven-integration-testing icon indicating copy to clipboard operation
maven-integration-testing copied to clipboard

Try to fix MavenITmng7836AlternativePomSyntaxTest

Open slawekjaranowski opened this issue 2 years ago • 5 comments

slawekjaranowski avatar Sep 26 '23 21:09 slawekjaranowski

This patch make a build green https://github.com/apache/maven/actions/runs/6318762268 but not resolve a problem

slawekjaranowski avatar Sep 27 '23 05:09 slawekjaranowski

The fix is #308. The problem occurred because I split some PRs. Each PR was individually passing the tests, but when both had been merged, the test from the first PR was broken by the second PR.

gnodet avatar Sep 27 '23 06:09 gnodet

Master build is still suffer from it ... do we have any other idea - how to fix After release alpha-8 we will can remove access to remote repo and move needed artifacts to bootstrap.

slawekjaranowski avatar Oct 04 '23 17:10 slawekjaranowski

Master build is still suffer from it ... do we have any other idea - how to fix After release alpha-8 we will can remove access to remote repo and move needed artifacts to bootstrap.

I still think we should run the integration tests on a locally build distribution, else there's no way we can test something depending on new code in maven. So for the time being, I would either disable the test until alpha-8 is released or build Maven snapshot locally (or disable Jenkins jobs which are the only one failing).

gnodet avatar Oct 04 '23 21:10 gnodet

Master build is still suffer from it ... do we have any other idea - how to fix After release alpha-8 we will can remove access to remote repo and move needed artifacts to bootstrap.

I still think we should run the integration tests on a locally build distribution, else there's no way we can test something depending on new code in maven. So for the time being, I would either disable the test until alpha-8 is released or build Maven snapshot locally (or disable Jenkins jobs which are the only one failing).

We run test on current build distribution:

Running integration tests for Maven 4.0.0-alpha-8-SNAPSHOT
	using Maven executable: /home/jenkins/jenkins-home/workspace/Maven_maven-box_maven_MNG-7898/test/core-it-suite/target/apache-maven/bin/mvn
	with verifier.forkMode: auto

We only don't have populated local repo used by test by Maven build

slawekjaranowski avatar Oct 04 '23 22:10 slawekjaranowski