-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Change coredump path and add integration test #6205
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
Conversation
ostromart
commented
Jun 12, 2018
- Change coredump dir from /etc/istio/proxy/ to /var/istio/proxy/
- Add e2e integration test to verify core is generated.
thanks a lot for doing this ! |
I haven't added that yet, will take a look. |
Is there an issue with having the core in /etc that is solved by having the core in /var? |
Codecov Report
@@ Coverage Diff @@
## master #6205 +/- ##
=======================================
- Coverage 68% 67% -<1%
=======================================
Files 351 345 -6
Lines 30671 30806 +135
=======================================
- Hits 20718 20504 -214
- Misses 9109 9465 +356
+ Partials 844 837 -7
Continue to review full report at Codecov.
|
64e84d4
to
23188a6
Compare
@andraxylia this is mostly about #5847 but piggybacking the dir change since we (me, @costinm and @mandarjog) agreed that /var was the right place for cores rather than /etc. |
/etc is for (typically readonly/not modified configs) |
6b34da1
to
3084cb2
Compare
8202b09
to
f0e6cb4
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ostromart Assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
054adda
to
1f43e85
Compare
@ostromart: The following tests failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
poke |
Would love to get this in but it's stuck on some strange behavior in circle minikube ignoring all uname settings. One other thing I want to try after vacation is to make the change in the circle environment itself rather than docker container. |
I didn’t know you were in vacation, enjoy it, it’ll wait :) |
@ostromart: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This pull request has been automatically marked as stale because it has not had activity in the last 2 weeks. It will be closed in 2 weeks if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
@ostromart can you update this PR? Should't it be in 1.0? |
@rshriram @ostromart this is useful, why did you close it? |
I can reopen it against 1.0 when I get a bit of time to look at it again. It's long been stuck on CircleCI annoyingly resetting uname -c to 0 no matter what I do. Last try is going to be to set it to unlimited in .circleci to see if it's something to do with the platform behavior. |