jason810496 commented on PR #47433:
URL: https://github.com/apache/airflow/pull/47433#issuecomment-2710315601
> Retired a few times. Still fails. @jason810496 do you remember why it
passed this morning 🤔 (but it came with conflict, we still need to reran then 🥲)
At that time:
- `dag_reserialize` was called before the test.
- However, with `dag_reserialize` enabled:
- The KubernetesExecutor seemed more stable in tests.
- The CeleryExecutor and LocalExecutor tended to time out during tests.
Regardless, I will first fix
`docker_tests/test_docker_compose_quick_start.py`. When I push the fix, I’ll
also run the Kubernetes tests again.
If the Kubernetes tests still fail, we could try:
- Adding `dag_reserialize` back.
- Increasing the timeout threshold for CeleryExecutor and LocalExecutor.
--
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]