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

Fix signed/unsigned bug with aws_future_wait() timeout value #638

Merged
merged 2 commits into from
May 7, 2024

Conversation

graebm
Copy link
Contributor

@graebm graebm commented May 7, 2024

A timeout of UINT64_MAX would be treated as a negative number, and immediately time out 😬

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

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.06%. Comparing base (7e04b86) to head (db6c756).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #638      +/-   ##
==========================================
- Coverage   80.11%   80.06%   -0.05%     
==========================================
  Files          28       28              
  Lines        5964     5965       +1     
==========================================
- Hits         4778     4776       -2     
- Misses       1186     1189       +3     

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

@graebm graebm merged commit 4e0b2e2 into main May 7, 2024
35 checks passed
@graebm graebm deleted the forever-came-too-soon branch May 7, 2024 17:49
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