potiuk commented on PR #43979: URL: https://github.com/apache/airflow/pull/43979#issuecomment-2477775329
The whole set of test commands is simplified now: <img width="971" alt="Screenshot 2024-11-15 at 02 21 55" src="https://github.com/user-attachments/assets/1c865a38-08bf-4258-aed6-66d7a91eefed"> I also updated docs and examples and contributing docs. I also reviewed and updated docs and fixed and simplified how sytem tests are run. There is no more `--system SYSTEM` or `pytest.mark.system("SYSTEM")` but simply `--system` and `pytest.mark.system`. Also the example dags in "tests/system" and "providers/tests/system" are automatically marked with the "system" marker. So tests shoudl be run: In venv/inside breeze: ```bash pytest --system providers/tests/system/google/cloud/bigquery/example_bigquery_queries.py ``` via Breeze - there is one command only: ```bash breeze testing system-tests providers/tests/system/google/cloud/bigquery/example_bigquery_queries.py ``` cc: @ahidalgob @kosteev @pankajkoti @fdemiane @sc250072 nce we merge it you will have to update the dashboards -- 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]
