-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
update cri proxy timeout to 2h #33741
Conversation
/assign @SergeyKanzhelev |
Is this to accomodate evented PLEG tests? |
Yes, for both evented PLEG and generic PLEG tests. I’m aiming to include most test cases initially, with plans to simplify and merge them where possible. The duration is currently longer because most EventedPLEG tests fail after timing out. Once all test cases pass, the overall time should decrease. |
Why will we need all PLEG tests running with cri proxy? It will make them all serialized and will slow down other tests. Can we only run a subset of PLEG tests with CRI proxy? |
cri-proxy can mock many special CRI failures which should be handled by PLEG. As PLEG issues are not easy to reproduce and track in CI, this may help us to avoid regression in PLEG. |
Yes, we will likely have many PLEG tests with the proxy. I just don't see a point to run ALL PLEG tests with the cri proxy. Would it make sense to only run test cases that actually need the cri proxy here? |
Probably, we can design some special cases here. Agree, we should not add too much tests. However, for error injections, the test are always slow and a longer timeout for the CI is needed. |
You are right. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pacoxu, SergeyKanzhelev 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 |
@pacoxu: Updated the
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 kubernetes-sigs/prow repository. |
Plan to add more test cases in this CI.