You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2010/10/01 21:00:41 UTC

svn commit: r1003616 - in /lucene/dev/nightly: hudson-lucene-3.x.sh hudson-lucene-trunk.sh

Author: uschindler
Date: Fri Oct  1 19:00:41 2010
New Revision: 1003616

URL: http://svn.apache.org/viewvc?rev=1003616&view=rev
Log:
for clover runs we can enable the test repetitions, its simply too slow. Its better to have more loops in main tests. For clover the number of runs is simply useless, as the code coverage (should) not really change.

Modified:
    lucene/dev/nightly/hudson-lucene-3.x.sh
    lucene/dev/nightly/hudson-lucene-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=1003616&r1=1003615&r2=1003616&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-3.x.sh (original)
+++ lucene/dev/nightly/hudson-lucene-3.x.sh Fri Oct  1 19:00:41 2010
@@ -59,7 +59,6 @@ $ANT_HOME/bin/ant \
   -Dversion=$VERSION \
   -Drun.clover=true \
   -Dtests.threadspercpu=0 \
-  -Dtests.multiplier=3 \
   clean test
 # preserve the return value
 RET=$?

Modified: lucene/dev/nightly/hudson-lucene-trunk.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-trunk.sh?rev=1003616&r1=1003615&r2=1003616&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-trunk.sh (original)
+++ lucene/dev/nightly/hudson-lucene-trunk.sh Fri Oct  1 19:00:41 2010
@@ -58,7 +58,6 @@ $ANT_HOME/bin/ant \
   -Dversion=$VERSION \
   -Drun.clover=true \
   -Dtests.threadspercpu=0 \
-  -Dtests.multiplier=3 \
   clean test
 # preserve the return value
 RET=$?