[Fix][CI] Increase all-connectors-it-5 timeout#10788
Open
davidzollo wants to merge 1 commit intoapache:devfrom
Open
[Fix][CI] Increase all-connectors-it-5 timeout#10788davidzollo wants to merge 1 commit intoapache:devfrom
davidzollo wants to merge 1 commit intoapache:devfrom
Conversation
Contributor
|
LGTM. Aligning with it-4's 270min makes sense given the heavy modules in this group. |
|
Hi @davidzollo, I pulled this PR locally as Runtime path affected: The change is intentionally narrow and matches the existing heavier connector IT groups. I do not see a source-code blocker in the diff itself. Conclusion: can merge after fixesBlocking item:
Once CI is green, this looks fine to me as a CI-only adjustment. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
The
all-connectors-it-5GitHub Actions job repeatedly hit the configured 180-minute job timeout while checking PR #10780.Observed evidence from run
24603834085attempt 3:Run / all-connectors-it-5 (11, ubuntu-latest)started at2026-04-19T05:03:51Zand was cancelled at2026-04-19T08:04:06Z.Run / all-connectors-it-5 (8, ubuntu-latest)started at2026-04-19T05:03:51Zand was cancelled at2026-04-19T08:04:06Z.run connector-v2 integration test (part-5).This connector group contains heavy modules such as ClickHouse, Elasticsearch, Iceberg S3, MaxCompute, Postgres CDC, SLS, and HugeGraph. The timeout is unrelated to the DB2 CDC/JDBC changes in #10780.
Changes
all-connectors-it-5timeout from 180 minutes to 270 minutes.all-connectors-it-4job timeout.Tests
./mvnw spotless:apply -nsu -Dmaven.gitcommitid.skip=true -T 3Cgit diff --check./mvnw -q -DskipTests verify -nsu -Dmaven.gitcommitid.skip=true -T 3C