-
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
Attempt to fix :test:fixtures:s3-fixture:composeUp fails due to HTTP connection issue #1866
Conversation
Can one of the admins verify this patch? |
❌ Gradle Check failure 4fa0224e2f49a6a0b450da0ef33e1ddbac6ece32 |
dd7f4d1
to
2de8ffd
Compare
❌ Gradle Check failure 68df7f53549eea332e4624e75d13148d852d1636 |
❌ Gradle Check failure 2de8ffdc6d73d151f1832fc097fa4f153b0e99a4 |
❌ Gradle Check failure 1b9b3a6cd0c739a2b0e9470c22d5eb802bba87fc |
❌ Gradle Check failure a46cf9ddb30fbc086d2f2ba3323648edf2d5eedb |
❌ Gradle Check failure 138887129f39c5609a692564d2f30bb65e09c512 |
The resent build failure disqualifies the Rest Integration tests hypothesis
|
❌ Gradle Check failure a0ae9be128dc5f9621db5285ab0d41550f3cfa7d |
❌ Gradle Check failure 687d0dbd8bc784e9f69f80470cde8b10b1dd267a |
❌ Gradle Check failure b04b708e5faaf2c854ad5c9c083658dc2ec7a26a |
…connection issue Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Andriy Redko [email protected]
Description
Attempt to fix
:test:fixtures:s3-fixture:composeUp
fails due to HTTP connection issue by introducing configurable propertydockerComposeHttpTimeout
with default value of 120 seconds. To change it, the standardExtraPropertiesExtension
is used:The timeout seems to be taken into account (simulated failures are below);
Issues Resolved
Closes #1806
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.