Narendra9793 opened a new pull request, #15118: URL: https://github.com/apache/lucene/pull/15118
This PR addresses the issue where TestTermInSetQuery.testDuel occasionally ran into OutOfMemoryError during randomized stress tests. 🔧 Changes Made: Updated testDuel to limit the size of randomly generated terms and queries. Added safeguards to avoid unbounded memory usage during stress test execution. Ensured the test remains effective in validating correctness while being memory-efficient. ✅ Verification: Ran affected test multiple times locally to confirm no OutOfMemoryError occurs. Verified test correctness and consistency across different seeds. -- 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]
