You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rj...@apache.org on 2015/02/23 07:46:06 UTC

svn commit: r1661608 - in /lucene/dev/branches/branch_5x: dev-tools/scripts/ lucene/backward-codecs/src/test/org/apache/lucene/index/

Author: rjernst
Date: Mon Feb 23 06:46:06 2015
New Revision: 1661608

URL: http://svn.apache.org/r1661608
Log:
adding bwc test indexes for 5.0.0

Added:
    lucene/dev/branches/branch_5x/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.0.0-cfs.zip   (with props)
    lucene/dev/branches/branch_5x/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.0.0-nocfs.zip   (with props)
Modified:
    lucene/dev/branches/branch_5x/dev-tools/scripts/addBackcompatIndexes.py
    lucene/dev/branches/branch_5x/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java

Modified: lucene/dev/branches/branch_5x/dev-tools/scripts/addBackcompatIndexes.py
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/dev-tools/scripts/addBackcompatIndexes.py?rev=1661608&r1=1661607&r2=1661608&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/dev-tools/scripts/addBackcompatIndexes.py (original)
+++ lucene/dev/branches/branch_5x/dev-tools/scripts/addBackcompatIndexes.py Mon Feb 23 06:46:06 2015
@@ -34,8 +34,8 @@ def create_and_add_index(source, indexty
     'nocfs': 'index.%s-nocfs.zip'
   }[indextype] % version
   print('  creating %s...' % filename, end='', flush=True)
-  module = 'lucene/backward-codecs'
-  index_dir = os.path.join(module, 'src/test/org/apache/lucene/index')
+  module = 'backward-codecs'
+  index_dir = os.path.join('lucene', module, 'src/test/org/apache/lucene/index')
   test_file = os.path.join(index_dir, filename)
   if os.path.exists(os.path.join(index_dir, filename)):
     print('uptodate')

Modified: lucene/dev/branches/branch_5x/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java?rev=1661608&r1=1661607&r2=1661608&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java (original)
+++ lucene/dev/branches/branch_5x/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java Mon Feb 23 06:46:06 2015
@@ -255,6 +255,8 @@ public class TestBackwardsCompatibility
       "4.10.2-nocfs",
       "4.10.3-cfs",
       "4.10.3-nocfs",
+      "5.0.0-cfs",
+      "5.0.0-nocfs"
   };
   
   final String[] unsupportedNames = {

Added: lucene/dev/branches/branch_5x/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.0.0-cfs.zip
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.0.0-cfs.zip?rev=1661608&view=auto
==============================================================================
Binary file - no diff available.

Added: lucene/dev/branches/branch_5x/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.0.0-nocfs.zip
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.0.0-nocfs.zip?rev=1661608&view=auto
==============================================================================
Binary file - no diff available.