dweiss commented on issue #16121:
URL: https://github.com/apache/lucene/issues/16121#issuecomment-4533491463
I've converted this class to junit5 and then filtering works as expected -
```
> ./gradlew test -p lucene/core --tests
'org.apache.lucene.search.TestDocValuesQueries.testDuelPointRangeNumericRangeQuery*'
-Dtests.iters=3 -Ptests.slowestTests.minTime=1
...
The slowest tests during this run:
0.45s TestDocValuesQueries.testDuelPointRangeNumericRangeQuery(Random)
(:lucene:core)
0.18s TestDocValuesQueries.testDuelPointRangeNumericRangeQuery(Random)
(:lucene:core)
0.15s TestDocValuesQueries.testDuelPointRangeNumericRangeQuery(Random)
(:lucene:core)
0.14s TestDocValuesQueries.testDuelPointRangeNumericRangeQuery(Random)
(:lucene:core)
```
so it's definitely a filtering regression for junit4 tests somewhere in
gradle.
--
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]