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

Tests: Add unit test for InternalScriptedMetricAggregator #23404

Merged

Conversation

cbuescher
Copy link
Member

Relates to #22278

@cbuescher cbuescher added :Analytics/Aggregations Aggregations review >test Issues or PRs that are addressing/adding tests v6.0.0-alpha1 labels Feb 28, 2017
@@ -190,7 +190,7 @@ protected ScriptedMetricAggregatorFactory doBuild(SearchContext context, Aggrega
if (initScript != null) {
executableInitScript = queryShardContext.getLazyExecutableScript(initScript, ScriptContext.Standard.AGGS);
} else {
executableInitScript = (p) -> null;;
Copy link
Member

Choose a reason for hiding this comment

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

👍

@cbuescher cbuescher merged commit a522deb into elastic:master Feb 28, 2017
@cbuescher
Copy link
Member Author

@nik9000 thanks for the review

@cbuescher
Copy link
Member Author

On 5.x. with 520d04f

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 v5.4.0 v6.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants