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
Toshio Kuratomi 3edac559d3 the smart transport is broken by ssh retry code
1fe67f9 introduced retries to the ssh connection put file and fetch
file.  Unfortunately, that change broke the smart transport because it
started raising exceptions instead of returning from _run().  This
breakage is documented in #23711.

An attempt to fix it was made at #23717 but the first attempt was
objected to as needing to touch too much code.  The second attmept was
objected to as smart was forced to encapsulate retries (thus retrying
a sftp "rety" times before trying scp "retry" times and then finally
moving onto piped).  This third attempt has retries encapsulate smart.
So each sub-transport is tried once and if all three fail, another retry
attempt is made which tries each of the three again.

Fixes #23711
Fixes #23717
8 years ago
..
compile Docs how to test (2nd) (#24094) 9 years ago
integration nxos_ip_interface: Fixes for #27170, #27172 (#27935) 8 years ago
results Create bot friendly sanity output. (#22381) 9 years ago
runner Add Azure support to ansible-test. (#28092) 8 years ago
sanity udm_user: fix broken import 8 years ago
units the smart transport is broken by ssh retry code 8 years ago
utils Add opensuse42.3 docker image. 8 years ago