potiuk opened a new pull request, #62692: URL: https://github.com/apache/airflow/pull/62692
Add retry logic to the `createRun` helper in the DAG calendar tab e2e tests. The PATCH request that sets a DAG run's state can fail silently when the DagBag hasn't loaded the DAG yet. The helper now retries the PATCH up to 5 times with 1-second delays, confirming the state is set before proceeding. This prevents downstream assertions from failing due to runs stuck in "queued" state. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Opus 4.6 Generated-by: Claude Opus 4.6 following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
