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/integration/targets/handler_race
James Cammarata a4072ad0e9
Split regular and handler results into their own queues (#69498)
When mixed with the free strategy (or any custom strategy that does not behave in
a lock-step manner), the linear methodology of _wait_on_handler_results may cause
race conditions with regular task result processing if the strategy uses
_process_pending_results directly. This patch addresses that by splitting the queues
used for results and adding a flag to _process_pending_results to determine which
queue to check.

Fixes #69457
4 years ago
..
roles Split regular and handler results into their own queues (#69498) 4 years ago
aliases Split regular and handler results into their own queues (#69498) 4 years ago
inventory Split regular and handler results into their own queues (#69498) 4 years ago
runme.sh Split regular and handler results into their own queues (#69498) 4 years ago
test_handler_race.yml Split regular and handler results into their own queues (#69498) 4 years ago