-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore(request-response): migrate tests from async-std to tokio #5857
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
base: master
Are you sure you want to change the base?
chore(request-response): migrate tests from async-std to tokio #5857
Conversation
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.
LGTM. Left one minor comment
cbor4ii = { version = "0.3.2", features = [ | ||
"serde1", | ||
"use_std", | ||
], optional = true } |
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.
Can we revert this and stick with the previous format?
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.
LGTM.
Edit: actually, I just saw that the tests now fail. Any idea why?
Friendly ping @shiyasmohd :) |
Sorry for the delay @elenaf9 Will check this today. Thanks for reminding! |
Description
Migrating tests in protocols/request-response from async_std to tokio as per #4449
Notes & open questions
Change checklist