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/integration/targets/handlers/roles
Will Thames ef8c9798d3 include_role handlers bug fix (#26335)
* Ensure that include_role properly fires handlers

include_role needs to ensure that any handlers included
with the role are added to the _notified_handler and
_listening_handler lists of the TaskQueueManager, otherwise
it fails when trying to run the handler.

Additionally, the handler needs to be added to the
PlayIterator's `_uuid_cache` or it fails after running
the handler

Add more uuid debug statements - this code was hard
to debug with existing debug statements, so add more
uuid information at little additional output cost.

Fixes #18411

* Add tests for include_role handlers

Tests for #18411
7 years ago
..
test_force_handlers Fix cosmetic problems in YAML source 8 years ago
test_handlers Fix cosmetic problems in YAML source 8 years ago
test_handlers_include tests: check that handlers are able to use 'include' 8 years ago
test_handlers_include_role include_role handlers bug fix (#26335) 7 years ago
test_handlers_listen tests: add handler listen test cases 8 years ago
test_handlers_meta fix multiple handler notifications (#19655) 8 years ago