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 2012/12/05 22:02:03 UTC

svn commit: r1417647 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/benchmark/ lucene/benchmark/build.xml

Author: uschindler
Date: Wed Dec  5 21:02:02 2012
New Revision: 1417647

URL: http://svn.apache.org/viewvc?rev=1417647&view=rev
Log:
Merged revision(s) 1417646 from lucene/dev/trunk:
The override of tests.jvms in benchamrk mpodule never worked, so after 2 years of permanent testing with multiple JVMs, the tests are safe.

The override must be placed *before* the inclusion of module-build/common-build.xml, otherwise its to late to redefine the property.

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/lucene/   (props changed)
    lucene/dev/branches/branch_4x/lucene/benchmark/   (props changed)
    lucene/dev/branches/branch_4x/lucene/benchmark/build.xml

Modified: lucene/dev/branches/branch_4x/lucene/benchmark/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/benchmark/build.xml?rev=1417647&r1=1417646&r2=1417647&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/benchmark/build.xml (original)
+++ lucene/dev/branches/branch_4x/lucene/benchmark/build.xml Wed Dec  5 21:02:02 2012
@@ -26,9 +26,6 @@
     <import file="../module-build.xml"/>
     <property name="working.dir" location="work"/>
 
-    <!-- the tests have some parallel problems -->
-    <property name="tests.jvms.override" value="1"/>
-
     <target name="check-files">
         <available file="temp/news20.tar.gz" property="news20.exists"/>