-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
chore: test hyper on CI #4393
chore: test hyper on CI #4393
Conversation
echo 'tokio-stream = { path = "../tokio-stream" }' >>Cargo.toml | ||
echo 'tokio-test = { path = "../tokio-test" }' >>Cargo.toml | ||
git diff | ||
cargo test --features full |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to run benchmarks as well?
In #4390, I mentioned benchmarks, but I was actually able to reproduce both problems with only tests (I just missed that some of hyper's benchmarks don't work on macos).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do they work? Do they fail if something regresses, or?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @seanmonstar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to merge. We can always add benchmarks in a new PR.
Split from #4390.
As said in #4392, this fails until cc8ad36 (#4377) is reverted (or until the regression introduced by that commit is fixed).UPD: cc8ad36 has been reverted in #4394