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:50:47 UTC

svn commit: r1661609 - in /lucene/dev/trunk: dev-tools/scripts/ lucene/backward-codecs/src/test/org/apache/lucene/index/

Author: rjernst
Date: Mon Feb 23 06:50:47 2015
New Revision: 1661609

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

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

Modified: lucene/dev/trunk/dev-tools/scripts/addBackcompatIndexes.py
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/scripts/addBackcompatIndexes.py?rev=1661609&r1=1661608&r2=1661609&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/scripts/addBackcompatIndexes.py (original)
+++ lucene/dev/trunk/dev-tools/scripts/addBackcompatIndexes.py Mon Feb 23 06:50:47 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/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java?rev=1661609&r1=1661608&r2=1661609&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java (original)
+++ lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java Mon Feb 23 06:50:47 2015
@@ -208,6 +208,8 @@ public class TestBackwardsCompatibility
   }
 
   final static String[] oldNames = {
+      "5.0.0-cfs",
+      "5.0.0-nocfs"
   };
   
   final String[] unsupportedNames = {

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

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



Re: svn commit: r1661609 - in /lucene/dev/trunk: dev-tools/scripts/ lucene/backward-codecs/src/test/org/apache/lucene/index/

Posted by Adrien Grand <jp...@gmail.com>.
On Mon, Feb 23, 2015 at 7:50 AM,  <rj...@apache.org> wrote:
> Author: rjernst
> Log:
> adding bwc test indexes for 5.0.0

Thanks Ryan!

-- 
Adrien

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org