You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/08/06 19:06:46 UTC

[GitHub] [airflow] OmerJog commented on issue #4751: [AIRFLOW-3607] collected trigger rule dep check per dag run

OmerJog commented on issue #4751: [AIRFLOW-3607] collected trigger rule dep check per dag run
URL: https://github.com/apache/airflow/pull/4751#issuecomment-518802707
 
 
   @amichai07 you have failure in the test:
   ```
   ======================================================================
   68) ERROR: test_get_states_count_upstream_ti (tests.ti_deps.deps.test_trigger_rule_dep.TriggerRuleDepTest)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       tests/ti_deps/deps/test_trigger_rule_dep.py line 412 in test_get_states_count_upstream_ti
         self.assertEqual(get_states_count_upstream_ti(finished_tasks=finished_tasks, ti=ti_op2),
       airflow/ti_deps/deps/trigger_rule_dep.py line 41 in _get_states_count_upstream_ti
         upstream_tasks = [finished_task for finished_task in finished_tasks
       airflow/ti_deps/deps/trigger_rule_dep.py line 42 in <listcomp>
         if finished_task.task_id in ti.task.upstream_task_ids]
      AttributeError: 'TaskInstance' object has no attribute 'task'
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services