-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API-1835: individual operator conditions must be set atomically #2039
base: master
Are you sure you want to change the base?
Conversation
@deads2k: This pull request references API-1835 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target the "4.18.0" version, but no target version was set. In 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. |
Hello @deads2k! Some important instructions when contributing to openshift/api: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I understand correctly, the intention here is to avoid the controller to:
- Loop through all existing conditions,
- Identify the specific condition to modify,
- And update only a single field, such as the status.
Instead, the expectation is that the controller should update the entire condition struct in one go. This approach applies to individual conditions and not the entire list of conditions, as the field is already defined as a map listType.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bertinatto, deads2k The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel worked locally |
/retest-required |
/retest-required |
2 similar comments
/hold something else should have failed
|
oh! the install failed so the monitortest to catch excessive applies didn't happen |
/test all |
@deads2k: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
such a small change, such a massive failure. I wonder what's next. |
/hold
our current testing doesn't allow this to be tested in integration testing. I'll test manually I guess.