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

editoast: downgrade reqwest to mitigate timeout issues #7466

Merged
merged 1 commit into from
May 21, 2024

Conversation

multun
Copy link
Contributor

@multun multun commented May 21, 2024

Somewhere between 0.11.27 and 0.12.3, a regression related to timeout handling was introduced. Other users seem to have similar issues: seanmonstar/reqwest#2283 Interestingly enough, this bug report mentions http/2, but the server we're querying only supports http/1.1.

@multun multun requested a review from a team as a code owner May 21, 2024 10:35
@multun multun force-pushed the timeouts-downgrade-reqwest branch from 907b2bd to f1b9e2f Compare May 21, 2024 10:35
@multun multun changed the title editoast: downgrade request to mitigate timeout issues editoast: downgrade reqwest to mitigate timeout issues May 21, 2024
Somewhere between 0.11.27 and 0.12.3, a regression related to timeout handling was introduced.
Other users seem to have similar issues: seanmonstar/reqwest#2283
Interestingly enough, this bug report mentions http/2, but the server we're querying only supports http/1.1.
@multun multun force-pushed the timeouts-downgrade-reqwest branch from f1b9e2f to 9a16cf2 Compare May 21, 2024 10:36
@multun
Copy link
Contributor Author

multun commented May 21, 2024

I think this bug was introduced in seanmonstar/reqwest#2059, which is the main change behind 0.12.0

@multun multun enabled auto-merge May 21, 2024 10:46
@codecov-commenter
Copy link

codecov-commenter commented May 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.34%. Comparing base (772f2ed) to head (9a16cf2).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##                dev    #7466      +/-   ##
============================================
- Coverage     29.34%   29.34%   -0.01%     
  Complexity     2011     2011              
============================================
  Files          1177     1177              
  Lines        145851   145851              
  Branches       2865     2865              
============================================
- Hits          42799    42794       -5     
- Misses       101368   101373       +5     
  Partials       1684     1684              
Flag Coverage Δ
core 75.12% <ø> (ø)
editoast 72.43% <ø> (-0.02%) ⬇️
front 9.78% <ø> (ø)
gateway 2.41% <ø> (ø)
railjson_generator 87.49% <ø> (ø)
tests 83.96% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@multun multun added this pull request to the merge queue May 21, 2024
Merged via the queue into dev with commit 39c3cf8 May 21, 2024
17 checks passed
@multun multun deleted the timeouts-downgrade-reqwest branch May 21, 2024 11:17
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.

3 participants