The GitHub Actions job "Tests" on 
airflow.git/fix-external-task-sensor-timeout-deferrable-mode has failed.
Run started by GitHub user y-sudharshan (triggered by y-sudharshan).

Head commit for run:
15f17f6931c303e45adbeef59a68ad7a791c4501 / y-sudharshan 
<[email protected]>
Fix ExternalTaskSensor to use timeout parameter in deferrable mode (#62516)

ExternalTaskSensor was incorrectly using execution_timeout instead of timeout 
when deferring in deferrable mode, causing inconsistent behavior across poke, 
reschedule, and deferrable modes.

Changes:

- Updated execute() to use timedelta(seconds=self.timeout) with fallback to 
execution_timeout

- Added comprehensive test coverage for timeout behavior in deferrable mode

- Ensures consistent timeout semantics across all sensor modes

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

With regards,
GitHub Actions via GitBox


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

Reply via email to