ansible/test
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
2020-05-21 15:55:08 -05:00
..
ansible_test
integration Split regular and handler results into their own queues (#69498) 2020-05-21 15:55:08 -05:00
lib/ansible_test Add multipart/form-data functionality (#69376) 2020-05-20 15:44:01 -05:00
sanity correctly merge multiple facts results (#68987) 2020-05-20 18:53:37 -04:00
support Remove conflicting plugin from test/support/ dir. (#69628) 2020-05-20 14:52:26 -07:00
units Strip no log values from module response keys. Fixes #68400 (#69653) 2020-05-21 16:17:57 -04:00
utils/shippable Testing: Add support for CentOS Linux On Power platform (#68130) 2020-04-15 16:22:17 -07:00