dabla commented on PR #37937:
URL: https://github.com/apache/airflow/pull/37937#issuecomment-2012421572

   > I've tried refactoring it with sentinel but now integration tests start 
failing probably because it's considering the operator being called outside of 
TaskInstance while this was not the case with traceback.
   
   Ok found out why this is failing, it because now the test_mode flag is used 
from TaskInstance but in those failing tests it's not and it's calling the 
execute methode directly on operator as a unit test (celery).


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