multinetpolicy: use RetryOnConflict to reduce flakes#28035
multinetpolicy: use RetryOnConflict to reduce flakes#28035openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
The CNO can rewrite networks.operator.openshift.io while the
test is trying to update it. Just retry.
: [sig-network][Feature:MultiNetworkPolicy][Serial] should enforce a network policies on secondary network IPv6 [Suite:openshift/conformance/serial] expand_less 52s
{ fail [github.com/openshift/origin/test/extended/networking/multinetpolicy.go:165]: Unexpected error:
<*errors.StatusError | 0xc0004f3860>:
Operation cannot be fulfilled on networks.operator.openshift.io "cluster": the object has been modified; please apply your changes to the latest version and try again
{
ErrStatus:
code: 409
details:
group: operator.openshift.io
kind: networks
name: cluster
message: 'Operation cannot be fulfilled on networks.operator.openshift.io "cluster":
the object has been modified; please apply your changes to the latest version and
try again'
metadata: {}
reason: Conflict
status: Failure,
}
occurred
Ginkgo exit error 1: exit with code 1}
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dcbw, zeeke The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/override ci/prow/e2e-gcp-ovn |
|
@dcbw: dcbw unauthorized: /override is restricted to Repo administrators, approvers in top level OWNERS file, and the following github teams:openshift: openshift-release-oversight. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/retest-required |
1 similar comment
|
/retest-required |
|
/retest-required |
|
@dcbw: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
The CNO can rewrite networks.operator.openshift.io while the test is trying to update it. Just retry.
@zeeke