dweiss commented on issue #16121:
URL: https://github.com/apache/lucene/issues/16121#issuecomment-4533389648
I've pushed the fix for the reversed check for test/suite min-time
reporting. If you'd like to see the top executed tests, set:
```
-Ptests.slowestTests.minTime=1
```
reports (for me):
```
The slowest tests during this run:
0.28s
TestDocValuesQueries.testDuelPointRangeMultivaluedSortedSetRangeSkipperQuery
{seed=[FD5DED975102509A:B9F7959253A86060]} (:lucene:core)
0.28s
TestDocValuesQueries.testDuelPointRangeMultivaluedSortedSetRangeQuery
{seed=[FD5DED975102509A:DB8509F3B1EF0C8D]} (:lucene:core)
0.28s TestDocValuesQueries.testDuelSetVsTermsQuery
{seed=[FD5DED975102509A:2E4F3FA9B6244203]} (:lucene:core)
0.27s
TestDocValuesQueries.testDuelPointRangeMultivaluedSortedSetRangeSkipperQuery
{seed=[FD5DED975102509A:371E034E026C28AB]} (:lucene:core)
0.27s
TestDocValuesQueries.testDuelPointRangeMultivaluedSortedSetRangeQuery
{seed=[FD5DED975102509A:3331BA42769349FE]} (:lucene:core)
0.27s TestDocValuesQueries.testDuelPointRangeSortedSetRangeQuery
{seed=[FD5DED975102509A:4B224ADF8BC6C336]} (:lucene:core)
0.27s
TestDocValuesQueries.testDuelPointRangeMultivaluedSortedSetRangeSkipperQuery
{seed=[FD5DED975102509A:8348BFB236AEE387]} (:lucene:core)
0.27s
TestDocValuesQueries.testDuelPointRangeMultivaluedSortedSetRangeQuery
{seed=[FD5DED975102509A:DEFDEC464A359F8]} (:lucene:core)
0.26s
TestDocValuesQueries.testDuelPointRangeMultivaluedSortedSetRangeQuery
{seed=[FD5DED975102509A:E13A23D3D4E98F6A]} (:lucene:core)
0.25s TestDocValuesQueries.testDuelSetVsTermsQuery
{seed=[FD5DED975102509A:5A481662524C93DE]} (:lucene:core)
The slowest suites during this run:
26.27s TestDocValuesQueries (:lucene:core)
```
Why other tests are included... I've no idea. Seems like gradle's filtering
is broken (they've made a lot of changes to that area recently).
--
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]