-
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
Store experiment when it was created #662
Conversation
Signed-off-by: cwen0 <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #662 +/- ##
==========================================
- Coverage 55.78% 54.65% -1.13%
==========================================
Files 68 68
Lines 4383 4574 +191
==========================================
+ Hits 2445 2500 +55
- Misses 1768 1887 +119
- Partials 170 187 +17
Continue to review full report at Codecov.
|
TBH I don't think it is a good choice. The experiment object can be updated/changed after it is created. Then do we want to update the archive experiment in db every time? |
Yes, I think updating it in DB every time is ok. 😂, I don't want to use finalizers any more. |
Signed-off-by: cwen0 <[email protected]>
Signed-off-by: cwen0 <[email protected]>
Signed-off-by: cwen0 <[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
@fewdan, Thanks for your review, however we are sorry that your vote won't be count. You are not a reviewer or committer or co-leader or leader. |
@g1eny0ung, Thanks for your review, however we are sorry that your vote won't be count. You are not a reviewer or committer or co-leader or leader for the related sigs:chaos-mesh(slack). |
/merge |
/run-all-tests |
@cwen0 merge failed. |
Signed-off-by: shonge <[email protected]>
Signed-off-by: cwen0 [email protected]
What problem does this PR solve?
Fix #657 #557
What is changed and how does it work?
archived
field to archive_eperiment struct, when some experiment was deleted and updatearchived
totrue