Open frolovdev opened 2 years ago
Got same error when testing my code.
Got same error when testing my code.
Now it seems happened everytime I run test
Environment: Codespaces with devcontainer (Docker file)
Rustc version: rustc 1.63.0-nightly (5750a6aa2 2022-06-20)
Looks like share client across two or more tokio runtime will cause this problem.
Hi there, thanks for your awesome work
Version
Platform
Description
I use wiremock which underlines use hyper, I started to write tests but faced next flaky error
Running with backtrace=1
[short summary of the bug]
Here's the reproduction repo with an actual bug, just run the tests:
https://github.com/frolovdev/syncy
[code sample that causes the bug]
github_provider.rs
tests if run them in parallel (more than 1 thread)
I expected to see this happen: tests passed
Instead, this happened: sometimes it works, sometimes not