Re: Integration test suite

2022-08-22 Thread Henning Schmiedehausen
gt; > > all commits after "[MNG-7353] ..." ( > > > > https://github.com/apache/maven/commit/95bdbf6821d16c2b4f1df6f820600e0d4b1 > > > b9 166 ) > > > > > > This makes it slightly difficult for me to understand if my PRs > actually > >

Re: Integration test suite

2022-08-22 Thread Henning Schmiedehausen
gt; 1ce > >> > >> The same seems to apply for the maven-3.9.x branch ( > >> https://github.com/apache/maven/commits/maven-3.9.x) - test failures > for > >> all commits after "[MNG-7353] ..." ( > >> > https://github.com/apache/maven/commit/95

Re: Integration test suite

2022-08-22 Thread Maarten Mulders
after "[MNG-7353] ..." ( https://github.com/apache/maven/commit/95bdbf6821d16c2b4f1df6f820600e0d4b1b9 166 ) This makes it slightly difficult for me to understand if my PRs actually break something in maven (I am pretty sure they do not) or whether this is a knock on effect from other integration tests failing. T

Re: Integration test suite

2022-08-21 Thread Hervé BOUTEMY
est failures for > > all commits after "[MNG-7353] ..." ( > > https://github.com/apache/maven/commit/95bdbf6821d16c2b4f1df6f820600e0d4b1 > > b9 166 ) > > > > This makes it slightly difficult for me to understand if my PRs actually > > break something in m

Re: Integration test suite

2022-08-21 Thread Hervé BOUTEMY
ommit/95bdbf6821d16c2b4f1df6f820600e0d4b1b9 > 166 ) > > This makes it slightly difficult for me to understand if my PRs actually > break something in maven (I am pretty sure they do not) or whether this is > a knock on effect from other integration tests failing. The issue may be

Integration test suite

2022-08-21 Thread Henning Schmiedehausen
self; I can make the integration test suite pass locally (MacOS 12, Intel, JDK 17) for either branch. I tried to make sense of the github actions but they seem to be more complicated than I thought. I can get the test to pass locally by running % cd maven % mvn -PversionlessMavenDist clean i

Re: Running maven integration test suite behind a firewall?

2010-08-02 Thread Barrie Treloar
On Tue, Aug 3, 2010 at 10:07 AM, Benjamin Bentmann wrote: > Barrie Treloar wrote: > >> Looking at >> http://docs.codehaus.org/display/MAVEN/Creating+a+Maven+Integration+Test >> and the Verifier code there doesn't appear to be any way to pass in my >> local settings.xml (which sets the mirror defin

Re: Running maven integration test suite behind a firewall?

2010-08-02 Thread Benjamin Bentmann
Barrie Treloar wrote: Looking at http://docs.codehaus.org/display/MAVEN/Creating+a+Maven+Integration+Test and the Verifier code there doesn't appear to be any way to pass in my local settings.xml (which sets the mirror definitions) Many of the ITs require specific mirror/proxy setups, so usin

Running maven integration test suite behind a firewall?

2010-07-28 Thread Barrie Treloar
Looking at http://docs.codehaus.org/display/MAVEN/Creating+a+Maven+Integration+Test and the Verifier code there doesn't appear to be any way to pass in my local settings.xml (which sets the mirror definitions) Currently I'm hacking the IT test of interest and to include verifier.getCliOpt