salt/tests/integration/utils
Erik Johnson d31939574b Avoid race condition when iterating through processes
If a process has already exited between when psutil.process_iter() was
invoked, and when we invoke the cmdline() func, it will raise an
exception. This commit catches this exception and skips these processes.
2017-06-29 15:08:17 -05:00
..
__init__.py PY3: Fix byte string encoding issues when running shell.proxy int tests 2016-08-01 18:03:48 -06:00
testprogram.py Avoid race condition when iterating through processes 2017-06-29 15:08:17 -05:00