Skip to content

Tests: Add unit test for InternalScriptedMetricAggregator#23404

Merged
cbuescher merged 1 commit intoelastic:masterfrom
cbuescher:addScriptedMetricAggregatorTests
Feb 28, 2017
Merged

Tests: Add unit test for InternalScriptedMetricAggregator#23404
cbuescher merged 1 commit intoelastic:masterfrom
cbuescher:addScriptedMetricAggregatorTests

Conversation

@cbuescher
Copy link
Copy Markdown
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
if (initScript != null) {
executableInitScript = queryShardContext.getLazyExecutableScript(initScript, ScriptContext.Standard.AGGS);
} else {
executableInitScript = (p) -> null;;
Copy link
Copy Markdown
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
Copy Markdown
Member Author

@nik9000 thanks for the review

@cbuescher
Copy link
Copy Markdown
Member Author

On 5.x. with 520d04f

@cbuescher cbuescher deleted the addScriptedMetricAggregatorTests branch November 27, 2025 10:28
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