Re: [PR] Speed up TestIndexOrDocValuesQuery. [lucene]

2023-10-17 Thread via GitHub
jpountz merged PR #12672: URL: https://github.com/apache/lucene/pull/12672 -- 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: issues-unsubscr...@lucene.apa

Re: [PR] Speed up TestIndexOrDocValuesQuery. [lucene]

2023-10-13 Thread via GitHub
rmuir commented on PR #12672: URL: https://github.com/apache/lucene/pull/12672#issuecomment-1762048057 Thanks for improving the speed of this test, last time i ran tests it took over 200seconds on my computer, i just did not look into it. -- This is an automated message from the Apache Gi

Re: [PR] Speed up TestIndexOrDocValuesQuery. [lucene]

2023-10-13 Thread via GitHub
jpountz commented on PR #12672: URL: https://github.com/apache/lucene/pull/12672#issuecomment-1761457934 On my machine the test goes from ~30s to ~5s. This is probably still too much, but at least these changes should not meaningfully decrease coverage. -- This is an automated message fro

[PR] Speed up TestIndexOrDocValuesQuery. [lucene]

2023-10-13 Thread via GitHub
jpountz opened a new pull request, #12672: URL: https://github.com/apache/lucene/pull/12672 This changes the following: - fewer docs indexed in non-nightly runs, - `QueryUtils#checkFirstSkipTo` uses the `ScorerSupplier` API to convey it will only check one doc, - `QueryUtils#chec