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

chore: test hyper on CI #4393

Merged
merged 6 commits into from
Jan 11, 2022
Merged

chore: test hyper on CI #4393

merged 6 commits into from
Jan 11, 2022

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Jan 11, 2022

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

@taiki-e taiki-e added the A-ci Area: The continuous integration setup label Jan 11, 2022
@taiki-e taiki-e requested a review from carllerche January 11, 2022 19:59
echo 'tokio-stream = { path = "../tokio-stream" }' >>Cargo.toml
echo 'tokio-test = { path = "../tokio-test" }' >>Cargo.toml
git diff
cargo test --features full
Copy link
Member Author

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).

Copy link
Contributor

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?

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

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.

@carllerche carllerche merged commit 1d698b5 into master Jan 11, 2022
@carllerche carllerche deleted the taiki-e/test-hyper branch January 11, 2022 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: The continuous integration setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants