jroachgolf84 commented on PR #58265: URL: https://github.com/apache/airflow/pull/58265#issuecomment-3527732127
I may need to wait and evaluate this a bit further. It seems that event specifying a certain fail (like I did in the command above) still runs all the integration tests in the `task-sdk-integration-tests/tests/task_sdk_tests` directory. Here's a snippet of the proof. In the output below, Asset Event tests are being executed, even though they shouldn't. ``` ERROR tests/task_sdk_tests/test_asset_event_operations.py::test_asset_event_get - python_on_whales.exceptions.DockerException: The command executed was `/usr/local/bin/docker compose --file /private/var/folders/lk/16q03xkd4fbc40xg6g738rxr0000gn/T/pytest-of-jroachgolf84/pytest-12/airflow-task-sdk-test0/docker-compose.yaml up --detach --wait`. It returned with code 1 The content of stdout can be found above the stacktrace (it wasn't captured). The content of stderr can be found above the stacktrace (it wasn't captured). ERROR tests/task_sdk_tests/test_asset_event_operations.py::test_asset_event_get_not_found - python_on_whales.exceptions.DockerException: The command executed was `/usr/local/bin/docker compose --file /private/var/folders/lk/16q03xkd4fbc40xg6g738rxr0000gn/T/pytest-of-jroachgolf84/pytest-12/airflow-task-sdk-test0/docker-compose.yaml up --detach --wait`. ``` -- 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]
