podman/test/utils
Chris Evich f67859ffb3
Fix SystemExec completion race
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>
2019-03-01 09:18:45 -05:00
..
common_function_test.go Change all 'can not' to 'cannot' for proper usage 2018-12-21 10:27:54 -05:00
podmansession_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
podmantest_test.go tests, rootless: use relative path for export test 2019-02-22 23:55:22 +01:00
utils.go Fix SystemExec completion race 2019-03-01 09:18:45 -05:00
utils_suite_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00