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
The delete experiment API consistently fails with a 400 status code in local monitoring mode. Although the experiment appears in the listExperiments output, the delete experiment operation returns an error. The logs display the following message:
2025-01-09 18:02:54.400 ERROR [qtp1789268516-48][CreateExperiment.java(204)] - Exception occurred while deleting the experiment: Experiment not found!
How to reproduce it
Deploy Kruize in Local Monitoring mode, create an experiment and try to delete the experiment using createExperiment API.
Expected behavior
Experiment should be delete if it exists.
Relevant logs
2025-01-0918:02:54.400 ERROR [qtp1789268516-48][CreateExperiment.java(204)]-Exception occurred while deleting the experiment: Experiment not found!
Environment:
Kubernetes Cluster: Openshift
Version: Kruize Version 0.0.3
Additional context
Looks like delete operation is still pointing to old table.
The text was updated successfully, but these errors were encountered:
Describe the bug
The delete experiment API consistently fails with a 400 status code in local monitoring mode. Although the experiment appears in the
listExperiments
output, the delete experiment operation returns an error. The logs display the following message:How to reproduce it
Deploy Kruize in Local Monitoring mode, create an experiment and try to delete the experiment using
createExperiment
API.Expected behavior
Experiment should be delete if it exists.
Relevant logs
Environment:
Additional context
Looks like delete operation is still pointing to old table.
The text was updated successfully, but these errors were encountered: