mirror of
https://github.com/ansible/ansible.git
synced 2026-06-15 08:03:27 +02:00
5e5d863173
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. Assisted-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>