-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] too many disjunctions to expand failure in IntervalQueryBuilderTests.testMustRewrite #3321
Labels
Comments
nknize
added
bug
Something isn't working
>test-failure
Test failure from CI, local build, etc.
CI
CI related
untriaged
labels
May 13, 2022
A similar instance of the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Caught on #3318 the following failure is reproducible:
Looks related to #2103. A large test query is being created that is resulting in a 1152 disjunctions which exceeds
IndexSearcher.maxClauseCount
(1024). With the addition of the unordered non-overlapping intervals support we should probably make the test less aggressive here. Is this something you can look at @mattweber?Test query:
The text was updated successfully, but these errors were encountered: