ephraimbuddy commented on a change in pull request #16475:
URL: https://github.com/apache/airflow/pull/16475#discussion_r666085492



##########
File path: airflow/models/dag.py
##########
@@ -1662,6 +1662,7 @@ def run(
         verbose=False,
         conf=None,
         rerun_failed_tasks=False,
+        rerun_succeeded_tasks=False,

Review comment:
       Good. You also need to add this kind of test :
   
https://github.com/apache/airflow/blob/1e1b212417e089b43474bc19eec05b654afe98fb/tests/jobs/test_backfill_job.py#L574-L576
   for the rerun success 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to