xBis7 commented on PR #62154:
URL: https://github.com/apache/airflow/pull/62154#issuecomment-3925803030

   If the integration tests here pass, then it means that the behavior has 
stayed the same.
   
   
https://github.com/astronomer/airflow/blob/remove-bad-otel-stuff/airflow-core/tests/integration/otel/test_otel.py
   
   Also, you can test the behavior manually like so
   
   * Start breeze with otel
       ```
       breeze shell --backend postgres --integration redis --integration otel
       ```
   
   * Under breeze shell, export this var
       ```
       export use_otel=true
       ```
   
   * then run each integration test
       ```
       pytest -s 
airflow-core/tests/integration/otel/test_otel.py::TestOtelIntegration::test_same_scheduler_processing_the_entire_dag
       ```
   
   * check jaeger
       ```
       http://localhost:36686/
       ```


-- 
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]

Reply via email to