NO-ISSUE: Make downstream csv namespace labeler plugin e2e more resilient to race conditions#1074
NO-ISSUE: Make downstream csv namespace labeler plugin e2e more resilient to race conditions#1074perdasilva wants to merge 1 commit intoopenshift:mainfrom
Conversation
…ore resilient to race conditions Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
|
@perdasilva: This pull request explicitly references no jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: perdasilva 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 |
|
/retest |
|
/retest |
An e2e test for the downstream csv namespace labeler plugin can suffer from race conditions if the namespace resource changes between the get and update operations. This PR also deprecates the determined client's update method, since retrying update operations on failure doesn't help with conflict errors....