thread 'pipe_from_one_command_to_another' panicked at 'assertion failed: (left == right)
#6004
Labels
A-tokio
Area: The main tokio crate
C-bug
Category: This is a bug.
E-help-wanted
Call for participation: Help is requested to fix this issue.
M-process
Module: tokio/process
I was working to fix the CI on branch
tokio-1.20.x
(#5999). I've found out sometimes thetest tokio full (windows-latest)
job fails. It doesn't always fail in the same way. here is one of the failures I saw:I trimmed the "\0\0\0.." sequence to make the log more readable. (if I counted correctly, it was 361560 \0s in that sequence).
The text was updated successfully, but these errors were encountered: