Stream: git-wasmtime

Topic: wasmtime / issue #7143 Refactor HTTP tests to be less fla...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 03 2023 at 19:02):

alexcrichton commented on issue #7143:

This was inspired by this failure

view this post on Zulip Wasmtime GitHub notifications bot (Oct 04 2023 at 16:16):

alexcrichton commented on issue #7143:

Ok one issue I've found is that using std::net::{TcpListener,TcpStream} doesn't work on Windows as the "starting point". I believe this is due to the nonblocking flag so I opted to always use tokio types to ensure consistency there.

Locally the tests on Windows are weirdly slow but I unfortunately don't know how best to explain that.


Last updated: Nov 22 2024 at 16:03 UTC