-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
component/kuberneteskind/test-flakeCategorizes issue or PR as related to test flakes.Categorizes issue or PR as related to test flakes.priority/P2
Description
Extended.[k8s.io] SchedulerPredicates [Serial] validates that taints-tolerations is respected if not matching (from (conformance_serial_01.xml))
Failing for the past 1 build (Since Failed#4627 )
Took 20 sec.
add description
Stacktrace
/data/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:1549
Expected error:
<*errors.StatusError | 0xc820e64600>: {
ErrStatus: {
TypeMeta: {Kind: "Status", APIVersion: "v1"},
ListMeta: {SelfLink: "", ResourceVersion: ""},
Status: "Failure",
Message: "Operation cannot be fulfilled on nodes \"172.18.3.206\": the object has been modified; please apply your changes to the latest version and try again",
Reason: "Conflict",
Details: {Name: "172.18.3.206", Group: "", Kind: "nodes", Causes: nil, RetryAfterSeconds: 0},
Code: 409,
},
}
Operation cannot be fulfilled on nodes "172.18.3.206": the object has been modified; please apply your changes to the latest version and try again
not to have occurred
Reactions are currently unavailable
Metadata
Metadata
Labels
component/kuberneteskind/test-flakeCategorizes issue or PR as related to test flakes.Categorizes issue or PR as related to test flakes.priority/P2