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/utils
Sloane Hertel b981a9dfcd
add a worker queue to get updates from the main results thread (#79886)
* Create a queue per WorkerProcess to receive intra-task updates
* Update `pause` action to use the worker queue
* Deprecate ConnectionBase()._new_stdin
* Add new `Display`  convenience method `prompt_until` to manage both controller- and worker-sourced prompting without cross-fork stdin sharing, in-worker mechanism to handle request-response over new worker queue.
2 years ago
..
collection_loader Clean up unused imports in unit tests (#79893) 2 years ago
display add a worker queue to get updates from the main results thread (#79886) 2 years ago
__init__.py
test_cleanup_tmp_file.py
test_context_objects.py
test_display.py
test_encrypt.py
test_helpers.py
test_isidentifier.py
test_plugin_docs.py
test_shlex.py
test_unsafe_proxy.py Fix pointless statements in unit tests (#79940) 2 years ago
test_vars.py
test_version.py