autotune icon indicating copy to clipboard operation
autotune copied to clipboard

Kruize monitoring createExperiment API issues

Open chandrams opened this issue 1 year ago • 3 comments

  • Create Experiments doesn’t throw an error when conflicting fields are present in the json posted to create the experiment. Conflicting fields:

          - performanceProfile and slo
          - Selector and deployment name
    
  • Creating experiments with the same deployment name failed

chandrams avatar Jan 11 '23 12:01 chandrams

json files are here - (https://raw.githubusercontent.com/kruize/autotune/03c9c606b4cab7493bbb4fe55f5b2cbee2b3a34e/tests/scripts/monitoring_tests/json_files/deployment_name_selector.json) https://github.com/kruize/autotune/blob/03c9c606b4cab7493bbb4fe55f5b2cbee2b3a34e/tests/scripts/monitoring_tests/json_files/perf_profile_slo.json

chandrams avatar Jan 11 '23 13:01 chandrams

Thanks @chandrams will take a look at it.

msvinaykumar avatar Jan 11 '23 14:01 msvinaykumar

  • Create Experiment succeeds when recommendation_settings is missing from the create_exp.json
  • Create experiment succeeds when specifying an invalid content type in the header

chandrams avatar Feb 08 '23 07:02 chandrams