dondaum commented on PR #40171:
URL: https://github.com/apache/airflow/pull/40171#issuecomment-2203283428

   Thank you @potiuk for the support 🙏
   
   Following your approach, I managed to isolate the tests that were causing 
the problem. All tests in `providers/openlineage/plugins/test_execution` 
somehow corrupt the logger.
   
   I've isolated the exact point where this happens:
   
https://github.com/apache/airflow/blob/main/tests/providers/openlineage/plugins/test_execution.py#L102
   
   But I still don't understand why it happens.
   
   A possible workaround to fix my failing tests would be to add this decorator 
`@pytest.mark.usefixtures("reset_logging_config")`. 
   
   However, the root cause is not resolved.
   
   


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