Skip to content
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

Retry test if httpbin.org responds with 504 Gateway Time-out #615

Merged
merged 5 commits into from
May 2, 2023

Conversation

graebm
Copy link
Contributor

@graebm graebm commented May 1, 2023

Issue:
The testHttpUpload tests have been increasingly flaky lately, due to httpbin.org returning 504 Gateway Time-out.

Description of changes:
Add 504 to the list of status codes we'll retry.

This unblocks us, but it's not a long term fix. Long term we should stop hitting httpbin.org. The httpbin project seems to be abandonded. I can't even get the latest version running locally, due to its dependencies changing out from under it.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@graebm graebm changed the title Skip test if httpbin.org responds with with server error Retry unit tests that get 504 Gateway Time-out May 2, 2023
@graebm graebm changed the title Retry unit tests that get 504 Gateway Time-out Retry test if httpbin.org responds with 504 Gateway Time-out May 2, 2023
@graebm graebm marked this pull request as ready for review May 2, 2023 00:45
@graebm graebm enabled auto-merge (squash) May 2, 2023 20:32
@graebm graebm merged commit 703882a into main May 2, 2023
@graebm graebm deleted the flaky-test branch May 2, 2023 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants