Hi, It seems that now all builds "time out". The last 3.x nightly build was hanging >7 hours (it did not even reach the Contrib or Clover builds, see https://builds.apache.org/job/Lucene-3.x/437/console). Because of the parallel tests it's impossible to find out *where*. I think that was the reason why we disabled parallel builds on Jenkins (to easier see what goes wrong).
I would like to enable threadspercpu=0 again on Jenkins, this makes it much harder to debug! Also we have a test that prints tons of crap (seems hardcoded to VERBOSE=true) in both trunk and 3.x, we should make it silent again: Test2BPostings Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Thursday, July 14, 2011 3:43 PM > To: [email protected] > Subject: svn commit: r1146710 - in /lucene/dev/nightly: hudson-lucene- > 3.x.sh hudson-lucene-trunk.sh hudson-solr-3.x.sh hudson-solr-trunk.sh > > Author: sarowe > Date: Thu Jul 14 13:43:09 2011 > New Revision: 1146710 > > URL: http://svn.apache.org/viewvc?rev=1146710&view=rev > Log: > Run non-Clover nightly Jenkins tests in parallel > > Modified: > lucene/dev/nightly/hudson-lucene-3.x.sh > lucene/dev/nightly/hudson-lucene-trunk.sh > lucene/dev/nightly/hudson-solr-3.x.sh > lucene/dev/nightly/hudson-solr-trunk.sh > > Modified: lucene/dev/nightly/hudson-lucene-3.x.sh > URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene- > 3.x.sh?rev=1146710&r1=1146709&r2=1146710&view=diff > ========================================================== > ==================== > --- lucene/dev/nightly/hudson-lucene-3.x.sh (original) > +++ lucene/dev/nightly/hudson-lucene-3.x.sh Thu Jul 14 13:43:09 2011 > @@ -24,7 +24,6 @@ JAVA_HOME=$JAVA_HOME_16 $ANT_HOME/bin/an > -Dsvnversion.exe=$SVNVERSION_EXE \ > -Dsvn.exe=$SVN_EXE \ > -Dversion=$VERSION \ > - -Dtests.threadspercpu=0 \ > -Dtests.multiplier=$TESTS_MULTIPLIER \ > -Dtests.nightly=true \ > -Dtests.linedocsfile=$TEST_LINE_DOCS_FILE \ > > Modified: lucene/dev/nightly/hudson-lucene-trunk.sh > URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene- > trunk.sh?rev=1146710&r1=1146709&r2=1146710&view=diff > ========================================================== > ==================== > --- lucene/dev/nightly/hudson-lucene-trunk.sh (original) > +++ lucene/dev/nightly/hudson-lucene-trunk.sh Thu Jul 14 13:43:09 2011 > @@ -35,7 +35,6 @@ $ANT_HOME/bin/ant \ > -Dsvnversion.exe=$SVNVERSION_EXE \ > -Dsvn.exe=$SVN_EXE \ > -Dversion=$VERSION \ > - -Dtests.threadspercpu=0 \ > -Dtests.multiplier=$TESTS_MULTIPLIER \ > -Dtests.nightly=true \ > -Dtests.linedocsfile=$TEST_LINE_DOCS_FILE \ @@ -49,7 +48,6 @@ > $ANT_HOME/bin/ant \ > -Dsvnversion.exe=$SVNVERSION_EXE \ > -Dsvn.exe=$SVN_EXE \ > -Dversion=$VERSION \ > - -Dtests.threadspercpu=0 \ > -Dtests.multiplier=$TESTS_MULTIPLIER \ > -Dtests.nightly=true \ > -Dtests.linedocsfile=$TEST_LINE_DOCS_FILE \ > > Modified: lucene/dev/nightly/hudson-solr-3.x.sh > URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-solr- > 3.x.sh?rev=1146710&r1=1146709&r2=1146710&view=diff > ========================================================== > ==================== > --- lucene/dev/nightly/hudson-solr-3.x.sh (original) > +++ lucene/dev/nightly/hudson-solr-3.x.sh Thu Jul 14 13:43:09 2011 > @@ -18,7 +18,6 @@ JAVA_HOME=$JAVA_HOME_16 $ANT_HOME/bin/an > -Dversion=$VERSION \ > -Dlucene_version=$VERSION \ > -Dsvnversion.exe=$SVNVERSION_EXE \ > - -Dtests.threadspercpu=0 \ > -Dtests.nightly=true \ > -Djunit.formatter=xml \ > -Dargs="$TEST_JVM_ARGS" \ > > Modified: lucene/dev/nightly/hudson-solr-trunk.sh > URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-solr- > trunk.sh?rev=1146710&r1=1146709&r2=1146710&view=diff > ========================================================== > ==================== > --- lucene/dev/nightly/hudson-solr-trunk.sh (original) > +++ lucene/dev/nightly/hudson-solr-trunk.sh Thu Jul 14 13:43:09 2011 > @@ -15,7 +15,6 @@ $ANT_HOME/bin/ant \ > -Dversion=$VERSION \ > -Dlucene_version=$VERSION \ > -Dsvnversion.exe=$SVNVERSION_EXE \ > - -Dtests.threadspercpu=0 \ > -Dtests.nightly=true \ > -Djunit.formatter=xml \ > -Dargs="$TEST_JVM_ARGS" \ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
