xBis7 commented on code in PR #68082:
URL: https://github.com/apache/airflow/pull/68082#discussion_r3364062269
##########
airflow-core/tests/integration/otel/test_otel.py:
##########
Review Comment:
I refactored these setup functions
```
serialize_and_get_dags,
start_scheduler,
terminate_process,
unpause_trigger_dag_and_get_run_id,
wait_for_dag_run,
```
and moved them under `tests_common` so that they can be reused. They are
very useful in cases where we want an integration test that runs an actual dag
with an actual scheduler.
--
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]