With the new version of rust having landed, windows tests are failing. Specifically, it seems that the pipe_from_one_command_to_another test is failing.
I'm currently investigating what exactly is prompting this to fail on windows. Once the root cause is identified, we can figure out how to proceed from there. It may be an std issue or it may be on us.
CI build failure: https://github.com/tokio-rs/tokio/runs/7155496538?check_suite_focus=true#step:8:228
With the new version of rust having landed, windows tests are failing. Specifically, it seems that the
pipe_from_one_command_to_anothertest is failing.I'm currently investigating what exactly is prompting this to fail on windows. Once the root cause is identified, we can figure out how to proceed from there. It may be an std issue or it may be on us.
CI build failure: https://github.com/tokio-rs/tokio/runs/7155496538?check_suite_focus=true#step:8:228