[BUG] Flaky tests/unit/sftp_test.py::test_put
#351
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
SUMMARY
This feels similar to #57 but probably has a different root cause.
I think what's happening is
sshd
not starting fast enough. Thewait_for_svc_ready_state
helper is supposed to reraise the last connection error but maybe it doesn't, or the healthcheck it implements is not enough, I'm not sure.ISSUE TYPE
PYLISSH and LIBSSH VERSION
devel
OS / ENVIRONMENT
CI: https://github.com/ansible/pylibssh/runs/7570950100?check_suite_focus=true#step:13:221
STEPS TO REPRODUCE
See the log. Just run the testing on a slow machine with sshd not starting fast enough.
EXPECTED RESULTS
The test should be stable.
ACTUAL RESULTS
I've pasted the meaningful part of the log below, for history.
[CLICK HERE] Excerpt from the CI log linked above
The text was updated successfully, but these errors were encountered: