-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Unit/integration tests timing out #23879
Comments
Might be a Jenkins bug. |
@ixdy this looks like a repeat of #23200 godep: [WARNING]: godep should only be used inside a valid go package directory and
godep: [WARNING]: may not function correctly. You are probably outside of your $GOPATH.
godep: [WARNING]: Current Directory: /go/src/k8s.io/kubernetes
godep: [WARNING]: $GOPATH: /go/src/k8s.io/kubernetes/_output/local/go:/go/src/k8s.io/kubernetes/Godeps/_workspace
godep: WARNING: Go version (go1.6) & $GO15VENDOREXPERIMENT= wants to enable the vendor experiment, but disabling because a Godep workspace (Godeps/_workspace) exists The result is jenkins takes twenty minutes to start unit testing (the verify-all.sh stamp is utc): + ./hack/build-go.sh
Go version: go version go1.6 linux/amd64
+++ [0404 14:25:09] Building go targets for linux/amd64:
+ ./hack/verify-all.sh -v
--2016-04-04 21:32:55-- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/api/v1/register.go
+ ./hack/test-go.sh
Running tests for APIVersion: v1,extensions/v1beta1,metrics/v1alpha1 with etcdPrefix: registry
+++ [0404 14:50:08] Running tests without code coverage |
There haven't been any PRs linked here recently, so I wonder if this is still an issue. |
The tests occasionally take ~1h instead of ~45m, but the timeout is set at 1h20, so there haven't been any recent failures. |
I just had one take > 80 minutes: |
@brendandburns please link to the log when you report flakes. it is difficult to find the failing run otherwise. |
In this case it was kubernetes-jenkins/pr-logs/pull/25894/kubernetes-pull-test-unit-integration/29066/, but it will save everyone time if you link the logs. |
Can we close it as duplicate of #25940 ? |
https://console.cloud.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/22962/kubernetes-pull-test-unit-integration/20155/
The text was updated successfully, but these errors were encountered: