ML-dev-crypto commented on issue #15661:
URL: https://github.com/apache/lucene/issues/15661#issuecomment-3849052826
I ran a full git bisect on branch_10x using the provided reproducer:
./gradlew test --tests TestForTooMuchCloning.test \
-Dtests.seed=CB64A16D4340F979 \
-Dtests.multiplier=3 \
-Dtests.locale=hsb \
-Dtests.timezone=Etc/GMT+1
Bisect result:
c50f5ee3d7549319510533cb57149c0d918cbc0f is the first bad commit
Commit:
Always check gradle wrapper sha checksum and download if necessary (#14608)
Before this commit the test passes; starting at this commit it consistently
fails
with:
too many calls to IndexInput.clone during TermRangeQuery: 36
This suggests the failure on 10.x is not random flakiness but a regression
introduced
by #14608 (possibly via changes in wrapper / JVM initialization affecting
low-level
IO behavior). Happy to investigate further or open a PR if you have guidance
on the
expected direction.
--
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]