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 f1c458303a Backport of b107e397 (Cache tasks as they are queued)
* 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

(cherry picked from commit b107e397cb)
8 years ago
..
module_common Remove automatic use of system six 9 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_play_iterator.py Backport of b107e397 (Cache tasks as they are queued) 8 years ago
test_playbook_executor.py test/: PEP8 compliancy (#24803) 9 years ago
test_task_executor.py Ansible Config part2 (#27448) 8 years ago
test_task_queue_manager_callbacks.py Remove hack for backwards compatible v2_playbook_on_start callback 9 years ago
test_task_result.py Add test for clean_copy preservation of keys 8 years ago