1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/handlers
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
2017-07-19 15:02:32 -05:00
..
roles include_role handlers bug fix (#26335) 2017-07-19 15:02:32 -05:00
aliases include_role handlers bug fix (#26335) 2017-07-19 15:02:32 -05:00
handlers.yml tests: check that handlers are able to use 'include' 2016-10-21 20:17:42 +02:00
inventory.handlers Split integration tests out from Makefile. (#17976) 2016-10-12 14:57:53 -07:00
runme.sh include_role handlers bug fix (#26335) 2017-07-19 15:02:32 -05:00
test_force_handlers.yml Split integration tests out from Makefile. (#17976) 2016-10-12 14:57:53 -07:00
test_handlers.yml Alternately track listening handlers by uuid if no name is set 2016-11-13 15:24:44 -06:00
test_handlers_include.yml tests: check that handlers are able to use 'include' 2016-10-21 20:17:42 +02:00
test_handlers_include_role.yml include_role handlers bug fix (#26335) 2017-07-19 15:02:32 -05:00
test_handlers_inexistent_notify.yml tests: add handler listen test cases 2017-01-03 15:00:00 -08:00
test_handlers_listen.yml tests: add handler listen test cases 2017-01-03 15:00:00 -08:00
test_listening_handlers.yml Alternately track listening handlers by uuid if no name is set 2016-11-13 15:24:44 -06:00