Some callers assume when SystemExec returns, the command has completed. Other callers explicitly wait for completion (as required). However, forgetting to do that is an incredibly easy mistake to make. Fix this by adding an explicit parameter to the function. This requires every caller to deliberately state whether or not a completion-check is required. Also address **many** resource naming / cleanup completion-races. Signed-off-by: Chris Evich <cevich@redhat.com> |
||
---|---|---|
.. | ||
common_function_test.go | ||
podmansession_test.go | ||
podmantest_test.go | ||
utils.go | ||
utils_suite_test.go |