msokolov commented on issue #15212:
URL: https://github.com/apache/lucene/issues/15212#issuecomment-3319663316
`TestPriorityQueue.testRemovalsAndInsertions` has this:
```
// Try many random additions to existing entries - we should always see
// increasing scores in the lowest entry in the PQ
for (int p = 0; p < 500000; p++) {
```
which seems excessive to me, but it has been this way for > 10 years, so I'm
reluctant to wade in with a brushcutter. Does anyone know why we need such a
large iteration count here?
--
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]