-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
CI: increase overall test timeouts for all OnlineDDL tests #12584
CI: increase overall test timeouts for all OnlineDDL tests #12584
Conversation
Signed-off-by: Shlomi Noach <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
If a new flag is being introduced:
If a workflow is added or modified:
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
Same question as in #12583 (comment). I think we should backport this to |
backporting this to |
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.
I am seeing the different workflows you are changing have a step called Run cluster endtoend test
which has a timeout of 45 minutes by default:
timeout-minutes: 45 |
Should we also increase this variable to leave more time for the tests to complete?
Othewise, LGTM
@frouioui so this timeout comes from the tests templates:
and
These affect all tests -- should we bump the timeout for everything? I don't mind, just making sure. |
@shlomi-noach, I looked at it a bit deeper, and
All the shards you are changing, expect |
So I take back what I said, I think let's not increase it :) |
In https://github.com/vitessio/vitess/actions/runs/4360811844/jobs/7624094786'e I see:
I otherwise know from expereience that the |
Okay! That makes sense 🙏🏻 |
@frouioui oh, I think I understand better -- you're saying that I didn't know that. At any case, I prefer to keep the |
@shlomi-noach, this is what I meant yes. But yes that makes sense to keep the timeout explicit in the |
I was unable to backport this Pull Request to the following branches: |
Description
Due to recent GitHub CI runners slowness, we're seeing some tests time out after
20min
of running. These tests normally run for5-6 min
on a local dev env, and20min
used to give good margins. Not anymore.This PR increases all Online DDL related tests timeouts to
30min
.Related Issue(s)
Checklist
Deployment Notes