Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
copierWithSubprocess(): try to capture stderr on io.ErrClosedPipe
When we get a tried-to-write-to-closed-pipe error while encoding something for a coprocess, try to capture error output from the coprocess and add it to the error message, to hopefully catch a flake we're seeing in CI. Signed-off-by: Nalin Dahyabhai <[email protected]>
- Loading branch information