You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/lib/ansible_test/_util/target
Matt Davis 1424484be0
Prevent stdio deadlock in forked children (#79522)
* background threads writing to stdout/stderr can cause children to deadlock if a thread in the parent holds the internal lock on the BufferedWriter wrapper
* prevent writes to std handles during fork by monkeypatching stdout/stderr during display startup to require a mutex lock with fork(); this ensures no background threads can hold the lock during a fork operation
* add integration test that fails reliably on Linux without this fix
2 years ago
..
cli ansible-test - Fix subprocess management. (#77641) 3 years ago
common ansible-test - Drop Python 3.8 controller support. (#78237) 2 years ago
injector ansible-test - Upgrade pylint. (#78727) 2 years ago
pytest/plugins Update collection loader for Python 3.10 (#76225) 3 years ago
sanity Prevent stdio deadlock in forked children (#79522) 2 years ago
setup ansible-test - Improve container management. (#78550) 2 years ago
tools ansible-test - Clean up future boilerplate. (#76874) 3 years ago
__init__.py ansible-test - Clean up future boilerplate. (#76874) 3 years ago