iverase opened a new issue, #16121: URL: https://github.com/apache/lucene/issues/16121
If I try to run the following command: ``` ./gradlew test --tests TestDocValuesQueries.testDuelPointRangeNumericRangeQuery -Dtests.iters=10 ``` I get the following exception: ``` > Task :checkAnyTestIncludedAfterFiltering FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':checkAnyTestIncludedAfterFiltering'. > 37 test tasks executed but no tests matched the provided --tests filters? ``` This command still works if I do not specify a specific test: ``` ./gradlew test --tests TestDocValuesQueries -Dtests.iters=10 ``` The change of behaviour was introduced by this PR: https://github.com/apache/lucene/pull/15949 -- 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]
