Created
February 26, 2018 14:15
-
-
Save emwalker/5b66aa45910e87998b5b0ed6a8d3909d to your computer and use it in GitHub Desktop.
Failing k8s tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- FAIL: TestExampleObjectSchemas (0.16s) | |
examples_test.go:379: Directory ../examples/elasticsearch: Expected 3 examples, Got 0 | |
examples_test.go:352: skipping : ../examples/openshift-origin/secret.json/secret | |
FAIL | |
FAIL k8s.io/kubernetes/examples 0.217s | |
--- FAIL: Example_printPodHideTerminated (0.00s) | |
got: | |
NAME READY STATUS RESTARTS AGE | |
test1 1/2 Pending 6 10y | |
test2 1/2 Running 6 10y | |
test3 1/2 Succeeded 6 10y | |
test4 1/2 Failed 6 10y | |
test5 1/2 Unknown 6 10y | |
want: | |
NAME READY STATUS RESTARTS AGE | |
test1 1/2 Pending 6 10y | |
test2 1/2 Running 6 10y | |
test5 1/2 Unknown 6 10y | |
FAIL | |
FAIL k8s.io/kubernetes/pkg/kubectl/cmd 18.225s | |
2018-02-25 12:21:15.699247 I | integration: launching 5964803309577869432 (unix://localhost:59648033095778694320) | |
[ ... lots of statements omitted ... ] | |
goroutine 11877 [select]: | |
k8s.io/kubernetes/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0xc423bf9400, 0x0, 0xc422a8afc0) | |
/Users/walker/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/google.golang.org/grpc/clientconn.go:994 +0xbd6 | |
k8s.io/kubernetes/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc423bf9400) | |
/Users/walker/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/google.golang.org/grpc/clientconn.go:695 +0x2f | |
created by k8s.io/kubernetes/vendor/google.golang.org/grpc.(*addrConn).connect | |
/Users/walker/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/google.golang.org/grpc/clientconn.go:694 +0x40d | |
FAIL k8s.io/kubernetes/pkg/master 122.101s | |
--- FAIL: TestConstructVolumeSpec (0.00s) | |
rbd_test.go:575: ConstructVolumeSpec failed: can't find source name from mounted path: /var/folders/pp/3_f3n8hn437_xs6zhv6fwyfr0000gn/T/rbd_test164279099/pods/pod123/volumes/kubernetes.io~rbd/vol | |
rbd_test.go:575: ConstructVolumeSpec failed: can't find source name from mounted path: /var/folders/pp/3_f3n8hn437_xs6zhv6fwyfr0000gn/T/rbd_test164279099/pods/pod123/volumes/kubernetes.io~rbd/vol | |
FAIL | |
FAIL k8s.io/kubernetes/pkg/volume/rbd 0.065s | |
--- FAIL: Test_ConstructVolumeSpec (0.00s) | |
fc_test.go:456: couldn't fetch mountrefs | |
fc_test.go:475: failed to retrieve WWIDs | |
fc_test.go:456: couldn't fetch mountrefs | |
fc_test.go:475: failed to retrieve WWIDs | |
FAIL | |
FAIL k8s.io/kubernetes/pkg/volume/fc 0.075s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment