You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2018/05/28 14:52:13 UTC

[5/5] lucene-solr:branch_7x: Add 6.6.4 back compat test indexes

Add 6.6.4 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/3b6ab0b3
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3b6ab0b3
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3b6ab0b3

Branch: refs/heads/branch_7x
Commit: 3b6ab0b34b4784fe1ebb28e3cf6ebbd1786cca37
Parents: 51617c2
Author: Adrien Grand <jp...@gmail.com>
Authored: Mon May 28 16:36:12 2018 +0200
Committer: Adrien Grand <jp...@gmail.com>
Committed: Mon May 28 16:36:12 2018 +0200

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java  |   3 +++
 .../org/apache/lucene/index/index.6.6.4-cfs.zip   | Bin 0 -> 15776 bytes
 .../org/apache/lucene/index/index.6.6.4-nocfs.zip | Bin 0 -> 15768 bytes
 .../test/org/apache/lucene/index/sorted.6.6.4.zip | Bin 0 -> 156997 bytes
 4 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3b6ab0b3/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 8fc9373..b7adc5a 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
@@ -317,6 +317,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "6.6.2-nocfs",
     "6.6.3-cfs",
     "6.6.3-nocfs",
+    "6.6.4-cfs",
+    "6.6.4-nocfs",
     "7.0.0-cfs",
     "7.0.0-nocfs",
     "7.0.1-cfs",
@@ -350,6 +352,7 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.6.6.1",
     "sorted.6.6.2",
     "sorted.6.6.3",
+    "sorted.6.6.4",
     "sorted.7.0.0",
     "sorted.7.0.1",
     "sorted.7.1.0",

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

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

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