Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip- Bug Fix] Fixing Delete Experiment API #1461

Closed
wants to merge 3 commits into from

Conversation

shekhar316
Copy link
Contributor

Description

This PR addresses the issue with the delete experiment functionality for the local monitoring use case. Previously, the delete operation was incorrectly attempting to find the experiment in the KruizeExperimentEntry table, which is not applicable for local monitoring. The logic has now been updated to use the KruizeLMExperimentEntry table for local monitoring use case. For cases where ROS is enabled and local monitoring use case, the KruizeExperimentEntry table will continue to be used.

Fixes # (issue)
#1456

Type of change

  • Bug fix
  • New feature
  • Docs update
  • Breaking change (What changes might users need to make in their application due to this PR?)
  • Requires DB changes

How has this been tested?

Manually tested on OpenShift cluster (Resource Hub)

Test Configuration

  • Kubernetes clusters tested on: OpenShift

Checklist 🎯

  • Followed coding guidelines
  • Comments added
  • Dependent changes merged
  • Documentation updated
  • Tests added or updated

Additional information

Image for testing: quay.io/rh-ee-shesaxen/autotune:fixDelExp

@shekhar316 shekhar316 added bug Something isn't working remote_monitoring labels Jan 16, 2025
@shekhar316 shekhar316 added this to the Kruize 0.4 Release milestone Jan 16, 2025
@shekhar316 shekhar316 self-assigned this Jan 16, 2025
@shekhar316 shekhar316 linked an issue Jan 16, 2025 that may be closed by this pull request
@shekhar316 shekhar316 changed the title [Bug Fix] Fixing Delete Experiment API [wip- Bug Fix] Fixing Delete Experiment API Jan 16, 2025
@chandrams
Copy link
Contributor

@shekhar316 - Isn't this same as this PR - #1437?

@shekhar316
Copy link
Contributor Author

Closing this PR, as this was already addressed in PR#1437.

@shekhar316 shekhar316 closed this Jan 17, 2025
@shekhar316 shekhar316 removed this from the Kruize 0.4 Release milestone Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working remote_monitoring
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Delete Experiment is not working in Local Monitoring Mode
2 participants