-
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
Test Case Timeout for CI execution is causing failure for TC-CADMIN(MF) test cases #20838
Comments
* Modified tests TC-APPLAUNCHER-1.3 TC-APPLAUNCHER-3.5 TC-APPLAUNCHER-3.6 TC-BOOL-2.1 TC-CC-3.3 TC-CHANNEL-1.6 TC-CHANNEL-5.1 TC-CHANNEL-5.2 TC-CHANNEL-5.3 TC-I-1.1 TC-LVL-2.1 TC-LVL-2.2 TC-LVL-3.1 TC-LVL-4.1 TC-LVL-5.1 TC-LVL-6.1 TC-MEDIAINPUT-1.4 TC-MEDIAINPUT-3.10 TC-MEDIAINPUT-3.11 TC-MEDIAINPUT-3.12 TC-MEDIAINPUT-3.13 TC-CADMIN-1.3 TC-CADMIN-1.4 TC-CADMIN-1.5 TC-CADMIN-1.6 TC-CADMIN-1.9 TC-CADMIN-1.10 TC-CADMIN-1.15 TC-OO-2.3 Modifed Manual scripts TC-CADMIN-1.* TC-MOD-1.* * Auto generated files * Restyled by whitespace * Restyled by prettier-yaml * Modified PICS.yaml file * Moddified CADMIN-1.13 scripts * auto genarated files * Modified git files * Restyled by whitespace * Updating CI test case timeouts to avoid MF test error. [Issue #20838] Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Justin Wood <[email protected]>
@woody-apple @manjunath-grl @kvikrambhat The point is, tests that take longer than about 2 minutes to run should not be running in CI. They should be marked as "manual" tests. The whole point here was to avoid people adding new very laggy tests to CI. Why was the timeout raised in #20821? |
We should not be raising this timeout. Multi-minute tests should not be running automatically in CI. |
@bzbarsky-apple We took the decided to increase the timeout to 3 minutes to accommodate the MF test scripts, We took the call as we had a few PRs lined up for SVE, we will disable these test and reduce the timeout in the next PR. |
@kvikrambhat Lets move that test case to manual list for CI. It will still be available for execution in TH since all the test steps are not disabled. |
I already did that in #20870 |
Thanks you,will make sure we dont increase it going forward. |
Problem
Test case timeout of 120 seconds specified for running tests on CI is cashing TC-CADMIN(MF) test cases to crash.
Proposed Solution
Increase timeout to 200 seconds to accommodate TC-CADMIN(MF) test cases
The text was updated successfully, but these errors were encountered: