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
Matt Davis 047affbdc5
Prevent stdio deadlock in forked children (#79522) (#79539)
* 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

(cherry picked from commit 1424484be0)
3 years ago
..
ansible_test ansible-test - Move code from _data to _util. (#75495) 4 years ago
integration Prevent stdio deadlock in forked children (#79522) (#79539) 3 years ago
lib/ansible_test Prevent stdio deadlock in forked children (#79522) (#79539) 3 years ago
sanity Prevent stdio deadlock in forked children (#79522) (#79539) 3 years ago
support [stable-2.14] Add `use_rsa_sha2_algorithms` option for paramiko (#78789) (#78842) 3 years ago
units mention acl in permissions errors (#79209) (#79250) 3 years ago
utils/shippable Update test matrix symlinks. (#78737) 3 years ago