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.
mitogen/tests/ansible/integration
David Wilson 638b196a45 ansible: fix put_file() for large temporary files.
Reverts 49736b3a, large file copies can't avoid the RTT.

The parent stack must be blocked while FileService progresses, as unlike
the small file path, it does not make a snapshot of the (possibly
temporary) file passed by the action plug-in. So we need to keep that
file alive while the service runs.

Add a new integration test and a new soak test to cover both.
6 years ago
..
action ansible: fix put_file() for large temporary files. 6 years ago
async tests: better runner_two_simultaneous_jobs.yml. 7 years ago
become tests: su integration test. 7 years ago
connection ansible: fix exec_command() regression. 6 years ago
connection_loader tests: use test-targets group, not all group 7 years ago
context_service tests: use test-targets group, not all group 7 years ago
delegation ansible: use template-expanded delegate_to hostname in one more location. 6 years ago
glibc_caches ansible: reload /etc/resolv.conf for each task. 7 years ago
local issue #297: local commands must execute with WorkerProcess environment. 6 years ago
module_utils issue #324: fix Python 3 fallout for custom module_utils. 6 years ago
playbook_semantics tests: use test-targets group, not all group 7 years ago
runner ansible: remove a bunch more aliasing from connection.py. 6 years ago
ssh tests: add playbook step to ensure key file perms. 6 years ago
strategy issue #294: stronger integration test 6 years ago
all.yml tests: verify Connection.put_file() for small/large files. 6 years ago