Skip to content

Use Popen module for non-deadlocking reading of IO

Luke Duncalfe requested to merge use-popen-module-for-open3 into master

What does this MR do?

The Gitlab::Popen module reads from standard out and standard error in a way that avoids deadlocks, and can be used as a substitute for open3.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports