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/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
7 years ago
..
module_common Fix shebang. shebang and interpreter path weren't being templated (#33698) 7 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_play_iterator.py Cache tasks as they are queued instead of en masse (#34752) 7 years ago
test_playbook_executor.py test/: PEP8 compliancy (#24803) 7 years ago
test_task_executor.py Adding aliases for field attributes and renaming async attribute (#33141) 7 years ago
test_task_queue_manager_callbacks.py Remove hack for backwards compatible v2_playbook_on_start callback 7 years ago
test_task_result.py Add test for clean_copy preservation of keys 7 years ago