Closed
Description
Failed: AfterSuite {Kubernetes e2e suite}
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/e2e.go:213
Expected error:
<*errors.StatusError | 0xc8220d8280>: {
ErrStatus: {
TypeMeta: {Kind: "", APIVersion: ""},
ListMeta: {SelfLink: "", ResourceVersion: ""},
Status: "Failure",
Message: "the server cannot complete the requested operation at this time, try again later (get deployments.extensions test-deployment)",
Reason: "ServerTimeout",
Details: {
Name: "test-deployment",
Group: "extensions",
Kind: "deployments",
Causes: [
{
Type: "UnexpectedServerResponse",
Message: "{\"ErrStatus\":{\"metadata\":{},\"status\":\"Failure\",\"message\":\"The operation against could not be completed at this time, please try again.\",\"reason\":\"ServerTimeout\",\"details\":{},\"code\":500}}",
Field: "",
},
],
RetryAfterSeconds: 0,
},
Code: 504,
},
}
the server cannot complete the requested operation at this time, try again later (get deployments.extensions test-deployment)
not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/autoscaling_utils.go:256
Previous issues for this test: #29933
Activity