rahulgoswami commented on PR #14607: URL: https://github.com/apache/lucene/pull/14607#issuecomment-3520652706
I bumped up the min version of 'segments' codec to VERSION_86 in CodecUtil.checkHeaderNoMagic(). And updated the test to be more specific. The failed nightly passes fine now. Thanks for the hint! This helps us avoid the dilemma of a lucene-backward-codecs.jar actually not being present in the class path vs an actual unsupported index. I feel good about this one. Tried running "gradlew test" with -Dlucene.nightly=true but had to terminate as it was taking awfully long. -- 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]
