mirror of https://github.com/apache/lucene.git
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:
parent
27a089a820
commit
295b9972f4
|
@ -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 />
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
afcdd0466514053750c1bcd1eeb0b152c48bc53e
|
|
@ -0,0 +1 @@
|
|||
0d401c9c729deccd5db8a5df3102eb18793c2224
|
|
@ -1 +0,0 @@
|
|||
d1eae63c4b7f6dd1959ae314c53da06b3ae7dc79
|
|
@ -0,0 +1 @@
|
|||
60de504132241be049564a3a34fd7dcc296e2ef0
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
afcdd0466514053750c1bcd1eeb0b152c48bc53e
|
|
@ -0,0 +1 @@
|
|||
0d401c9c729deccd5db8a5df3102eb18793c2224
|
|
@ -1 +0,0 @@
|
|||
d1eae63c4b7f6dd1959ae314c53da06b3ae7dc79
|
|
@ -0,0 +1 @@
|
|||
60de504132241be049564a3a34fd7dcc296e2ef0
|
Loading…
Reference in New Issue