uranusjr commented on code in PR #42404:
URL: https://github.com/apache/airflow/pull/42404#discussion_r1847635422
##########
tests/www/views/test_views.py:
##########
@@ -396,8 +396,8 @@ def get_task_instance(session, task):
# task_2 remains as SUCCESS
assert get_task_instance(session, task_2).state == State.SUCCESS
# task_3 and task_4 are cleared because they were in
FAILED/UPSTREAM_FAILED state
- assert get_task_instance(session, task_3).state == State.NONE
- assert get_task_instance(session, task_4).state == State.NONE
+ assert get_task_instance(session, task_3).state ==
State.UPSTREAM_FAILED
+ assert get_task_instance(session, task_4).state == State.FAILED
Review Comment:
These should not change, something is not right in the implementation.
--
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]