-
Notifications
You must be signed in to change notification settings - Fork 892
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
Tests relying on reqwest::Client
may fail with "dispatch task is gone: runtime dropped the dispatch task"
#3852
Comments
This was referenced Jun 2, 2024
rami3l
changed the title
Tests relying on Jun 4, 2024
suite::cli_exact::check_updates_with_update
failed with "dispatch task is gone: runtime dropped the dispatch task"reqwest::Client
may fail with "dispatch task is gone: runtime dropped the dispatch task"
According to the error message format and my IDE searching the current codebase, this is a Lines 154 to 190 in 6d43761
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Verification
Problem
This is causing irregular failures for different CI platforms:
The error message here is identical (although the exact test that failed might differ):
Notes
Possibly related to hyperium/hyper#2312, Azure/azure-sdk-for-rust#1550 or fussybeaver/bollard#387 (comment).
I'm pretty sure that #3367 has caused this.
The text was updated successfully, but these errors were encountered: