mirror of https://github.com/apache/lucene.git
LUCENE-8485: Update randomizedtesting to version 2.6.4.
This commit is contained in:
parent
97ccbc734b
commit
6be01e2ade
|
@ -298,6 +298,8 @@ Improvements
|
||||||
|
|
||||||
Other:
|
Other:
|
||||||
|
|
||||||
|
* LUCENE-8485: Update randomizedtesting to version 2.6.4. (Dawid Weiss)
|
||||||
|
|
||||||
* LUCENE-8366: Upgrade to ICU 62.1. Emoji handling now uses Unicode 11's
|
* LUCENE-8366: Upgrade to ICU 62.1. Emoji handling now uses Unicode 11's
|
||||||
Extended_Pictographic property. (Robert Muir)
|
Extended_Pictographic property. (Robert Muir)
|
||||||
|
|
||||||
|
|
|
@ -1148,7 +1148,6 @@
|
||||||
<sysproperty key="java.io.tmpdir" value="./temp" />
|
<sysproperty key="java.io.tmpdir" value="./temp" />
|
||||||
|
|
||||||
<!-- Restrict access to certain Java features and install security manager: -->
|
<!-- Restrict access to certain Java features and install security manager: -->
|
||||||
<sysproperty key="junit4.tempDir" file="@{workDir}/temp" />
|
|
||||||
<sysproperty key="common.dir" file="${common.dir}" />
|
<sysproperty key="common.dir" file="${common.dir}" />
|
||||||
<sysproperty key="clover.db.dir" file="${clover.db.dir}" />
|
<sysproperty key="clover.db.dir" file="${clover.db.dir}" />
|
||||||
<syspropertyset>
|
<syspropertyset>
|
||||||
|
@ -2643,7 +2642,7 @@ The following arguments can be provided to ant to alter its behaviour and target
|
||||||
|
|
||||||
<junit4:pickseed property="pitest.seed" />
|
<junit4:pickseed property="pitest.seed" />
|
||||||
|
|
||||||
<property name="pitest.sysprops" value="-Dversion=${version},-Dtest.seed=${pitest.seed},-Djava.security.manager=org.apache.lucene.util.TestSecurityManager,-Djava.security.policy=${tests.policy},-Djava.io.tmpdir=${tests.workDir},-Djunit4.childvm.cwd=${tests.workDir},-Djunit4.tempDir=${tests.workDir}" />
|
<property name="pitest.sysprops" value="-Dversion=${version},-Dtest.seed=${pitest.seed},-Djava.security.manager=org.apache.lucene.util.TestSecurityManager,-Djava.security.policy=${tests.policy},-Djava.io.tmpdir=${tests.workDir},-Djunit4.childvm.cwd=${tests.workDir}" />
|
||||||
|
|
||||||
<pitest
|
<pitest
|
||||||
classPath="pitest.classpath"
|
classPath="pitest.classpath"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
/antlr/antlr = 2.7.7
|
/antlr/antlr = 2.7.7
|
||||||
/com.adobe.xmp/xmpcore = 5.1.3
|
/com.adobe.xmp/xmpcore = 5.1.3
|
||||||
|
|
||||||
com.carrotsearch.randomizedtesting.version = 2.6.0
|
com.carrotsearch.randomizedtesting.version = 2.6.4
|
||||||
/com.carrotsearch.randomizedtesting/junit4-ant = ${com.carrotsearch.randomizedtesting.version}
|
/com.carrotsearch.randomizedtesting/junit4-ant = ${com.carrotsearch.randomizedtesting.version}
|
||||||
/com.carrotsearch.randomizedtesting/randomizedtesting-runner = ${com.carrotsearch.randomizedtesting.version}
|
/com.carrotsearch.randomizedtesting/randomizedtesting-runner = ${com.carrotsearch.randomizedtesting.version}
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
3787b306dc666f6fa181b1900fb6b941e2b38790
|
|
|
@ -0,0 +1 @@
|
||||||
|
37bc4cf1f458d4718892d33ab77378e38d4877d8
|
|
@ -1 +0,0 @@
|
||||||
7512f4c5fb6dc9106a712c390c39e87708148456
|
|
|
@ -0,0 +1 @@
|
||||||
|
b0a50c6dce5060f8f9040e072b77f7cd85242b3c
|
|
@ -1 +0,0 @@
|
||||||
3787b306dc666f6fa181b1900fb6b941e2b38790
|
|
|
@ -0,0 +1 @@
|
||||||
|
37bc4cf1f458d4718892d33ab77378e38d4877d8
|
Loading…
Reference in New Issue