Skip to content

Conversation

@elasticsearchmachine
Copy link
Collaborator

Backports the following commits to 7.14:

The tests for the debugging information in the filters aggregation where
too specific for the kind of randomization we run with. We mostly fixed
them in elastic#74750 by replacing `equalTo(1)` with `greaterThanOrEqualTo(1)`.
But we missed a spot. In all fairness, we ran the test a couple thousand
times and it didn't fail. But letting the ES build chew on it gets many
many many thousands of executions over a month. So it found the spot.
This performs one additional `equalTo(1)` to `greaterThanOrEqualTo(1)`
replacement.

Closes elastic#74936
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants