potiuk commented on PR #19702: URL: https://github.com/apache/airflow/pull/19702#issuecomment-1125339417
Docker compose quick-start tests test starting airflow via docker compose and check if the There is nothing "special" about them they are the usual "integration tests" run by `pytest` using breeze environment (mainly to get the right dependencies): It's rather easy to follow what they do: Started by `breeze docker-compose tests` https://github.com/apache/airflow/blob/749e53def43055225a2e5d09596af7821d91b4ac/.github/workflows/ci.yml#L1417 Here are the tests (standard pytest-run python code): https://github.com/apache/airflow/blob/main/docker_tests/test_docker_compose_quick_start.py They are also super easy to reproduce and run - you just need to follow what is done in the ci. There is no magic there. If they do not start, it means that something does not work and you cannot inspect airflow after you use production image to ru docker-compose with airflow. -- 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]
