mirror of https://github.com/apache/lucene.git
LUCENE-5786: Unflushed/ truncated events file (hung testing subprocess). Updating RR to 2.1.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607058 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
027e712d5c
commit
b8067fa423
|
@ -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.5.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/lucene/test-framework/lib/randomizedtesting-runner-2.1.6.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
|
|
|
@ -115,6 +115,11 @@ Optimizations
|
|||
|
||||
* LUCENE-5798: Optimize MultiDocsEnum reuse. (Robert Muir)
|
||||
|
||||
Test Framework
|
||||
|
||||
* LUCENE-5786: Unflushed/ truncated events file (hung testing subprocess).
|
||||
(Dawid Weiss)
|
||||
|
||||
======================= Lucene 4.9.0 =======================
|
||||
|
||||
Changes in Runtime Behavior
|
||||
|
|
|
@ -918,7 +918,7 @@
|
|||
heartbeat="${tests.heartbeat}"
|
||||
uniqueSuiteNames="false"
|
||||
|
||||
debugstream="true"
|
||||
debugstream="false"
|
||||
>
|
||||
<!-- Classpaths. -->
|
||||
<classpath refid="@{junit.classpath}"/>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
/cglib/cglib-nodep = 2.2
|
||||
/com.adobe.xmp/xmpcore = 5.1.2
|
||||
|
||||
com.carrotsearch.randomizedtesting.version = 2.1.5
|
||||
com.carrotsearch.randomizedtesting.version = 2.1.6
|
||||
/com.carrotsearch.randomizedtesting/junit4-ant = ${com.carrotsearch.randomizedtesting.version}
|
||||
/com.carrotsearch.randomizedtesting/randomizedtesting-runner = ${com.carrotsearch.randomizedtesting.version}
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
861e15520a0c96ef7483699c6053545d3506f558
|
|
@ -0,0 +1 @@
|
|||
8fa2802ca13d34e357b13850de7d8ffb8e6d1976
|
|
@ -1 +0,0 @@
|
|||
d472d36acdf8c324c733f1bc58a67d33b79b6c54
|
|
@ -0,0 +1 @@
|
|||
804c4bf7af0c56cdcb6fab9d99a30ae9b29e4bb1
|
|
@ -1 +0,0 @@
|
|||
861e15520a0c96ef7483699c6053545d3506f558
|
|
@ -0,0 +1 @@
|
|||
8fa2802ca13d34e357b13850de7d8ffb8e6d1976
|
|
@ -1 +0,0 @@
|
|||
d472d36acdf8c324c733f1bc58a67d33b79b6c54
|
|
@ -0,0 +1 @@
|
|||
804c4bf7af0c56cdcb6fab9d99a30ae9b29e4bb1
|
Loading…
Reference in New Issue