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/module_utils
Toshio Kuratomi be4e7a05fa remove_values could hit the recursion limit
When operating on arbitrary return data from modules, it is possible to
hit the recursion limit when cleaning out no_log values from the data.
To fix this, we have to switch from recursion to iteration.

Unittest for remove_values recursion limit

Fixes #24560
8 years ago
..
basic remove_values could hit the recursion limit 8 years ago
ec2 test/: PEP8 compliancy (#24803) 8 years ago
facts Facts Refresh (2.4 roadmap) (#23012) 8 years ago
gcp [GCP] Healthcheck module (#24564) 8 years ago
json_utils test/: PEP8 compliancy (#24803) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_basic.py test/: PEP8 compliancy (#24803) 8 years ago
test_database.py Revert "Update galaxy and database unit tests." 8 years ago
test_distribution_version.py Facts Refresh (2.4 roadmap) (#23012) 8 years ago
test_known_hosts.py test/: PEP8 compliancy (#24803) 8 years ago
test_postgresql.py test/: PEP8 compliancy (#24803) 8 years ago
test_text.py test/: PEP8 compliancy (#24803) 8 years ago