-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix termination event not being sent #5258
fix termination event not being sent #5258
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5258 +/- ##
==========================================
+ Coverage 71.90% 71.93% +0.02%
==========================================
Files 388 389 +1
Lines 14063 14148 +85
==========================================
+ Hits 10112 10177 +65
- Misses 3210 3223 +13
- Partials 741 748 +7
Continue to review full report at Codecov.
|
c801581
to
b42ea9c
Compare
} | ||
|
||
ev.logEvent(*logEntry) |
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.
Aside: it doesn't seem that logEntry
needs to be a pointer?
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!
Co-authored-by: Gaurav <[email protected]>
In #4926 I added a new event to send a termination event to detect failures in skaffold setup.
However, during more rigorous testing, i saw some abnormalities where the event was received.
Steps to Reproduce:
make
5.. Checkout a skaffold helm example run
skaffold dev