Merge pull request #36744 from cachedout/fix_test_shutdown

Fix issue where test suite could hang on shutdown
This commit is contained in:
Mike Place 2016-10-04 00:37:00 +09:00 committed by GitHub
commit 93f1daa4ce

View File

@ -704,7 +704,7 @@ class TestDaemon(object):
self._exit_ssh()
# Shutdown the multiprocessing logging queue listener
salt_log_setup.shutdown_multiprocessing_logging()
salt_log_setup.shutdown_multiprocessing_logging_listener()
salt_log_setup.shutdown_multiprocessing_logging_listener(daemonizing=True)
def pre_setup_minions(self):
'''