Skip to content

Conversation

OVI3D0
Copy link
Member

@OVI3D0 OVI3D0 commented Aug 19, 2025

Description

Fixes to aggregate command to prevent key errors + update function name for storing aggregated results

Issues Resolved

[List any issues this PR will resolve]

Testing

  • New functionality includes testing

running aggregate command with changes applied


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

self.config.add(config.Scope.applicationOverride, "system",
"env.name", test_run.environment_name)
self.config.add(config.Scope.applicationOverride, "system", "time.start", current_timestamp)
self.config.add(config.Scope.applicationOverride, "test_run", "pipeline", test_run.pipeline)
self.config.add(config.Scope.applicationOverride, "workload", "params", test_run.workload_params)
self.config.add(config.Scope.applicationOverride, "builder",
"cluster_config_instance.params", test_run.cluster_config_instance_params)
"cluster_config.params", test_run.cluster_config)
Copy link
Collaborator

Choose a reason for hiding this comment

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

should this be "cluster_config.params", test_run.cluster_config_params?

Signed-off-by: Michael Oviedo <[email protected]>
Copy link
Collaborator

@IanHoang IanHoang left a comment

Choose a reason for hiding this comment

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

LGTM!

@IanHoang IanHoang merged commit ef0ddaf into opensearch-project:2.0-rc Aug 19, 2025
10 checks passed
IanHoang pushed a commit that referenced this pull request Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants