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/galaxy
Sloane Hertel ee725846f0
ansible-galaxy - increase page size and add retry decorator for throttling (#74240)
* Get available collection versions with page_size=100 for v2 and limit=100 for v3

* Update unit tests for larger page sizes

* Add a generic retry decorator in module_utils/api.py that accepts an Iterable of delays and a callable to determine if an exception inheriting from Exception should be retried

* Use the new decorator to handle Galaxy API rate limiting

* Add unit tests for new retry decorator

* Preserve the decorated function's metadata with functools.wraps

Co-authored-by: Matt Martz <matt@sivel.net>
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
3 years ago
..
__init__.py Collection test (#59488) 5 years ago
test_api.py ansible-galaxy - increase page size and add retry decorator for throttling (#74240) 3 years ago
test_collection.py Replace the inhouse collection dependency resolver with `resolvelib` 3 years ago
test_collection_install.py add --offline option to galaxy collection verify (#74040) 3 years ago
test_role_requirements.py galaxy: handle plus sign in user token appearing in role url (#73057) 4 years ago
test_token.py ansible-galaxy - define multiple galaxy instances in ansible.cfg (#60553) 5 years ago
test_user_agent.py ansible-galaxy - expand User-Agent string for Galaxy endpoints (#65578) 5 years ago