gin icon indicating copy to clipboard operation
gin copied to clipboard

Test failures due to race conditions

Open Merovius opened this issue 10 years ago • 0 comments

I guet sporadic test-failures (with the same code) due to race conditions when reading the output of the started command. I had this problem before, I think if a process exits before you can read it's output, it get's lost because the pipe is closed.

Merovius avatar Apr 08 '14 11:04 Merovius