You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/09/17 09:43:50 UTC

[04/47] lucene-solr:jira/solr-12709: LUCENE-8485: Update randomizedtesting to version 2.6.4.

LUCENE-8485: Update randomizedtesting to version 2.6.4.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/6be01e2a
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/6be01e2a
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/6be01e2a

Branch: refs/heads/jira/solr-12709
Commit: 6be01e2ade0ad51ec6171dae3902d8747f7fd4b5
Parents: 97ccbc7
Author: Dawid Weiss <dw...@apache.org>
Authored: Wed Sep 5 11:51:02 2018 +0200
Committer: Dawid Weiss <dw...@apache.org>
Committed: Wed Sep 5 11:51:02 2018 +0200

----------------------------------------------------------------------
 lucene/CHANGES.txt                                      | 2 ++
 lucene/common-build.xml                                 | 3 +--
 lucene/ivy-versions.properties                          | 2 +-
 lucene/licenses/randomizedtesting-runner-2.6.0.jar.sha1 | 1 -
 lucene/licenses/randomizedtesting-runner-2.6.4.jar.sha1 | 1 +
 solr/licenses/junit4-ant-2.6.0.jar.sha1                 | 1 -
 solr/licenses/junit4-ant-2.6.4.jar.sha1                 | 1 +
 solr/licenses/randomizedtesting-runner-2.6.0.jar.sha1   | 1 -
 solr/licenses/randomizedtesting-runner-2.6.4.jar.sha1   | 1 +
 9 files changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6be01e2a/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 40d1c2e..f344b82 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -298,6 +298,8 @@ Improvements
 
 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
   Extended_Pictographic property. (Robert Muir)
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6be01e2a/lucene/common-build.xml
----------------------------------------------------------------------
diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index ac4c504..68e17da 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -1148,7 +1148,6 @@
             <sysproperty key="java.io.tmpdir" value="./temp" />
 
             <!-- 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="clover.db.dir" file="${clover.db.dir}" />
             <syspropertyset>
@@ -2643,7 +2642,7 @@ The following arguments can be provided to ant to alter its behaviour and target
 
         <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
             classPath="pitest.classpath"

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6be01e2a/lucene/ivy-versions.properties
----------------------------------------------------------------------
diff --git a/lucene/ivy-versions.properties b/lucene/ivy-versions.properties
index 5ba50c1..f53544e 100644
--- a/lucene/ivy-versions.properties
+++ b/lucene/ivy-versions.properties
@@ -5,7 +5,7 @@
 /antlr/antlr = 2.7.7
 /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/randomizedtesting-runner = ${com.carrotsearch.randomizedtesting.version}
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6be01e2a/lucene/licenses/randomizedtesting-runner-2.6.0.jar.sha1
----------------------------------------------------------------------
diff --git a/lucene/licenses/randomizedtesting-runner-2.6.0.jar.sha1 b/lucene/licenses/randomizedtesting-runner-2.6.0.jar.sha1
deleted file mode 100644
index c7baccb..0000000
--- a/lucene/licenses/randomizedtesting-runner-2.6.0.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-3787b306dc666f6fa181b1900fb6b941e2b38790

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6be01e2a/lucene/licenses/randomizedtesting-runner-2.6.4.jar.sha1
----------------------------------------------------------------------
diff --git a/lucene/licenses/randomizedtesting-runner-2.6.4.jar.sha1 b/lucene/licenses/randomizedtesting-runner-2.6.4.jar.sha1
new file mode 100644
index 0000000..83634d9
--- /dev/null
+++ b/lucene/licenses/randomizedtesting-runner-2.6.4.jar.sha1
@@ -0,0 +1 @@
+37bc4cf1f458d4718892d33ab77378e38d4877d8

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6be01e2a/solr/licenses/junit4-ant-2.6.0.jar.sha1
----------------------------------------------------------------------
diff --git a/solr/licenses/junit4-ant-2.6.0.jar.sha1 b/solr/licenses/junit4-ant-2.6.0.jar.sha1
deleted file mode 100644
index 9902b34..0000000
--- a/solr/licenses/junit4-ant-2.6.0.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-7512f4c5fb6dc9106a712c390c39e87708148456

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6be01e2a/solr/licenses/junit4-ant-2.6.4.jar.sha1
----------------------------------------------------------------------
diff --git a/solr/licenses/junit4-ant-2.6.4.jar.sha1 b/solr/licenses/junit4-ant-2.6.4.jar.sha1
new file mode 100644
index 0000000..203d888
--- /dev/null
+++ b/solr/licenses/junit4-ant-2.6.4.jar.sha1
@@ -0,0 +1 @@
+b0a50c6dce5060f8f9040e072b77f7cd85242b3c

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6be01e2a/solr/licenses/randomizedtesting-runner-2.6.0.jar.sha1
----------------------------------------------------------------------
diff --git a/solr/licenses/randomizedtesting-runner-2.6.0.jar.sha1 b/solr/licenses/randomizedtesting-runner-2.6.0.jar.sha1
deleted file mode 100644
index c7baccb..0000000
--- a/solr/licenses/randomizedtesting-runner-2.6.0.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-3787b306dc666f6fa181b1900fb6b941e2b38790

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6be01e2a/solr/licenses/randomizedtesting-runner-2.6.4.jar.sha1
----------------------------------------------------------------------
diff --git a/solr/licenses/randomizedtesting-runner-2.6.4.jar.sha1 b/solr/licenses/randomizedtesting-runner-2.6.4.jar.sha1
new file mode 100644
index 0000000..83634d9
--- /dev/null
+++ b/solr/licenses/randomizedtesting-runner-2.6.4.jar.sha1
@@ -0,0 +1 @@
+37bc4cf1f458d4718892d33ab77378e38d4877d8