1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-31 01:16:17 +00:00
community.general/tests/unit/plugins/callback
Alexander Freiherr von Buddenbrock fd178d4c28
Fix unreachable hosts causing exceptions
If finish_task is never called for a host the result object stays None, which caused an exception in update_span_data. This was the case for unreachable hosts, as the callback plugin did not implement v2_runner_on_unreachable.
2026-01-23 16:23:50 +01:00
..
test_elastic.py Sort imports with ruff check --fix (#11400) 2026-01-09 07:40:58 +01:00
test_loganalytics.py Sort imports with ruff check --fix (#11400) 2026-01-09 07:40:58 +01:00
test_opentelemetry.py Fix unreachable hosts causing exceptions 2026-01-23 16:23:50 +01:00
test_splunk.py Sort imports with ruff check --fix (#11400) 2026-01-09 07:40:58 +01:00