Fix Gitlab::Popen.popen thread-safety issue
What does this MR do?
It changes the instance variables of Gitlab::Popen.popen
to a local ones.
Are there points in the code the reviewer needs to double check?
N/A
Why was this MR needed?
It fixes a bug!
Screenshots (if relevant)
N/A
Does this MR meet the acceptance criteria?
-
CHANGELOG entry added -
Documentation created/updated -
API support added - Tests
-
Added for this feature/bug -
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if you do - rebase it please) -
Squashed related commits together