You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2016/03/07 16:37:26 UTC

lucene-solr git commit: fix smoke tester to understand newly old index

Repository: lucene-solr
Updated Branches:
  refs/heads/master 9082d5f8f -> 9617d3d40


fix smoke tester to understand newly old index


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

Branch: refs/heads/master
Commit: 9617d3d400ea4d6b3e00cf0b3a2c94598647bb4e
Parents: 9082d5f
Author: Mike McCandless <mi...@apache.org>
Authored: Mon Mar 7 10:38:04 2016 -0500
Committer: Mike McCandless <mi...@apache.org>
Committed: Mon Mar 7 10:38:04 2016 -0500

----------------------------------------------------------------------
 dev-tools/scripts/smokeTestRelease.py | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9617d3d4/dev-tools/scripts/smokeTestRelease.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/smokeTestRelease.py b/dev-tools/scripts/smokeTestRelease.py
index aa367f6..87a772f 100644
--- a/dev-tools/scripts/smokeTestRelease.py
+++ b/dev-tools/scripts/smokeTestRelease.py
@@ -1306,6 +1306,8 @@ def confirmAllReleasesAreTestedForBackCompat(smokeVersion, unpackPath):
       # Mixed version test case; ignore it for our purposes because we only
       # tally up the "tests single Lucene version" indices
       continue
+    elif name == '5.0.0.singlesegment':
+      tup = 5, 0, 0
     else:
       raise RuntimeError('could not parse version %s' % name)