AlejandroMorgante opened a new issue, #68628:
URL: https://github.com/apache/airflow/issues/68628

   
`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:
   
   ```text
   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.
   
   ---
   Drafted-by: Codex (GPT-5); reviewed by @AlejandroMorgante before posting
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to