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/units
Matt Davis cbcefc53a3
Clean up TE error handling, wrap sigalrm handler (#85232)
* Clean up TE error handling, wrap sigalrm handler

* Preserve error detail on AnsibleAction and Connection exceptions.
* Remove multiple layers of unreachable or redundant error handling.
* Wrap manual alarm signal/timeout handling into a context manager, add tests.

Co-authored-by: Matt Clay <matt@mystile.com>

* update error message check in test

* update test timeout message assertions

---------

Co-authored-by: Matt Clay <matt@mystile.com>
8 months ago
..
_internal Clean up TE error handling, wrap sigalrm handler (#85232) 8 months ago
_vendor Require `from __future__ import annotations` (#81902) 2 years ago
ansible_test ansible-test - Fix option filtering (#85182) 8 months ago
cli Templating overhaul, implement Data Tagging (#84621) 10 months ago
config fix ensure_type to support vaulted values (#85129) 9 months ago
errors Clean up TE error handling, wrap sigalrm handler (#85232) 8 months ago
executor DTFIX recategorization and error/warning refactor (#85181) 9 months ago
galaxy Templating overhaul, implement Data Tagging (#84621) 10 months ago
inventory Templating overhaul, implement Data Tagging (#84621) 10 months ago
inventory_test_data/group_vars
mock Clean up TE error handling, wrap sigalrm handler (#85232) 8 months ago
module_utils Improve SUSE distribution detection using VARIANT_ID with fallback (#85152) 8 months ago
modules Templating overhaul, implement Data Tagging (#84621) 10 months ago
parsing Clean up TE error handling, wrap sigalrm handler (#85232) 8 months ago
playbook Implement TaskResult backward compatibility for callbacks (#85039) 9 months ago
plugins async handling changed to use 'true' booleans(#85074) 8 months ago
regex Remove Python 2.x compat from unit tests (#82109) 2 years ago
template Miscellaneous DT fixes (#84991) 10 months ago
test_utils DTFIX recategorization and error/warning refactor (#85181) 9 months ago
utils Clean up TE error handling, wrap sigalrm handler (#85232) 8 months ago
vars Templating overhaul, implement Data Tagging (#84621) 10 months ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
conftest.py Switch to stackwalk caller ID (#85095) 9 months ago
controller_only_conftest.py recategorize pass over DTFIX-MERGE entries post b4 (#85155) 9 months ago
requirements.txt Add typing_extensions for core unit tests on <3.11 (#84865) 11 months ago
test_context.py Require `from __future__ import annotations` (#81902) 2 years ago
test_no_tty.py Require `from __future__ import annotations` (#81902) 2 years ago