You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2018/03/06 20:17:55 UTC

[1/4] lucene-solr:branch_6_6: Add 6.6.3 back compat test indexes

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6_6 dea01141c -> 2c8ec7d13
  refs/heads/branch_6x 23f4cf351 -> 40297e05c
  refs/heads/branch_7x 061cc4269 -> 6de48829a
  refs/heads/master eab33d00a -> 28de8218f


Add 6.6.3 back compat test indexes


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

Branch: refs/heads/branch_6_6
Commit: 2c8ec7d13dcd82cd02b8d0a72a19dbf6c9c0f162
Parents: dea0114
Author: Steve Rowe <sa...@gmail.com>
Authored: Tue Mar 6 14:49:08 2018 -0500
Committer: Steve Rowe <sa...@gmail.com>
Committed: Tue Mar 6 14:49:08 2018 -0500

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java   |   7 +++++--
 .../org/apache/lucene/index/index.6.6.3-cfs.zip    | Bin 0 -> 15883 bytes
 .../org/apache/lucene/index/index.6.6.3-nocfs.zip  | Bin 0 -> 15910 bytes
 .../test/org/apache/lucene/index/sorted.6.6.3.zip  | Bin 0 -> 66865 bytes
 4 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2c8ec7d1/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
index cbf0fcc..71308ef 100644
--- a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
+++ b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
@@ -337,7 +337,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "6.6.1-cfs",
       "6.6.1-nocfs",
       "6.6.2-cfs",
-      "6.6.2-nocfs"
+      "6.6.2-nocfs",
+      "6.6.3-cfs",
+      "6.6.3-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -355,7 +357,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.6.5.1",
     "sorted.6.6.0",
     "sorted.6.6.1",
-    "sorted.6.6.2"
+    "sorted.6.6.2",
+    "sorted.6.6.3"
   };
 
   public static String[] getOldSortedNames() {

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2c8ec7d1/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-cfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-cfs.zip
new file mode 100644
index 0000000..106a031
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-cfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2c8ec7d1/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-nocfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-nocfs.zip
new file mode 100644
index 0000000..f615efd
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-nocfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2c8ec7d1/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.6.6.3.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.6.6.3.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.6.6.3.zip
new file mode 100644
index 0000000..2957f3d
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.6.6.3.zip differ


[2/4] lucene-solr:master: Add 6.6.3 back compat test indexes

Posted by sa...@apache.org.
Add 6.6.3 back compat test indexes


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

Branch: refs/heads/master
Commit: 28de8218fee732077d91d52fb04e6abe427efdc7
Parents: eab33d0
Author: Steve Rowe <sa...@gmail.com>
Authored: Tue Mar 6 14:51:03 2018 -0500
Committer: Steve Rowe <sa...@gmail.com>
Committed: Tue Mar 6 14:51:03 2018 -0500

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java   |   4 +++-
 .../apache/lucene/index/unsupported.6.6.3-cfs.zip  | Bin 0 -> 15919 bytes
 .../lucene/index/unsupported.6.6.3-nocfs.zip       | Bin 0 -> 15900 bytes
 3 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/28de8218/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
index f0d6740..4b66f9d 100644
--- a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
+++ b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
@@ -475,7 +475,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "6.6.1-cfs",
       "6.6.1-nocfs",
       "6.6.2-cfs",
-      "6.6.2-nocfs"
+      "6.6.2-nocfs",
+      "6.6.3-cfs",
+      "6.6.3-nocfs"
   };
 
   // TODO: on 6.0.0 release, gen the single segment indices and add here:

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/28de8218/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.3-cfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.3-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.3-cfs.zip
new file mode 100644
index 0000000..84c3624
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.3-cfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/28de8218/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.3-nocfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.3-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.3-nocfs.zip
new file mode 100644
index 0000000..6142083
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.6.6.3-nocfs.zip differ


[3/4] lucene-solr:branch_7x: Add 6.6.3 back compat test indexes

Posted by sa...@apache.org.
Add 6.6.3 back compat test indexes


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

Branch: refs/heads/branch_7x
Commit: 6de48829a55cf75a4e24ddc3353f68aef2dc83da
Parents: 061cc42
Author: Steve Rowe <sa...@gmail.com>
Authored: Tue Mar 6 15:05:07 2018 -0500
Committer: Steve Rowe <sa...@gmail.com>
Committed: Tue Mar 6 15:05:07 2018 -0500

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java  |   3 +++
 .../org/apache/lucene/index/index.6.6.3-cfs.zip   | Bin 0 -> 15920 bytes
 .../org/apache/lucene/index/index.6.6.3-nocfs.zip | Bin 0 -> 15887 bytes
 .../test/org/apache/lucene/index/sorted.6.6.3.zip | Bin 0 -> 174304 bytes
 4 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6de48829/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
index aba93a7..1c409ad 100644
--- a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
+++ b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
@@ -315,6 +315,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "6.6.1-nocfs",
     "6.6.2-cfs",
     "6.6.2-nocfs",
+    "6.6.3-cfs",
+    "6.6.3-nocfs",
     "7.0.0-cfs",
     "7.0.0-nocfs",
     "7.0.1-cfs",
@@ -343,6 +345,7 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.6.6.0",
     "sorted.6.6.1",
     "sorted.6.6.2",
+    "sorted.6.6.3",
     "sorted.7.0.0",
     "sorted.7.0.1",
     "sorted.7.1.0",

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6de48829/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-cfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-cfs.zip
new file mode 100644
index 0000000..dfc3595
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-cfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6de48829/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-nocfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-nocfs.zip
new file mode 100644
index 0000000..ae2a336
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-nocfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6de48829/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.6.6.3.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.6.6.3.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.6.6.3.zip
new file mode 100644
index 0000000..0365706
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.6.6.3.zip differ


[4/4] lucene-solr:branch_6x: Add 5.5.5, 6.6.1, 6.6.2, and 6.6.3 back compat test indexes

Posted by sa...@apache.org.
Add 5.5.5, 6.6.1, 6.6.2, and 6.6.3 back compat test indexes


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

Branch: refs/heads/branch_6x
Commit: 40297e05cbf4c4288aaca68ac04906f3b52038a2
Parents: 23f4cf3
Author: Steve Rowe <sa...@gmail.com>
Authored: Tue Mar 6 15:13:29 2018 -0500
Committer: Steve Rowe <sa...@gmail.com>
Committed: Tue Mar 6 15:13:29 2018 -0500

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java   |  10 +++++++++-
 .../org/apache/lucene/index/index.5.5.5-cfs.zip    | Bin 0 -> 13795 bytes
 .../org/apache/lucene/index/index.5.5.5-nocfs.zip  | Bin 0 -> 13788 bytes
 .../org/apache/lucene/index/index.6.6.1-cfs.zip    | Bin 0 -> 15899 bytes
 .../org/apache/lucene/index/index.6.6.1-nocfs.zip  | Bin 0 -> 15917 bytes
 .../org/apache/lucene/index/index.6.6.2-cfs.zip    | Bin 0 -> 15915 bytes
 .../org/apache/lucene/index/index.6.6.2-nocfs.zip  | Bin 0 -> 15911 bytes
 .../org/apache/lucene/index/index.6.6.3-cfs.zip    | Bin 0 -> 15905 bytes
 .../org/apache/lucene/index/index.6.6.3-nocfs.zip  | Bin 0 -> 15898 bytes
 9 files changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/40297e05/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
index a9efb9b..e60484b 100644
--- a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
+++ b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
@@ -308,6 +308,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "5.5.3-nocfs",
       "5.5.4-cfs",
       "5.5.4-nocfs",
+      "5.5.5-cfs",
+      "5.5.5-nocfs",
       "6.0.0-cfs",
       "6.0.0-nocfs",
       "6.0.1-cfs",
@@ -331,7 +333,13 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "6.5.1-cfs",
       "6.5.1-nocfs",
       "6.6.0-cfs",
-      "6.6.0-nocfs"
+      "6.6.0-nocfs",
+      "6.6.1-cfs",
+      "6.6.1-nocfs",
+      "6.6.2-cfs",
+      "6.6.2-nocfs",
+      "6.6.3-cfs",
+      "6.6.3-nocfs"
   };
   
   final String[] unsupportedNames = {

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/40297e05/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.5-cfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.5-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.5-cfs.zip
new file mode 100644
index 0000000..04b3637
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.5-cfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/40297e05/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.5-nocfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.5-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.5-nocfs.zip
new file mode 100644
index 0000000..6db07d9
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.5.5-nocfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/40297e05/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.1-cfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.1-cfs.zip
new file mode 100644
index 0000000..3feb85c
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.1-cfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/40297e05/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.1-nocfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.1-nocfs.zip
new file mode 100644
index 0000000..7485c13
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.1-nocfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/40297e05/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.2-cfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.2-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.2-cfs.zip
new file mode 100644
index 0000000..770c4d9
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.2-cfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/40297e05/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.2-nocfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.2-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.2-nocfs.zip
new file mode 100644
index 0000000..5aece96
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.2-nocfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/40297e05/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-cfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-cfs.zip
new file mode 100644
index 0000000..df39200
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-cfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/40297e05/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-nocfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-nocfs.zip
new file mode 100644
index 0000000..93e95d8
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.6.3-nocfs.zip differ