-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] :test:fixtures:s3-fixture:composeUp fails due to HTTP connection issue #1806
Comments
Same issue as: #1566 |
Is it possible to set this timeout value in a gradle or docker setting so that it doesn't have to be a custom configuration in the CI agent environment? |
@andrross @adnapibar I will take a look at this one :) |
@peterzhuamazon @dblock may I ask you for help here please, I see that build log includes
Could you please also include these 2 commands into build steps as well:
Would be great to understand if the issue is related to the particular Docker / Docker Compose versions (fe I could not reproduce it on my envs), thank you. |
Another occurrence in https://ci.opensearch.org/logs/ci/workflow/OpenSearch_CI/PR_Checks/Gradle_Check/gradle_check_1760.log, found in PR #1837 |
Some thoughts on the issue, the Docker Compose plugin does not support However, increasing the timeout may not be the best option. Right now the build throttles the number of concurrent |
Describe the bug
On CI gradle checks on PRs,
:test:fixtures:s3-fixture:composeUp
fails due to an HTTP time out error. This is a recurring issue.To Reproduce
See https://ci.opensearch.org/logs/ci/workflow/OpenSearch_CI/PR_Checks/Gradle_Check/gradle_check_1658.log
Expected behavior
The tests shouldn't be timing out.
Additional context
We can increase the time out to 120 seconds using the env var
COMPOSE_HTTP_TIMEOUT
on the Jenkins CI agents.The text was updated successfully, but these errors were encountered: