dweiss commented on issue #16121: URL: https://github.com/apache/lucene/issues/16121#issuecomment-4533364170
There is a bug in how test times/suite times are reported - I'll fix that, but it's unrelated. There is also some other problem with filtering because `--tests 'TestDocValuesQueries.testDuelPointRangeNumericRangeQuery*' seems to blow up tests other than `testDuelPointRangeNumericRangeQuery` - I'll look into this. But the wildcard at the end will allow you to rerun the test multiple times. Alternatively, you can also beast the entire suite - ``` ./gradlew -p lucene/core beast --tests TestDocValuesQueries -Ptests.dups=10 ``` -- 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]
