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 Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
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/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
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 Remove hack for backwards compatible v2_playbook_on_start callback 2017-04-28 13:44:43 -07:00
test_task_result.py Add test for clean_copy preservation of keys 2017-12-12 13:51:06 -05:00