Skip to content
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

Move AggregatorTestCase to test framework #24594

Closed

Conversation

polyfractal
Copy link
Contributor

This change allows plugins to use the test class. The only material, and potentially controversial, change is that build() had to be made public instead of protected... but the sole user of that API
(AbstractAggregatorBuilder) already exposed it as public so I think this is ok.

Everything else is just automated formatting and some unused import cleanup.

/cc @colings86 @martijnvg

Allows plugins to use the test class.  Only potentially controversial point is that
`build()` had to be made public instead of protected... but the sole user of that API
(AbstractAggregatorBuilder) already exposed it as public so I think this is ok.
@polyfractal polyfractal added :Analytics/Aggregations Aggregations review >test Issues or PRs that are addressing/adding tests labels May 10, 2017
Copy link
Member

@martijnvg martijnvg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@martijnvg
Copy link
Member

@polyfractal this test base class has been moved to test framework module via #24638, so I think we can close this one?

@polyfractal
Copy link
Contributor Author

👍 That's what I get for sending a PR and then going on holiday :) Closing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/Aggregations Aggregations >test Issues or PRs that are addressing/adding tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants