The GitHub Actions job "Tests (ARM)" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
f656510a147a6a9a50bc249c7f53e5a9fee0793c / rjgoyln 
<[email protected]>
Fix broken OpenAI batch trigger test blocking main (#70938)

Two PRs merged three hours apart on 2026-08-01 collided semantically:
#69506 added a test using the class attribute END_TIME, and #69534
renamed that attribute to LEGACY_END_TIME while branched off a main
that predated #69506. Git merged both cleanly, so the dangling
reference reached main unnoticed and every job that collects the
OpenAI provider tests now fails.

The case asserts that a terminal batch emits exactly one event, which
has nothing to do with the deprecated wall-clock deadline, so it moves
to the timeout constant that the rest of the behavioural cases use
rather than to LEGACY_END_TIME. The end_time path stays covered by
test_serialization_with_legacy_end_time.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to