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

[INFRA] make integration test more resilient to intermittent failures #1412

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

kevinjqliu
Copy link
Contributor

CI constantly fails because curl errors intermittently, up curl retry to 5.

By default --retry uses exponential backoff. From the docs, https://curl.se/docs/manpage.html

By using [--retry-delay](https://curl.se/docs/manpage.html#--retry-delay) you disable this exponential backoff algorithm.

@kevinjqliu kevinjqliu changed the title integration test mor resilient to intermittent failures [INFRA] make integration test more resilient to intermittent failures Dec 6, 2024
@kevinjqliu kevinjqliu requested a review from Fokko December 6, 2024 20:30
Copy link
Contributor

@Fokko Fokko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ohh this is nice @kevinjqliu, thanks for fixing this 🙌

@kevinjqliu kevinjqliu merged commit e395c8e into apache:main Dec 6, 2024
7 checks passed
@kevinjqliu kevinjqliu deleted the kevinjqliu/more-retries branch December 6, 2024 21:11
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