The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-flaky-ssh-command-timeout has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
ef89da6d4c42bdf5a4180cc4189100478c78e4d2 / Jarek Potiuk <[email protected]>
Fix flaky SSH test_command_timeout_fail on loaded CI runners

The test set cmd_timeout=0.001, which the hook forwards to paramiko's
exec_command. paramiko uses that value to open the channel as well as to
read command output, so on a loaded runner opening the channel exceeds
1ms and raises SSHException("Timeout opening channel.") before the
hook's command-timeout logic runs, instead of the expected
AirflowException.

Use a cmd_timeout large enough to reliably open the channel (0.5s) and a
longer command so the read loop is what times out, keeping the test on
its intended AirflowException path.

Report URL: https://github.com/apache/airflow/actions/runs/26746523240

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to