-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Unit tests for Range and DateRange aggs #52380
Conversation
Pinging @elastic/es-analytics-geo (:Analytics/Aggregations) |
@elasticmachine run elasticsearch-ci/2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
private void testBothResolutions(Query query, | ||
CheckedConsumer<RandomIndexWriter, IOException> buildIndex, | ||
Consumer<InternalRange<? extends InternalRange.Bucket, ? extends InternalRange>> verify) | ||
throws IOException { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line looks like it has kind of funny indentation.
This PR just adds a bit more test coverage for things I'm going to be touching in the VS refactor soon.