The GitHub Actions job "Tests (AMD)" on airflow.git/common-ai-durable-task-state-store has failed. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: c3f52b0bab3391f2cd0a6f5d99c4eb1ae8360725 / Kaxil Naik <[email protected]> Fix common.ai durable CI failures: compat collection, missing test, spelling Three CI failures on this branch, all in the durable execution code: - Compat 3.0.6/3.1.8/3.2.2: ``test_task_state_store`` used ``pytest.importorskip("airflow.sdk.execution_time.context")`` to skip on pre-3.3 cores, but that module exists on older cores -- only the ``NEVER_EXPIRE`` name it pulls in (via ``task_state_store``) is 3.3+. Collection blew up before the skip could fire. Gate on ``AIRFLOW_V_3_3_PLUS`` instead, matching how ``AgentOperator._build_durable_storage`` guards the import. - Non-DB / Low-dep core: ``test_providers_modules_should_have_tests`` flagged the new ``durable/base.py`` as having no test. Add ``test_base.py`` covering the reserved-key invariants and the ``DurableStorageProtocol`` runtime contract. - Docs spellcheck: "sizeable" -> "sizable" in the agent operator docs. Report URL: https://github.com/apache/airflow/actions/runs/28069971512 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
