You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Ignacio Vera (Jira)" <ji...@apache.org> on 2021/02/16 13:41:00 UTC

[jira] [Commented] (LUCENE-9777) generate back-compat for master branch is wrong in addBackcompatIndexes.py

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

Ignacio Vera commented on LUCENE-9777:
--------------------------------------

I had a look into this out of curiosity and I think the least of our problems is the call to ant. There are several things that they have not been done in the last two releases:

The class [o.a.l.util.Version|https://github.com/apache/lucene-solr/blob/master/lucene/core/src/java/org/apache/lucene/util/Version.java] is out of date in master. The last recorded version is 8.6.3 so it is missing 8.7.0 and 8.8.0.

There are two other things that need to be addressed in addBackcompatIndexes.py:

Due to the re-formatting of the code, some code pattern matching are not working any more. (LUCENE-9570)
 Due to the re-packaging on the backwards-codec module, some paths are not valid anymore. (LUCENE-9318)

> generate back-compat for master branch is wrong in addBackcompatIndexes.py
> --------------------------------------------------------------------------
>
>                 Key: LUCENE-9777
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9777
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: release wizard
>    Affects Versions: 8.8
>            Reporter: Noble Paul
>            Assignee: Jan Høydahl
>            Priority: Major
>
> https://github.com/apache/lucene-solr/blob/23755ddfdd36a9613010cb9e6201127df55be744/dev-tools/scripts/addBackcompatIndexes.py#L87
> This tries to run the `ant test` we need to replace it with the corresponding fradlew command



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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