-
Notifications
You must be signed in to change notification settings - Fork 65
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
adding a flag for csv timeout for check operator cmd #1198
adding a flag for csv timeout for check operator cmd #1198
Conversation
from change #1198: |
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.
Feel free to ignore, but you added a functional option in one place, and pass it bare in another. I'd keep it a functional option everywhere.
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.
Two changes we might be able to make to protect users from setting their timeout to 0 seconds.
372c36a
to
c641cbf
Compare
Signed-off-by: Adam D. Cornett <[email protected]>
c641cbf
to
89aa5a8
Compare
from change #1198: |
/test 4.17-e2e |
3 similar comments
/test 4.17-e2e |
/test 4.17-e2e |
/test 4.17-e2e |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: acornett21, bcrochet, skattoju 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 |
csv timeout
during DeployableByOLM checkruntime
package to avoidimport cycle
dependency issue(s)csvTimeout
and possiblysubscriptionTimeout
as ConfigurableENV's
#1119