mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 16:15:12 +02:00
When the ansible-test timeout is enabled, a callback plugin is injected
into ansible-playbook that uses faulthandler.dump_traceback_later to
write all thread stacks to a file shortly before the deadline. This
provides diagnostic information for intermittent CI hangs where the
process stops producing output with no traceback or error.
Also fixes collection/setup.sh to handle multiple colon-separated
paths in ANSIBLE_COLLECTIONS_PATH.
(cherry picked from commit 5e5d863173)
Assisted-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>