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

PR to try and fix test stall on github actions #104

Merged
merged 2 commits into from Jun 20, 2021
Merged

Conversation

benbromhead
Copy link
Member

No description provided.

Able to reproduce the test hang when having run cargo update. This put tokio to 1.7.0
Moving back to 1.6.1 caused the issue to disapear.
Looks like tokio 1.7 causes a hang whereas 1.6.1 appears to work fine.
TODO investigate 1.7 bug
@benbromhead
Copy link
Member Author

benbromhead commented Jun 20, 2021

Pinning version but still gets stuck? Maybe I need to try clearing the caches
-> See tokio-rs/tokio#3870 for details

@benbromhead
Copy link
Member Author

Cleared caches and rebuilt. Works now.
Will wait for Tokio 1.7.1 before upgrading

@benbromhead benbromhead merged commit 427d8ed into main Jun 20, 2021
@benbromhead benbromhead deleted the test_fixes branch August 30, 2021 05:54
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.

None yet

1 participant