wooo hooo!
here it is, at last: Core ITs are now ok for jobs using symbolic links

https://builds.apache.org/view/M-R/view/Maven%20Core%20ITs/

Regards,

Hervé

Le lundi 10 mars 2014 07:27:36 Hervé BOUTEMY a écrit :
> just for information, before someone asks: I know I broke one Jenkins job
> when hoping to fix another one...
> 
> I'll continue my tests tonight to fix these jobs *at the same time* :)
> 
> Regards,
> 
> Herve
> 
> Le dimanche 9 mars 2014 19:43:48 [email protected] a écrit :
> > Repository: maven-integration-testing
> > 
> > Updated Branches:
> >   refs/heads/master 9f11d8d70 -> b79791ee7
> > 
> > fix ITs when current path contains a Unix symbolic link (failures
> > reproduced on ASF Jenkins
> > https://builds.apache.org/job/core-integration-testing-maven-3-embedded)
> > 
> > Project:
> > http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
> > Commit:
> > http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/b7
> > 9
> > 791ee Tree:
> > http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/b797
> > 9
> > 1ee Diff:
> > http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/b797
> > 9
> > 1ee
> > 
> > Branch: refs/heads/master
> > Commit: b79791ee7dfc7c1f943ed03ded2875e1b5073503
> > Parents: 9f11d8d
> > Author: Hervé Boutemy <[email protected]>
> > Authored: Sun Mar 9 20:43:44 2014 +0100
> > Committer: Hervé Boutemy <[email protected]>
> > Committed: Sun Mar 9 20:43:44 2014 +0100
> > 
> > ----------------------------------------------------------------------
> > 
> >  .../maven/it/MavenITmng2201PluginConfigInterpolationTest.java    | 2 +-
> >  .../org/apache/maven/it/MavenITmng3475BaseAlignedDirTest.java    | 2 +-
> >  .../maven/it/MavenITmng3747PrefixedPathExpressionTest.java       | 2 +-
> >  .../org/apache/maven/it/MavenITmng3760BaseUriPropertyTest.java   | 4 ++--
> >  .../java/org/apache/maven/it/MavenITmng3827PluginConfigTest.java | 2 +-
> >  .../apache/maven/it/MavenITmng3864PerExecPluginConfigTest.java   | 2 +-
> >  .../apache/maven/it/MavenITmng3877BasedirAlignedModelTest.java   | 2 +-
> >  .../maven/it/MavenITmng3904NestedBuildDirInterpolationTest.java  | 2 +-
> >  .../apache/maven/it/MavenITmng3944BasedirInterpolationTest.java  | 4 ++--
> >  .../org/apache/maven/it/MavenITmng3951AbsolutePathsTest.java     | 2 +-
> >  10 files changed, 12 insertions(+), 12 deletions(-)
> > 
> > ----------------------------------------------------------------------
> > 
> > 
> > http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/b797
> > 91
> > ee/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng2201PluginCo
> > nfi gInterpolationTest.java
> > ----------------------------------------------------------------------
> > diff
> > --git
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng2201PluginConf
> > i
> > gInterpolationTest.java
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng2201PluginConf
> > i
> > gInterpolationTest.java index 39e5585..13ba7ed 100644
> > ---
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng2201PluginConf
> > i
> > gInterpolationTest.java +++
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng2201PluginConf
> > i
> > gInterpolationTest.java @@ -53,7 +53,7 @@ public class
> > MavenITmng2201PluginConfigInterpolationTest verifier.verifyErrorFreeLog();
> > 
> >          verifier.resetStreams();
> > 
> > -        testDir = testDir.getCanonicalFile();
> > +        //testDir = testDir.getCanonicalFile();
> > 
> >          Properties props = verifier.loadProperties(
> > 
> > "target/config.properties" ); assertEquals( new File( testDir, "target" ),
> > new File( props.getProperty( "stringParam" ) ) );
> > 
> > http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/b797
> > 91
> > ee/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3475BaseAlig
> > ned DirTest.java
> > ----------------------------------------------------------------------
> > diff
> > --git
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3475BaseAligne
> > d
> > DirTest.java
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3475BaseAligne
> > d
> > DirTest.java index 0baebdf..f3a4e6c 100644
> > ---
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3475BaseAligne
> > d
> > DirTest.java +++
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3475BaseAligne
> > d
> > DirTest.java @@ -56,7 +56,7 @@ public class
> > MavenITmng3475BaseAlignedDirTest> 
> >          verifier.verifyErrorFreeLog();
> >          verifier.resetStreams();
> > 
> > -        testDir = testDir.getCanonicalFile();
> > +        //testDir = testDir.getCanonicalFile();
> > 
> >          Properties configProps = verifier.loadProperties(
> > 
> > "target/config.properties" );
> > 
> > 
> > http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/b797
> > 91
> > ee/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3747Prefixed
> > Pat hExpressionTest.java
> > ----------------------------------------------------------------------
> > diff
> > --git
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3747PrefixedPa
> > t
> > hExpressionTest.java
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3747PrefixedPa
> > t
> > hExpressionTest.java index dea9ae0..62fb2ad 100644
> > ---
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3747PrefixedPa
> > t
> > hExpressionTest.java +++
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3747PrefixedPa
> > t
> > hExpressionTest.java @@ -54,7 +54,7 @@ public class
> > MavenITmng3747PrefixedPathExpressionTest verifier.verifyErrorFreeLog();
> > 
> >          verifier.resetStreams();
> > 
> > -        testDir = testDir.getCanonicalFile();
> > +        //testDir = testDir.getCanonicalFile();
> > 
> >          Properties props = verifier.loadProperties(
> > 
> > "target/config.properties" ); assertEquals( "path is: " + new File(
> > testDir, "relative" ).getAbsolutePath() + "/somepath",
> > 
> > http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/b797
> > 91
> > ee/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3760BaseUriP
> > rop ertyTest.java
> > ----------------------------------------------------------------------
> > diff
> > --git
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3760BaseUriPro
> > p
> > ertyTest.java
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3760BaseUriPro
> > p
> > ertyTest.java index 61c36f2..2251367 100644
> > ---
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3760BaseUriPro
> > p
> > ertyTest.java +++
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3760BaseUriPro
> > p
> > ertyTest.java @@ -53,7 +53,7 @@ public class
> > MavenITmng3760BaseUriPropertyTest
> > 
> >          verifier.verifyErrorFreeLog();
> >          verifier.resetStreams();
> > 
> > -        testDir = testDir.getCanonicalFile();
> > +        //testDir = testDir.getCanonicalFile();
> > 
> >          Properties props = verifier.loadProperties(
> > 
> > "target/profile.properties" ); // set via project
> > @@ -77,7 +77,7 @@ public class MavenITmng3760BaseUriPropertyTest
> > 
> >          verifier.verifyErrorFreeLog();
> >          verifier.resetStreams();
> > 
> > -        testDir = testDir.getCanonicalFile();
> > +        //testDir = testDir.getCanonicalFile();
> > 
> >          Properties props = verifier.loadProperties(
> > 
> > "target/profile.properties" ); // set via project
> > 
> > http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/b797
> > 91
> > ee/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3827PluginCo
> > nfi gTest.java
> > ----------------------------------------------------------------------
> > diff
> > --git
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3827PluginConf
> > i
> > gTest.java
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3827PluginConf
> > i
> > gTest.java index aa17254..7bfe441 100644
> > ---
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3827PluginConf
> > i
> > gTest.java +++
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3827PluginConf
> > i
> > gTest.java @@ -57,7 +57,7 @@ public class MavenITmng3827PluginConfigTest
> > 
> >          Properties props = verifier.loadProperties(
> > 
> > "target/plugin-config.properties" );
> > 
> > -        testDir = testDir.getCanonicalFile();
> > +        //testDir = testDir.getCanonicalFile();
> > 
> >          assertEquals( new File( testDir, "pom.xml" ), new File(
> > 
> > props.getProperty( "fileParam" ) ) ); assertEquals( "true",
> > props.getProperty( "booleanParam" ) );
> > 
> > http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/b797
> > 91
> > ee/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3864PerExecP
> > lug inConfigTest.java
> > ----------------------------------------------------------------------
> > diff
> > --git
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3864PerExecPlu
> > g
> > inConfigTest.java
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3864PerExecPlu
> > g
> > inConfigTest.java index 8898a39..feb1df6 100644
> > ---
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3864PerExecPlu
> > g
> > inConfigTest.java +++
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3864PerExecPlu
> > g
> > inConfigTest.java @@ -57,7 +57,7 @@ public class
> > MavenITmng3864PerExecPluginConfigTest
> > 
> >          Properties props = verifier.loadProperties(
> > 
> > "target/plugin-config.properties" );
> > 
> > -        testDir = testDir.getCanonicalFile();
> > +        //testDir = testDir.getCanonicalFile();
> > 
> >          assertEquals( new File( testDir, "pom.xml" ), new File(
> > 
> > props.getProperty( "fileParam" ) ) ); assertEquals( "true",
> > props.getProperty( "booleanParam" ) );
> > 
> > http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/b797
> > 91
> > ee/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3877BasedirA
> > lig nedModelTest.java
> > ----------------------------------------------------------------------
> > diff
> > --git
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3877BasedirAli
> > g
> > nedModelTest.java
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3877BasedirAli
> > g
> > nedModelTest.java index 925a55f..4650294 100644
> > ---
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3877BasedirAli
> > g
> > nedModelTest.java +++
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3877BasedirAli
> > g
> > nedModelTest.java @@ -55,7 +55,7 @@ public class
> > MavenITmng3877BasedirAlignedModelTest verifier.verifyErrorFreeLog();
> > 
> >          verifier.resetStreams();
> > 
> > -        testDir = testDir.getCanonicalFile();
> > +        //testDir = testDir.getCanonicalFile();
> > 
> >          Properties modelProps = verifier.loadProperties(
> > 
> > "target/model.properties" );
> > 
> > 
> > http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/b797
> > 91
> > ee/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3904NestedBu
> > ild DirInterpolationTest.java
> > ----------------------------------------------------------------------
> > diff
> > --git
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3904NestedBuil
> > d
> > DirInterpolationTest.java
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3904NestedBuil
> > d
> > DirInterpolationTest.java index 0551c62..52d0936 100644
> > ---
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3904NestedBuil
> > d
> > DirInterpolationTest.java +++
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3904NestedBuil
> > d
> > DirInterpolationTest.java @@ -56,7 +56,7 @@ public class
> > MavenITmng3904NestedBuildDirInterpolationTest
> > verifier.verifyErrorFreeLog();
> > 
> >          verifier.resetStreams();
> > 
> > -        testDir = testDir.getCanonicalFile();
> > +        //testDir = testDir.getCanonicalFile();
> > 
> >          Properties props = verifier.loadProperties(
> >          "target/pom.properties"
> > 
> > ); assertEquals( new File( testDir, "target/classes/dir0" ),
> > 
> > http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/b797
> > 91
> > ee/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3944BasedirI
> > nte rpolationTest.java
> > ----------------------------------------------------------------------
> > diff
> > --git
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3944BasedirInt
> > e
> > rpolationTest.java
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3944BasedirInt
> > e
> > rpolationTest.java index c50db1a..74494b6 100644
> > ---
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3944BasedirInt
> > e
> > rpolationTest.java +++
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3944BasedirInt
> > e
> > rpolationTest.java @@ -58,8 +58,8 @@ public class
> > MavenITmng3944BasedirInterpolationTest
> > 
> >          verifier.assertFilePresent( "target/basedir.properties" );
> >          Properties props = verifier.loadProperties(
> > 
> > "target/basedir.properties" ); -        assertEquals(
> > testDir.getCanonicalFile(), new File( props.getProperty(
> > "project.properties.prop0" ) ) ); -        assertEquals(
> > testDir.getCanonicalFile(), new File( props.getProperty(
> > "project.properties.prop1" ) ) ); +        assertEquals( testDir, new
> > File(
> > props.getProperty( "project.properties.prop0" ) ) ); +       
> > assertEquals(
> > testDir, new File( props.getProperty( "project.properties.prop1" ) ) ); }
> > 
> >  }
> > 
> > http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/b797
> > 91
> > ee/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3951Absolute
> > Pat hsTest.java
> > ----------------------------------------------------------------------
> > diff
> > --git
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3951AbsolutePa
> > t
> > hsTest.java
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3951AbsolutePa
> > t
> > hsTest.java index a751255..4cfac28 100644
> > ---
> > a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3951AbsolutePa
> > t
> > hsTest.java +++
> > b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3951AbsolutePa
> > t
> > hsTest.java @@ -70,7 +70,7 @@ public class MavenITmng3951AbsolutePathsTest
> > 
> >          verifier.assertFilePresent( "target/path.properties" );
> >          Properties props = verifier.loadProperties(
> > 
> > "target/path.properties" );
> > 
> > -        testDir = testDir.getCanonicalFile();
> > +        //testDir = testDir.getCanonicalFile();
> > 
> >          assertEquals( new File( testDir, "tmp" ).getAbsoluteFile(), new
> > 
> > File( props.getProperty( "fileParams.0" ) ) ); assertEquals( new File(
> > getRoot( testDir ), "tmp" ).getAbsoluteFile(), new File(
> > props.getProperty(
> > "fileParams.1" ) ) );
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to