[
https://issues.apache.org/jira/browse/AIRFLOW-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15278522#comment-15278522
]
Chris Riccomini commented on AIRFLOW-94:
----------------------------------------
Hmm. I'm not able to reproduce this. I'm attaching screenshots to illustrate
what I did.
Find a DAG run that has a failed task, and a failed downstream task:
!1.png!
Click the downstream task (that has upstream_failed_ as its state).
!2.png!
Click {{Upstream}}, and click mark success:
!3.png!
I see:
Both the failed task (which is upstream of the one I clicked), and the task
that I clicked:
!4.png!
> 'Mark upstream tasks as successful' does not actually select upstream tasks
> ---------------------------------------------------------------------------
>
> Key: AIRFLOW-94
> URL: https://issues.apache.org/jira/browse/AIRFLOW-94
> Project: Apache Airflow
> Issue Type: Bug
> Environment: EC2 t2.medium instance,
> Docker `version 1.11.1, build 5604cbe`,
> Host is `Linux ip-172-31-44-140 3.13.0-85-generic #129-Ubuntu SMP Thu Mar 17
> 20:50:15 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux`,
> Docker containers are built upon the `python:3.5` image,
> LocalExecutor is used with two scheduler containers running,
> Airflow @ dddfd3b5bf2cabaac6eec123dfa3cb59e73a56f5
> Reporter: Bence Nagy
> Attachments: 1.png, 2.png, 3.png, 4.png
>
>
> Steps to reproduce:
> 1. Add any DAG with a task depending on another
> 2. Go to the web UI's tree view
> 3. Click the depending task's latest execution (make sure the upstream task
> is not successful yet)
> 4. Click the 'Upstream' button next 'Mark Success', then click 'Mark Success'
> Only the depending task will be selected, its dependencies will not be there.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)