-
Notifications
You must be signed in to change notification settings - Fork 215
pkg/cvo/sync_worker: Log precondition handling #362
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
Conversation
Typo from aceb5bc (pkg: add precondition handlers and perform these checks before accepting Update, 2019-08-26, openshift#243).
To make it easier to debug precondition failures like [1]. [1]: https://bugzilla.redhat.com/show_bug.cgi?id=1827166
|
@wking: No Bugzilla bug is referenced in the title of this pull request. 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. |
…heck So we can understand why this passes or fails more easily.
|
/assign @jottofar |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jottofar, wking 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 |
|
/hold to stop unintentional ci tests, though maybe the invalid-bug flags are enough |
|
/close We can re-open if/when we fix the master bug. |
|
@wking: Closed this PR. 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. |
To make it easier to debug precondition failures like rhbz#1827166.
This cherry-picks #361 back to 4.3 for testing.