-
Notifications
You must be signed in to change notification settings - Fork 39.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
Node E2E: Shorten consistently check timeout of runtime conformance test #25695
Node E2E: Shorten consistently check timeout of runtime conformance test #25695
Conversation
8eb4826
to
d1ab3b7
Compare
@pwittrock @liangchenye Updated the PR to shorten the consistently check timeout. It turns out that the 4 * 5 * time.Minute consistently check is the root cause of long test running. |
GCE e2e build/test passed for commit d1ab3b7. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit d1ab3b7. |
Automatic merge from submit-queue |
GCE e2e build/test passed for commit d1ab3b7. |
#24191 increased the node e2e running time by almost half an hour. It makes the test running time exceed 60 minutes timeout, which causes quite a few issues (See #25639).
As a quite fix, we'll skip all the runtime conformance test. @liangchenye We should remove redundant test cases in #24191 such as #24191 (comment), and reduce the test running time as much as possible.