The GitHub Actions job "Tests" on airflow.git/2603/py3.14 has failed.
Run started by GitHub user Dev-iL (triggered by Dev-iL).

Head commit for run:
6834145607667d71b730d3ecd6a554ef5c466de9 / Dev-iL 
<[email protected]>
Split core test types into 2 matrix groups to avoid OOM on Python 3.14

Non-DB core tests use xdist which runs all test types in a single pytest
process. With 2059 items across 4 workers, memory accumulates until the
OOM killer strikes at ~86% completion (exit code 137).

Split core test types into 2 groups (API/Always/CLI and
Core/Other/Serialization), similar to how provider tests already use
_split_list with NUMBER_OF_LOW_DEP_SLICES. Each group gets ~1000 items,
well under the ~1770 threshold where OOM occurs.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to