Stream: git-wasmtime

Topic: wasmtime / PR #3975 Use tokio::test instead of `dummy_wak...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2022 at 21:14):

alexcrichton opened PR #3975 from more-tokio to main:

Currently wasmtime's async tests use a mixture of #[tokio::test] and
dummy_waker. To be consistent this tries to move all tests possible to
#[tokio::test] and just a two need to keep using dummy_waker (no
renamed to noop_waker) due to what they're testing.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Apr 05 2022 at 16:02):

alexcrichton updated PR #3975 from more-tokio to main.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 05 2022 at 16:03):

alexcrichton requested peterhuene for a review on PR #3975.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 18 2022 at 20:12):

peterhuene submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 18 2022 at 20:56):

peterhuene merged PR #3975.


Last updated: Oct 23 2024 at 20:03 UTC