potiuk commented on PR #39176:
URL: https://github.com/apache/airflow/pull/39176#issuecomment-2072860310

   > The problem I have now (I updated the code) is the DAG always succeed, 
even though when it should fail. I guess the test.debug() swallow any exception 
which makes the DAG always succed?
   
   The `dag.test()`  returns DagRun and that dag run state should reflect 
whether the dag run failed or not - but  I think it should be tested in the 
context of System Tests - so I guess switching to use deferrables might be a 
good opportunity.
   
   


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