-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Make agg test less confusing #63952
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
Make agg test less confusing #63952
Conversation
|
Pinging @elastic/es-analytics-geo (:Analytics/Aggregations) |
We have an `@After` annotated method in `AggregatorTestCase` that cleans up releasibles. But it was `private`! Confusingly, it seemed to be working! I'm not sure why. This makes it public which is a little more sensible.
|
I'm not really sure how this worked before. But this makes a little more sense. |
javanna
left a comment
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.
making it public certainly makes sense! that it worked when it was private, that I really don't understand.
It was working, yeah. @javanna found it and sent it my way. Is weird. |
We have an `@After` annotated method in `AggregatorTestCase` that cleans up releasibles. But it was `private`! Confusingly, it seemed to be working! I'm not sure why. This makes it public which is a little more sensible.
We have an `@After` annotated method in `AggregatorTestCase` that cleans up releasibles. But it was `private`! Confusingly, it seemed to be working! I'm not sure why. This makes it public which is a little more sensible.

We have an
@Afterannotated method inAggregatorTestCasethat cleansup releasibles. But it was
private! Confusingly, it seemed to beworking! I'm not sure why. This makes it public which is a little more
sensible.