spinscale opened a new pull request, #15712: URL: https://github.com/apache/lucene/pull/15712
This does not remove tests checking the inability to opening older indices, but all the unit tests that contain custom formats stored in the test directory - a lot of those tests are marked as `@Nightly` and definitely increase test time. This removes mainly nightly unit tests regarding Lucene versions 5, 6, 7 and 8, as those are at least two major versions behind. Closes #15673 Note: I have deleted quite a bit of code here in the `backwards-codec` directory - which means I probably have overdeleted some code, which has served more purpose than I currently see. After deleting the test code, I also worked on the supporting code in `backwards-codec/src/java` - again this depends how hard we support for versions than the last major version is required to test things in main. Happy to learn and adapt here! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
