You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Shad Storhaug (Jira)" <ji...@apache.org> on 2021/12/09 18:17:00 UTC

[jira] [Closed] (LUCENENET-613) Need tests to ensure 2-way index/codec compatibility with Lucene

     [ https://issues.apache.org/jira/browse/LUCENENET-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shad Storhaug closed LUCENENET-613.
-----------------------------------
    Resolution: Abandoned

Moved to GitHub: https://github.com/apache/lucenenet/issues/270

> Need tests to ensure 2-way index/codec compatibility with Lucene
> ----------------------------------------------------------------
>
>                 Key: LUCENENET-613
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-613
>             Project: Lucene.Net
>          Issue Type: Test
>          Components: Lucene.Net Core, Lucene.Net.Codecs
>    Affects Versions: Lucene.Net 4.8.0
>            Reporter: Shad Storhaug
>            Priority: Major
>              Labels: up-for-grabs
>
> Lucene came with several tests to ensure backward compatibility with indexes, and included many zipped index archives which are used to ensure Lucene.NET can read indexes that were produced by Lucene.
> However, we have no tests to ensure that indexes produced by Lucene.NET 4.8.0 can be read by Lucene 4.8.0.
> A way this could be done:
> 1. Create a command line utility that is part of the Lucene.NET build that produces a series of test index cases (at least 1 case per codec/doc values format/postings format combination). Unlike the existing compatibility tests that zip the indexes into embedded resources, we should be creating indexes based on the current build of Lucene.NET.
> 2. Create a Java/JUnit test project that depends on Lucene 4.8.0 and add a test per test case.
> 3. Add build/test tasks to {{azure-pipelines.yml}} to run the .NET utility to produce the indexes and then execute Java/JUnit tests on each target framework/OS/platform
> These tests should be designed in such a way that when we upgrade to the next version of Lucene the tests are simple to upgrade as well.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)