Re: Failing integration tests with

2010-01-23 Thread Benjamin Bentmann
Kristian Rosenvold wrote: I get failures on the following three tests. Please zip up core-it-suite/target directory and either drop it in your Apache WWW space or mail it to me. There is no base for analysis without the build logs. Benjamin ---

Failing integration tests with

2010-01-23 Thread Kristian Rosenvold
When I run the 3.0 trunk with the IT's using the following command: mvn clean test -Prun-its -Dverifier.forkMode=auto I get failures on the following three tests. All tests work without -Dverifier.forkMode=auto Any takers ? Kristian Failed tests: testit(org.apache.maven.it.MavenITmng4361F

Re: svn commit: r902080 - in /maven/maven-3/trunk/maven-model-builder/src: main/java/org/apache/maven/model/interpolation/ test/java/org/apache/maven/model/interpolation/

2010-01-23 Thread Benjamin Bentmann
Hi Kristian, Author: krosenvold Date: Fri Jan 22 13:35:34 2010 New Revision: 902080 URL: http://svn.apache.org/viewvc?rev=902080&view=rev Log: [MNG-4542] StringSearchModelInterpolator concurrency problem Revived test from 2.2.X code base, fixed concurrency issue and added concurrency test Ad