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

docker driver failing test: TestFunctional/parallel/StatusCmd #7922

Closed
priyawadhwa opened this issue Apr 28, 2020 · 1 comment
Closed

docker driver failing test: TestFunctional/parallel/StatusCmd #7922

priyawadhwa opened this issue Apr 28, 2020 · 1 comment
Labels
co/docker-driver Issues related to kubernetes in container kind/flake Categorizes issue or PR as related to a flaky test. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@priyawadhwa
Copy link

priyawadhwa commented Apr 28, 2020

functional_test.go:313: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-20200427175241-5551 status: exit status 2 (2.43335847s)
-- stdout --
	functional-20200427175241-5551
	type: Control Plane
	host: Running
	kubelet: Running
	apiserver: Error
	kubeconfig: Configured
	
-- /stdout --
functional_test.go:315: failed to run minikube status. args "out/minikube-linux-amd64 -p functional-20200427175241-5551 status" : exit status 2

As seen here:

https://storage.googleapis.com/minikube-builds/logs/7815/e3397d5/Docker_Linux.html#fail_TestFunctional%2fparallel%2fStatusCmd

@priyawadhwa priyawadhwa added priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. labels Apr 28, 2020
@priyawadhwa
Copy link
Author

Looks like this test is still flaky with the docker driver:

$ /home/tstromberg/bin/passrate.sh TestFunctional/parallel/StatusCmd
-------------------------------------------------
docker_Linux      | 2020-06-06 |  73% | 8 of 11
docker_Linux      | 2020-06-07 |  92% | 12 of 13
docker_Linux      | 2020-06-08 | 100% | 11 of 11
docker_Linux      | 2020-06-09 |  92% | 11 of 12
docker_Linux      | 2020-06-10 |  80% | 4 of 5
-------------------------------------------------
HyperKit_macOS    | 2020-06-05 | 100% | 2 of 2
-------------------------------------------------
KVM_Linux         | 2020-06-05 | 100% | 3 of 3
KVM_Linux         | 2020-06-07 | 100% | 1 of 1
KVM_Linux         | 2020-06-09 | 100% | 2 of 2
-------------------------------------------------
none_Linux        | 2020-06-06 | 100% | 11 of 11
none_Linux        | 2020-06-07 | 100% | 12 of 12
none_Linux        | 2020-06-08 | 100% | 12 of 12
none_Linux        | 2020-06-09 | 100% | 12 of 12
none_Linux        | 2020-06-10 | 100% | 6 of 6
-------------------------------------------------
VirtualBox_Linux  | 2020-06-05 | 100% | 2 of 2
VirtualBox_Linux  | 2020-06-08 | 100% | 1 of 1
-------------------------------------------------
z__ALL__          | 2020-06-06 |  86% | 19 of 22
z__ALL__          | 2020-06-07 |  96% | 25 of 26
z__ALL__          | 2020-06-08 | 100% | 24 of 24
z__ALL__          | 2020-06-09 |  96% | 25 of 26
z__ALL__          | 2020-06-10 |  91% | 10 of 11
-------------------------------------------------

@priyawadhwa priyawadhwa added co/docker-driver Issues related to kubernetes in container kind/flake Categorizes issue or PR as related to a flaky test. and removed kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. labels Jun 10, 2020
@priyawadhwa priyawadhwa changed the title failing test: TestFunctional/parallel/StatusCmd docker driver failing test: TestFunctional/parallel/StatusCmd Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/docker-driver Issues related to kubernetes in container kind/flake Categorizes issue or PR as related to a flaky test. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

No branches or pull requests

2 participants