mirror of https://github.com/apache/lucene.git
LUCENE-7653: Update randomizedtesting to version 2.5.0. Piggyback wiping of cwds of forked JVMs.
This commit is contained in:
parent
94e3460305
commit
ca50e5b61c
|
@ -116,6 +116,8 @@ Build
|
|||
Also update Prettify to latest version to fix Google Chrome issue.
|
||||
(Uwe Schindler)
|
||||
|
||||
* LUCENE-7653: Update randomizedtesting to version 2.5.0. (Dawid Weiss)
|
||||
|
||||
======================= Lucene 6.4.0 =======================
|
||||
|
||||
API Changes
|
||||
|
|
|
@ -976,6 +976,7 @@
|
|||
shuffleOnSlave="true"
|
||||
leaveTemporary="${junit4.leaveTemporary}"
|
||||
seed="${tests.seed}"
|
||||
onNonEmptyWorkDirectory="wipe"
|
||||
|
||||
heartbeat="${tests.heartbeat}"
|
||||
uniqueSuiteNames="false"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
/cglib/cglib-nodep = 2.2
|
||||
/com.adobe.xmp/xmpcore = 5.1.2
|
||||
|
||||
com.carrotsearch.randomizedtesting.version = 2.4.0
|
||||
com.carrotsearch.randomizedtesting.version = 2.5.0
|
||||
/com.carrotsearch.randomizedtesting/junit4-ant = ${com.carrotsearch.randomizedtesting.version}
|
||||
/com.carrotsearch.randomizedtesting/randomizedtesting-runner = ${com.carrotsearch.randomizedtesting.version}
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
0222eb23dd6f45541acf6a5ac69cd9e9bdce25d2
|
|
@ -0,0 +1 @@
|
|||
2d00ff1042ae258f33830f26f9b30fc3a43d37e1
|
|
@ -1 +0,0 @@
|
|||
35ed49c7aafcceac5b0b1cb157a07dd94e09515c
|
|
@ -0,0 +1 @@
|
|||
a001f32ba5b330bb9b9b82c601771b9ad2b94eb0
|
|
@ -1 +0,0 @@
|
|||
0222eb23dd6f45541acf6a5ac69cd9e9bdce25d2
|
|
@ -0,0 +1 @@
|
|||
2d00ff1042ae258f33830f26f9b30fc3a43d37e1
|
Loading…
Reference in New Issue