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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Always shutdown etcd when stopping envtest #975

Merged

Conversation

akutz
Copy link
Contributor

@akutz akutz commented May 29, 2020

This patch fixes an issue that occurs when shutting down an envtest.Environment. If the API server fails to shutdown, then the etcd process is orphaned. This can result in dozens of running etcd processes when debugging failed tests.

Please see this Slack discussion for more information.

cc @DirectXMan12 @fstrudel

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 29, 2020
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label May 29, 2020
@akutz
Copy link
Contributor Author

akutz commented May 29, 2020

/assign @apelisse

This patch fixes an issue that occurs when shutting down an
envtest.Environment. If the API server fails to shutdown, then the etcd
process is orphaned. This can result in dozens of running etcd processes
when debugging failed tests.

Please see this Slack discussion for more information:
https://kubernetes.slack.com/archives/CAR30FCJZ/p1590779385006000.
@akutz akutz force-pushed the bugfix/envtest-shutdown-order branch from 5e55d55 to 4c3fca1 Compare June 1, 2020 14:58
Copy link
Member

@alvaroaleman alvaroaleman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
Thanks!
/assign @vincepri

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 1, 2020
Copy link
Member

@vincepri vincepri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @akutz!

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: akutz, vincepri

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 1, 2020
@vincepri vincepri added this to the v0.6.x milestone Jun 1, 2020
@k8s-ci-robot k8s-ci-robot merged commit b66bbb4 into kubernetes-sigs:master Jun 1, 2020
@DirectXMan12
Copy link
Contributor

/lgtm

@akutz akutz deleted the bugfix/envtest-shutdown-order branch June 1, 2020 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants