LUCENE-4650: Upgrade randomized testing to version 2.0.8: make the test framework more robust under low memory conditions.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427696 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dawid Weiss 2013-01-02 08:16:22 +00:00
parent 768728834f
commit a25096e273
13 changed files with 13 additions and 10 deletions

View File

@ -2,7 +2,7 @@
<library name="JUnit">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lucene/test-framework/lib/junit-4.10.jar!/" />
<root url="jar://$PROJECT_DIR$/lucene/test-framework/lib/randomizedtesting-runner-2.0.7.jar!/" />
<root url="jar://$PROJECT_DIR$/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />

View File

@ -440,7 +440,7 @@
<dependency>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-runner</artifactId>
<version>2.0.7</version>
<version>2.0.8</version>
</dependency>
</dependencies>
</dependencyManagement>

View File

@ -370,6 +370,9 @@ Documentation
Build
* LUCENE-4650: Upgrade randomized testing to version 2.0.8: make the
test framework more robust under low memory conditions. (Dawid Weiss)
* LUCENE-4603: Upgrade randomized testing to version 2.0.5: print forked
JVM PIDs on heartbeat from hung tests (Dawid Weiss)

View File

@ -1 +0,0 @@
2fc437123ab422047b9e6942fd5c67c08acbd1eb

View File

@ -0,0 +1 @@
60a3de36a65afc240162cf9fa0cab5a0209f5467

View File

@ -1 +0,0 @@
f7cfa66cfe6bb5a90849571e9e07412497b96d07

View File

@ -0,0 +1 @@
5279738eb9e4e820aacbe8f7cb1120159592496b

View File

@ -32,8 +32,8 @@
<dependency org="org.apache.ant" name="ant" rev="1.8.2" transitive="false" />
<dependency org="junit" name="junit" rev="4.10" transitive="false" conf="default->*;junit4-stdalone->*" />
<dependency org="com.carrotsearch.randomizedtesting" name="junit4-ant" rev="2.0.7" transitive="false" conf="default->*;junit4-stdalone->*" />
<dependency org="com.carrotsearch.randomizedtesting" name="randomizedtesting-runner" rev="2.0.7" transitive="false" conf="default->*;junit4-stdalone->*" />
<dependency org="com.carrotsearch.randomizedtesting" name="junit4-ant" rev="2.0.8" transitive="false" conf="default->*;junit4-stdalone->*" />
<dependency org="com.carrotsearch.randomizedtesting" name="randomizedtesting-runner" rev="2.0.8" transitive="false" conf="default->*;junit4-stdalone->*" />
<exclude org="*" ext="*" matcher="regexp" type="${ivy.exclude.types}"/>
</dependencies>

View File

@ -1 +0,0 @@
2fc437123ab422047b9e6942fd5c67c08acbd1eb

View File

@ -0,0 +1 @@
60a3de36a65afc240162cf9fa0cab5a0209f5467

View File

@ -1 +0,0 @@
f7cfa66cfe6bb5a90849571e9e07412497b96d07

View File

@ -0,0 +1 @@
5279738eb9e4e820aacbe8f7cb1120159592496b

View File

@ -32,8 +32,8 @@
<dependency org="org.apache.ant" name="ant" rev="1.8.2" transitive="false" />
<dependency org="junit" name="junit" rev="4.10" transitive="false" conf="default->*;junit4-stdalone->*" />
<dependency org="com.carrotsearch.randomizedtesting" name="junit4-ant" rev="2.0.7" transitive="false" conf="default->*;junit4-stdalone->*" />
<dependency org="com.carrotsearch.randomizedtesting" name="randomizedtesting-runner" rev="2.0.7" transitive="false" conf="default->*;junit4-stdalone->*" />
<dependency org="com.carrotsearch.randomizedtesting" name="junit4-ant" rev="2.0.8" transitive="false" conf="default->*;junit4-stdalone->*" />
<dependency org="com.carrotsearch.randomizedtesting" name="randomizedtesting-runner" rev="2.0.8" transitive="false" conf="default->*;junit4-stdalone->*" />
<exclude org="*" ext="*" matcher="regexp" type="${ivy.exclude.types}"/>
</dependencies>