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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOM_SHUTDOWN should return state.Running #2109

Merged
merged 1 commit into from
Oct 24, 2017
Merged

Conversation

r2d4
Copy link
Contributor

@r2d4 r2d4 commented Oct 23, 2017

Technically, DOMAIN_SHUTDOWN just means that the VM is in the process
of shutting down. We should still return state.Running so that we
don't return from minikube stop before the domain is actually
stopped. This should fix a few flakes.

Technically, DOMAIN_SHUTDOWN just means that the VM is in the process
of shutting down.  We should still return state.Running so that we
don't return from `minikube stop` before the domain is actually
stopped.  This should fix a few flakes.
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 23, 2017
@codecov-io
Copy link

Codecov Report

Merging #2109 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2109   +/-   ##
=======================================
  Coverage   28.86%   28.86%           
=======================================
  Files          81       81           
  Lines        5307     5307           
=======================================
  Hits         1532     1532           
  Misses       3582     3582           
  Partials      193      193

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ea31492...2c2c45d. Read the comment docs.

@r2d4 r2d4 merged commit 15f2620 into kubernetes:master Oct 24, 2017
@r2d4 r2d4 deleted the kvm-stop branch October 24, 2017 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

4 participants