You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug Validation failed: Cannot invoke "org.json.JSONArray.iterator()" because "aggrFunctionArray" is null error is encountered when validating missing aggregation_functions field in createMetricProfile tests
How to reproduce it
Run test_create_metric_profile.py REST API tests under local monitoring test suite
Expected behavior
Expected test output : Validation failed: JSONObject["aggregation_functions"] not found.
Describe the bug
Validation failed: Cannot invoke "org.json.JSONArray.iterator()" because "aggrFunctionArray" is null
error is encountered when validating missing aggregation_functions field in createMetricProfile testsHow to reproduce it
Run
test_create_metric_profile.py
REST API tests under local monitoring test suiteExpected behavior
Expected test output :
Validation failed: JSONObject["aggregation_functions"] not found.
Relevant logs
Jenkins test failure - https://ci.app-svc-perf.corp.redhat.com/job/ExternalTeams/job/Autotune/job/kruize_functional_tests/106/testReport/junit/rest_apis/test_create_metric_profile/test_create_metric_profiles_mandatory_fields_aggregation_functions_500_ERROR_/
Environment:
Additional context
.
The text was updated successfully, but these errors were encountered: