Skip to content

Flaky shared_stream test times out in CI #68628

Description

@AlejandroMorgante

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:CIAirflow's tests and continious integrationkind:bugThis is a clearly a bug

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions