airflow-core/tests/unit/triggers/test_shared_stream.py::test_ack_mode_queue_full_during_fanout_does_not_break_iteration is timing out in CI.
I hit this in PR #68479, but it does not appear related to that PR. The same test is also failing on main with the same TimeoutError.
Main failure example:
https://github.com/apache/airflow/actions/runs/27607202688/job/81625031694
Relevant failure:
airflow-core/tests/unit/triggers/test_shared_stream.py:1437: in test_ack_mode_queue_full_during_fanout_does_not_break_iteration
await asyncio.wait_for(collect_full(), timeout=2.0)
...
E TimeoutError
This seems to be a flaky or recently introduced timing issue in the shared stream trigger tests and is currently blocking unrelated PRs when the full core test suite runs.
airflow-core/tests/unit/triggers/test_shared_stream.py::test_ack_mode_queue_full_during_fanout_does_not_break_iterationis timing out in CI.I hit this in PR #68479, but it does not appear related to that PR. The same test is also failing on
mainwith the sameTimeoutError.Main failure example:
https://github.com/apache/airflow/actions/runs/27607202688/job/81625031694
Relevant failure:
This seems to be a flaky or recently introduced timing issue in the shared stream trigger tests and is currently blocking unrelated PRs when the full core test suite runs.