-
Notifications
You must be signed in to change notification settings - Fork 850
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
[update] add DeleteIncompleteExperiments #928
Conversation
Signed-off-by: “fewdan” <[email protected]>
Signed-off-by: “fewdan” <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: “fewdan” <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@WangXiangUSTC,Thanks for your review. The bot only counts LGTMs from Reviewers and higher roles, but you're still welcome to leave your comments.See the corresponding SIG page for more information. Related SIG: chaos-mesh(slack). |
/merge |
/run-all-tests |
cherry pick to release-1.0 in PR #933 |
* add DeleteIncompleteExperiments Signed-off-by: “fewdan” <[email protected]> * address comment Signed-off-by: “fewdan” <[email protected]> * address comment Signed-off-by: “fewdan” <[email protected]> Co-authored-by: “fewdan” <[email protected]>
Signed-off-by: “fewdan” [email protected]
What problem does this PR solve?
#923
What is changed and how does it work?
If the chaos-dashboard was restarted and the experiment is completed during the restart, which means the experiment would never save the finish_time.
DeleteIncompleteExperiments can be used to delete all incomplete experiments to avoid this case.
Checklist
Tests
Side effects
Related changes
Does this PR introduce a user-facing change?