jason810496 commented on PR #45914: URL: https://github.com/apache/airflow/pull/45914#issuecomment-2673158169
CI failures due to flaky tests: - [Additional PROD image tests / Docker Compose quick start with PROD image verifying](https://github.com/apache/airflow/actions/runs/13437479178/job/37544612350?pr=45914#logs) ``` docker_tests/test_docker_compose_quick_start.py::test_trigger_dag_and_wait_for_result FAILED [100%] =================================== FAILURES =================================== _____________________ test_trigger_dag_and_wait_for_result _____________________ default_docker_image = 'ghcr.io/apache/airflow/v2-10-test/prod/python3.9' # ... dag_state = api_request("GET", f"dags/{DAG_ID}/dagRuns/{DAG_RUN_ID}").get("state") > assert dag_state == "success" E AssertionError: assert 'queued' == 'success' E E - success E + queued docker_tests/test_docker_compose_quick_start.py:107: AssertionError ----------------------------- Captured stdout call ----------------------------- ``` - [Special tests / Pendulum2 test / All-core:Pendulum2-Postgres:13:3.9](https://github.com/apache/airflow/actions/runs/13437479178/job/37543692113?pr=45914#logs) ``` FAILED tests/models/test_xcom_arg_map.py::test_xcom_map_raise_to_skip - sqlalchemy.exc.ProgrammingError: (psycopg2.ProgrammingError) set_session cannot be used inside a transaction (Background on this error at: https://sqlalche.me/e/14/f405) ====== 1 failed, 2944 passed, 35 skipped, 1 xfailed in 836.92s (0:13:56) ======= ``` -- 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]
