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
James Cammarata 660f1726c8
Register handlers immediately if currently iterating handlers (#80898)
This fixes the issue where handlers notifying other handlers are
not properly run because the notification is not registered unless
another flush_handlers occurs. Instead, if the current host state
is iterating handlers we immediately register the handler to be
run so the notification is not lost.

Fixes #80880
1 year ago
..
roles Last handler defined runs, fix for roles (#79558) 1 year ago
46447.yml Move handler processing into new PlayIterator state (#77955) 2 years ago
52561.yml Move handler processing into new PlayIterator state (#77955) 2 years ago
54991.yml Move handler processing into new PlayIterator state (#77955) 2 years ago
58841.yml
79776-handlers.yml Fix conditionally notified include handlers (#79804) 2 years ago
79776.yml Fix conditionally notified include handlers (#79804) 2 years ago
80880.yml Register handlers immediately if currently iterating handlers (#80898) 1 year ago
aliases Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
from_handlers.yml
handlers.yml
include_handlers_fail_force-handlers.yml Move handler processing into new PlayIterator state (#77955) 2 years ago
include_handlers_fail_force.yml Move handler processing into new PlayIterator state (#77955) 2 years ago
inventory.handlers
order.yml Move handler processing into new PlayIterator state (#77955) 2 years ago
runme.sh Register handlers immediately if currently iterating handlers (#80898) 1 year ago
test_block_as_handler-import.yml Make using blocks as handlers a parser error (#79993) 2 years ago
test_block_as_handler-include.yml Make using blocks as handlers a parser error (#79993) 2 years ago
test_block_as_handler-include_import-handlers.yml Make using blocks as handlers a parser error (#79993) 2 years ago
test_block_as_handler.yml Make using blocks as handlers a parser error (#79993) 2 years ago
test_flush_handlers_as_handler.yml Move handler processing into new PlayIterator state (#77955) 2 years ago
test_flush_handlers_rescue_always.yml Move handler processing into new PlayIterator state (#77955) 2 years ago
test_flush_in_rescue_always.yml Move handler processing into new PlayIterator state (#77955) 2 years ago
test_force_handlers.yml
test_fqcn_meta_flush_handlers.yml Fix using FQCN for flush_handlers (#79057) 2 years ago
test_handlers.yml
test_handlers_any_errors_fatal.yml
test_handlers_include.yml
test_handlers_include_role.yml
test_handlers_including_task.yml
test_handlers_inexistent_notify.yml
test_handlers_infinite_loop.yml Move handler processing into new PlayIterator state (#77955) 2 years ago
test_handlers_listen.yml
test_handlers_meta.yml Move handler processing into new PlayIterator state (#77955) 2 years ago
test_handlers_template_run_once.yml
test_include_role_handler_once.yml Last handler defined runs, fix for roles (#79558) 1 year ago
test_listening_handlers.yml Incidental docker chip away (#77830) 2 years ago
test_notify_included-handlers.yml Do not allow handlers from dynamic includes to be notified (#78399) 2 years ago
test_notify_included.yml Do not allow handlers from dynamic includes to be notified (#78399) 2 years ago
test_role_as_handler.yml Raise a proper error when include/import_role is used as a handler (#77807) 2 years ago
test_role_handlers_including_tasks.yml
test_skip_flush.yml Move handler processing into new PlayIterator state (#77955) 2 years ago
test_templating_in_handlers.yml