ansible/test/units/executor
James Cammarata b107e397cb
Cache tasks as they are queued instead of en masse (#34752)
* Cache tasks as they are queued instead of en masse

This also moves the task caching from the PlayIterator to the
StrategyBase class, where it makes more sense (and makes it easier
to not have to change the strategy class methods leading to an API
change).

Fixes #31673

* Cleaning up unit tests due to 502ca780
2018-01-15 09:49:58 -06:00
..
module_common Fix shebang. shebang and interpreter path weren't being templated (#33698) 2017-12-08 06:59:24 -08:00
__init__.py
test_play_iterator.py Cache tasks as they are queued instead of en masse (#34752) 2018-01-15 09:49:58 -06:00
test_playbook_executor.py
test_task_executor.py Adding aliases for field attributes and renaming async attribute (#33141) 2017-11-22 12:35:58 -08:00
test_task_queue_manager_callbacks.py
test_task_result.py Add test for clean_copy preservation of keys 2017-12-12 13:51:06 -05:00