mateuslatrova commented on issue #39801:
URL: https://github.com/apache/airflow/issues/39801#issuecomment-2143497500

   > > > Please do. It would be great if you can confirm that you are able to 
reproduce the issue.
   > > 
   > > 
   > > I have just reproduced the issue using @RNHTTR 's example code.
   > > Does anyone have an idea of which parts of the codebase I should take a 
look first to find this bug?
   > > In the meanwhile I will try to figure it out.
   > 
   > Some candidate starting points:
   > 
   > * 
[baseoperator.py](https://github.com/apache/airflow/blob/d872f7ed932ba9b66866539071f0a990744c2e90/airflow/models/baseoperator.py#L974)
   > * 
[trigger_rule_dep.py](https://github.com/apache/airflow/blob/d872f7ed932ba9b66866539071f0a990744c2e90/airflow/ti_deps/deps/trigger_rule_dep.py#L400)
   > 
   > One good idea looking into what's going on would be to review the [unit 
tests for 
none_failed_min_one_success](https://github.com/apache/airflow/blob/d872f7ed932ba9b66866539071f0a990744c2e90/tests/ti_deps/deps/test_trigger_rule_dep.py#L645)
 and see the expected behavior.
   
   Nice, thank you so much! I will take a look.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to