[ 
https://issues.apache.org/jira/browse/LUCENE-5863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128746#comment-14128746
 ] 

Ryan Ernst commented on LUCENE-5863:
------------------------------------

Mike's check is great to build a base, but since releases are only added, never 
removed, once we know we have tested for N, adding N + 1 means just checking 
the version being released is in backcompat tests (which the test im writing 
will check) and that the new version is new (didn't forget to bump the version).

But I don't care that much.  I just am afraid of the smoke tester taking on 
more stuff that is not testing the actual release candidate, but instead really 
a test that lives outside the tests.

> Generate backwards compatibility indexes for all 4.x releases
> -------------------------------------------------------------
>
>                 Key: LUCENE-5863
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5863
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: testTheBWCTester.py
>
>
> Currently the versioning here is a total mess, and its inconsistent across 
> bugfix releases.
> We should just generate back compat indexes for every release: regardless of 
> whether the index format changed, even for bugfix releases. This ensures at 
> least we try to test that the back compat is working.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to