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 cae682607c Reworking the way end of role detection is done
Rather than trying to enumerate tasks or track an ever changing cur_role
flag in PlayIterator, this change simply sets a flag on the last block in
the list of blocks returned by Role.compile(). The PlayIterator then checks
for that flag when the cur_block number is incremented, and marks the role
as complete if the given host had any tasks run in that role.

Fixes #20224
9 years ago
..
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_play_iterator.py Reworking the way end of role detection is done 9 years ago
test_playbook_executor.py test name TestPlayIterator->TestPlaybookExecutor 9 years ago
test_task_executor.py Avoid copying task parents in TaskExecutor 10 years ago
test_task_queue_manager_callbacks.py Change `v2_playbook_on_start` logic to positively detect legacy plugins 9 years ago
test_task_result.py add jimi-c's unit test for squashed skip results, tweaked is_skipped() logic to pass 10 years ago