dstandish commented on code in PR #46554:
URL: https://github.com/apache/airflow/pull/46554#discussion_r1952649036
##########
tests/models/test_backfill.py:
##########
@@ -210,12 +209,8 @@ def test_reprocess_behavior(reprocess_behavior,
run_counts, dag_maker, session):
# whether a dag run is created for backfill depends on
# the last run for a logical date
("2021-01-02", ["failed"]),
- ("2021-01-03", ["success", "failed"]), # <-- 2021-01-03 is
"failed"
- ("2021-01-04", ["failed", "success"]), # <-- 2021-01-04 is
"success"
- ("2021-01-05", ["success", "success"]),
- ("2021-01-06", ["failed", "failed"]),
- ("2021-01-07", ["running", "running"]),
- ("2021-01-08", ["failed", "running"]),
Review Comment:
instead of removing these test cases we should document what changes
--
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]