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/action
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
..
all.yml ansible: fix put_file() for large temporary files. 6 years ago
copy.yml ansible: fix put_file() for large temporary files. 6 years ago
fixup_perms2__copy.yml tests: fix clash when localhost is test-target 6 years ago
low_level_execute_command.yml tests: use test-targets group, not all group 7 years ago
make_tmp_path.yml tests: fix another typo. 6 years ago
remote_expand_user.yml ansible: make _remote_expand_user() pay attention to sudoable=.. 6 years ago
remote_file_exists.yml tests: use test-targets group, not all group 7 years ago
synchronize.yml ansible: fix synchronize module 6 years ago
transfer_data.yml Initial Python 3.x port work. 6 years ago