dweiss commented on PR #16307: URL: https://github.com/apache/lucene/pull/16307#issuecomment-4905772381
Hi @jimczi - this merge causes a test failure that looks like an off-by-one somewhere. https://jenkins.thetaphi.de/job/Lucene-nightly-main-Linux/1781/console ``` gradlew :lucene:facet:test --tests "org.apache.lucene.facet.range.TestRangeFacetCounts.testRandomLongsMultiValued" -Ptests.asserts=true -Ptests.file.encoding=US-ASCII -Ptests.gui=true -Ptests.haltonfailure=false -Ptests.jvmargs= -Ptests.jvms=6 -Ptests.multiplier=3 -Ptests.nightly=true -Ptests.seed=4C2167479558CC44 -Ptests.vectorsize=default ``` This wasn't present (or was masked?) prior to this change. -- 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]
