The GitHub Actions job "Tests (AMD)" on airflow.git/task-sdk/feature/selector-loop has failed. Run started by GitHub user jason810496 (triggered by jason810496).
Head commit for run: 0caf835f6e9ddc5b39a13b0baecd39ea0dd447c0 / LIU ZHE YOU <[email protected]> Extract selector-based I/O loop helpers into a shared module Pull the buffered socket reader and the selector dispatch loop out of ``WatchedSubprocess`` into ``airflow.sdk.execution_time.selector_loop``, together with a new ``make_raw_forwarder`` helper. ``WatchedSubprocess`` now delegates its event loop to ``service_selector`` and imports ``make_buffered_socket_reader`` from the shared module, so the same primitives can back other selector-driven bridges without copy/paste. Behavior is unchanged: the loop still clamps the select timeout to 0.01 s, treats EOF / ``BrokenPipeError`` / ``ConnectionResetError`` as "no more reads", invokes the per-socket ``on_close`` callback, and closes the socket. Re-exporting ``make_buffered_socket_reader`` from ``supervisor`` keeps the existing ``triggerer_job_runner`` import path working. Report URL: https://github.com/apache/airflow/actions/runs/26095106282 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
