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
Martin Krizek 94a6f6e0de
Register handlers immediately if currently iterating handlers (#80898) (#81059)
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

(cherry picked from commit 660f1726c8)

Co-authored-by: James Cammarata <jimi@sngx.net>
3 years ago
..
integration Register handlers immediately if currently iterating handlers (#80898) (#81059) 3 years ago
lib/ansible_test ansible-test - Add Fedora 38 remote (#81157) 3 years ago
sanity Backport setuptools fixes (#80684) 3 years ago
support Remove unused integration test support files (#80081) 3 years ago
units [stable-2.15] Resolve issues on python pre-3.10.6 with collection dirs longer than 100 characters (#81061) (#81072) 3 years ago