iverase opened a new pull request, #16162: URL: https://github.com/apache/lucene/pull/16162
In #14187, we disable the query cache by default which means most of our test are running now without it in comparison to branch 10.x where the cache is set by default. That means we might be lacking coverage in some code that depends if the query cache is enable or not. This PR proposes to add a query cache randomly when a new index searcher is created in LuceneTestCaseParent. -- 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]
