-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
component/kuberneteskind/test-flakeCategorizes issue or PR as related to test flakes.Categorizes issue or PR as related to test flakes.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.priority/P1
Description
idling and unidling unidling should work with TCP (when fully idled) [Conformance] [local] 37s
/go/src/github.com/openshift/origin/test/extended/idling/idling.go:311
Expected error:
<*util.ExitError | 0xc4214bb770>: {
Cmd: "oc idle --config=/tmp/extended-test-cli-idling-b83q8-v2t0d-user.kubeconfig --namespace=extended-test-cli-idling-b83q8-v2t0d --resource-names-file /tmp/openshift-extended-tests/idling-services-058776213",
StdErr: "error: unable to mark service \"extended-test-cli-idling-b83q8-v2t0d/idling-echo\" as idled: Operation cannot be fulfilled on endpoints \"idling-echo\": there is a meaningful conflict (firstResourceVersion: \"19452\", currentResourceVersion: \"19474\"):\n diff1={\"metadata\":{\"resourceVersion\":\"19474\"},\"subsets\":[{\"addresses\":[{\"ip\":\"10.128.1.11\",\"nodeName\":\"ip-172-18-0-115.ec2.internal\",\"targetRef\":{\"kind\":\"Pod\",\"name\":\"idling-echo-1-lw4j7\",\"namespace\":\"extended-test-cli-idling-b83q8-v2t0d\",\"resourceVersion\":\"19451\",\"uid\":\"701a9df8-89b4-11e7-9c78-0e46bf80eec8\"}},{\"ip\":\"10.128.1.12\",\"nodeName\":\"ip-172-18-0-115.ec2.internal\",\"targetRef\":{\"kind\":\"Pod\",\"name\":\"idling-echo-1-rch59\",\"namespace\":\"extended-test-cli-idling-b83q8-v2t0d\",\"resourceVersion\":\"19472\",\"uid\":\"701a85c1-89b4-11e7-9c78-0e46bf80eec8\"}}],\"ports\":[{\"name\":\"udp-echo\",\"port\":3090,\"protocol\":\"UDP\"},{\"name\":\"tcp-echo\",\"port\":8675,\"protocol\":\"TCP\"}]}]}\n, diff2={\"Subsets\":null,\"apiVersion\":\"v1\",\"creationTimestamp\":null,\"kind\":\"Endpoints\",\"labels\":null,\"metadata\":{\"annotations\":{\"idling.alpha.openshift.io/idled-at\":\"2017-08-25T16:43:13Z\",\"idling.alpha.openshift.io/unidle-targets\":\"[{\\\"kind\\\":\\\"DeploymentConfig\\\",\\\"name\\\":\\\"idling-echo\\\",\\\"replicas\\\":2}]\"},\"creationTimestamp\":\"2017-08-25T16:42:48Z\",\"labels\":{\"app\":\"idling-echo\"},\"name\":\"idling-echo\",\"namespace\":\"extended-test-cli-idling-b83q8-v2t0d\",\"resourceVersion\":\"19452\",\"selfLink\":\"/api/v1/namespaces/extended-test-cli-idling-b83q8-v2t0d/endpoints/idling-echo\",\"uid\":\"6d7bca41-89b4-11e7-9c78-0e46bf80eec8\"},\"name\":null,\"namespace\":null,\"resourceVersion\":null,\"selfLink\":null,\"subsets\":[{\"addresses\":[{\"ip\":\"10.128.1.11\",\"nodeName\":\"ip-172-18-0-115.ec2.internal\",\"targetRef\":{\"kind\":\"Pod\",\"name\":\"idling-echo-1-lw4j7\",\"namespace\":\"extended-test-cli-idling-b83q8-v2t0d\",\"resourceVersion\":\"19451\",\"uid\":\"701a9df8-89b4-11e7-9c78-0e46bf80eec8\"}}],\"ports\":[{\"name\":\"udp-echo\",\"port\":3090,\"protocol\":\"UDP\"},{\"name\":\"tcp-echo\",\"port\":8675,\"protocol\":\"TCP\"}]}],\"uid\":null}\nDeploymentConfig \"extended-test-cli-idling-b83q8-v2t0d/idling-echo\" has been idled",
ExitError: {
ProcessState: {
pid: 42151,
status: 256,
rusage: {
Utime: {Sec: 0, Usec: 228246},
Stime: {Sec: 0, Usec: 34130},
Maxrss: 50292,
Ixrss: 0,
Idrss: 0,
Isrss: 0,
Minflt: 14225,
Majflt: 0,
Nswap: 0,
Inblock: 0,
Oublock: 0,
Msgsnd: 0,
Msgrcv: 0,
Nsignals: 0,
Nvcsw: 977,
Nivcsw: 21,
},
},
Stderr: nil,
},
}
exit status 1
not to have occurred
/go/src/github.com/openshift/origin/test/extended/idling/idling.go:287
Metadata
Metadata
Assignees
Labels
component/kuberneteskind/test-flakeCategorizes issue or PR as related to test flakes.Categorizes issue or PR as related to test flakes.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.priority/P1