LUCENE-6862: Upgrade of RandomizedRunner to version 2.2.0

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711203 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dawid Weiss 2015-10-29 09:38:20 +00:00
parent 27a089a820
commit 295b9972f4
12 changed files with 11 additions and 7 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.1.17.jar!/" />
<root url="jar://$PROJECT_DIR$/lucene/test-framework/lib/randomizedtesting-runner-2.2.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />

View File

@ -233,6 +233,10 @@ Bug Fixes
Other
* LUCENE-6478: Test execution can hang with java.security.debug. (Dawid Weiss)
* LUCENE-6862: Upgrade of RandomizedRunner to version 2.2.0. (Dawid Weiss)
* LUCENE-6857: Validate StandardQueryParser with NOT operator
with-in parantheses. (Jigar Shah via Dawid Weiss)

View File

@ -7,7 +7,7 @@
/cglib/cglib-nodep = 2.2
/com.adobe.xmp/xmpcore = 5.1.2
com.carrotsearch.randomizedtesting.version = 2.1.17
com.carrotsearch.randomizedtesting.version = 2.2.0
/com.carrotsearch.randomizedtesting/junit4-ant = ${com.carrotsearch.randomizedtesting.version}
/com.carrotsearch.randomizedtesting/randomizedtesting-runner = ${com.carrotsearch.randomizedtesting.version}

View File

@ -1 +0,0 @@
afcdd0466514053750c1bcd1eeb0b152c48bc53e

View File

@ -0,0 +1 @@
0d401c9c729deccd5db8a5df3102eb18793c2224

View File

@ -1 +0,0 @@
d1eae63c4b7f6dd1959ae314c53da06b3ae7dc79

View File

@ -0,0 +1 @@
60de504132241be049564a3a34fd7dcc296e2ef0

View File

@ -177,7 +177,7 @@ public abstract class WithNestedTests {
b.append("\n");
b.append(f.getTrace());
}
RandomizedTest.assertFalse("Expected failures: " + expected + " but was " +
Assert.assertFalse("Expected failures: " + expected + " but was " +
result.getFailureCount() + ", failures below: " + b.toString(), true);
}
}

View File

@ -1 +0,0 @@
afcdd0466514053750c1bcd1eeb0b152c48bc53e

View File

@ -0,0 +1 @@
0d401c9c729deccd5db8a5df3102eb18793c2224

View File

@ -1 +0,0 @@
d1eae63c4b7f6dd1959ae314c53da06b3ae7dc79

View File

@ -0,0 +1 @@
60de504132241be049564a3a34fd7dcc296e2ef0