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 an intermittent test failure in client-rust #6309

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

djmitche
Copy link
Collaborator

@djmitche djmitche commented Jun 3, 2023

This is due to a tokio bug where try_clone does not wait for pending operations to finish.

I wasn't able to reproduce after making this fix.

Github Bug/Issue: Fixes #6280

This is due to a tokio bug where `try_clone` does not wait for pending
operations to finish.
@djmitche djmitche requested a review from a team as a code owner June 3, 2023 16:48
@djmitche djmitche requested review from lotas, petemoore and matt-boris and removed request for a team June 3, 2023 16:48
Copy link
Contributor

@lotas lotas left a comment

Choose a reason for hiding this comment

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

awesome! Thanks

@lotas lotas merged commit 785715e into taskcluster:main Jun 5, 2023
71 checks passed
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.

Intermittent rust test failure
2 participants