The checkout strategy is the same on both servers. So there must be a bug somehow on Apache's side. I did not yet open bug report.
About the strategy: This one is rather new in Jenkins, was not there before - we can think about updating to this one, but this should be unrelated to this one (the merged file was not there so it does not matter if revert or whatever used to cleanup checkout).
Uwe
-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de
-----Original Message-----
From: Robert Muir
Sent: Wednesday, June 20, 2012 12:32 AM
To: dev@lucene.apache.org
Subject: Re: [JENKINS] Lucene-Solr-tests-only-4.x - Build # 137 - Still Failing
sense to me (update + revert).
I use a different strategy on mine
(http://sierranevada.servebeer.com/): "Emulate clean checkout by first deleting
unversioned/ignored files, then 'svn update'"
At the top of the test run you can see this:
Deleting /home/rmuir/.jenkins/workspace/Lucene-Core-4x-Beasting/./build
Deleting /home/rmuir/.jenkins/workspace/Lucene-Core-4x-Beasting/./test-
framework/lib/ant-1.8.2.jar
Deleting /home/rmuir/.jenkins/workspace/Lucene-Core-4x-Beasting/./test-
framework/lib/ant-junit-1.8.2.jar
Deleting /home/rmuir/.jenkins/workspace/Lucene-Core-4x-Beasting/./test-
framework/lib/junit-4.10.jar
Deleting /home/rmuir/.jenkins/workspace/Lucene-Core-4x-Beasting/./test-
framework/lib/junit4-ant-1.5.0.jar
Deleting /home/rmuir/.jenkins/workspace/Lucene-Core-4x-Beasting/./test-
framework/lib/randomizedtesting-runner-1.5.0.jar
My test task is just 'ant test'... I don't need to 'ant clean' or anything.
--
lucidimagination.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
commands, e-mail: dev-help@lucene.apache.org
From: Robert Muir
Sent: Wednesday, June 20, 2012 12:32 AM
To: dev@lucene.apache.org
Subject: Re: [JENKINS] Lucene-Solr-tests-only-4.x - Build # 137 - Still Failing
On Tue, Jun 19, 2012 at 6:02 PM, Chris Hostetter wrote:
: [javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-4.x/che
ckout/solr/core/src/test/org/apache/solr/search/QueryEqualityTest.java
:753: class, interface, or enum expected
: [javac] package org.apache.solr.search;
: [javac] ^
This seems to be the problem Uwe mentioned recently about
(apache's) Jenkins+svn combo causing (new) files that have been merged
to the 4x branch to be "doubled" ...
"This seems to be a bug in Apache's Jenkin's SVN client (not the
Policeman's). Whenever you merge a file addition it duplicates the
file contents in the checkout. You have to cleanup workspace when this
happens."
maybe its the checkout strategy: the one used on apache makes absolutely no: [javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-4.x/che
ckout/solr/core/src/test/org/apache/solr/search/QueryEqualityTest.java
:753: class, interface, or enum expected
: [javac] package org.apache.solr.search;
: [javac] ^
This seems to be the problem Uwe mentioned recently about
(apache's) Jenkins+svn combo causing (new) files that have been merged
to the 4x branch to be "doubled" ...
"This seems to be a bug in Apache's Jenkin's SVN client (not the
Policeman's). Whenever you merge a file addition it duplicates the
file contents in the checkout. You have to cleanup workspace when this
happens."
sense to me (update + revert).
I use a different strategy on mine
(http://sierranevada.servebeer.com/): "Emulate clean checkout by first deleting
unversioned/ignored files, then 'svn update'"
At the top of the test run you can see this:
Deleting /home/rmuir/.jenkins/workspace/Lucene-Core-4x-Beasting/./build
Deleting /home/rmuir/.jenkins/workspace/Lucene-Core-4x-Beasting/./test-
framework/lib/ant-1.8.2.jar
Deleting /home/rmuir/.jenkins/workspace/Lucene-Core-4x-Beasting/./test-
framework/lib/ant-junit-1.8.2.jar
Deleting /home/rmuir/.jenkins/workspace/Lucene-Core-4x-Beasting/./test-
framework/lib/junit-4.10.jar
Deleting /home/rmuir/.jenkins/workspace/Lucene-Core-4x-Beasting/./test-
framework/lib/junit4-ant-1.5.0.jar
Deleting /home/rmuir/.jenkins/workspace/Lucene-Core-4x-Beasting/./test-
framework/lib/randomizedtesting-runner-1.5.0.jar
My test task is just 'ant test'... I don't need to 'ant clean' or anything.
--
lucidimagination.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
commands, e-mail: dev-help@lucene.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org