kaxil commented on a change in pull request #18806:
URL: https://github.com/apache/airflow/pull/18806#discussion_r724221371
##########
File path: tests/jobs/test_backfill_job.py
##########
@@ -1311,6 +1314,11 @@ def test_update_counters(self, dag_maker):
# test for none
ti.set_state(State.NONE, session)
+ # this brings us to try_number==1
+ # so that the reduced_key access will work fine
+ ti.try_number = 0
Review comment:
Can we make this more clearer? Seems a bit confusing that `ti.try_number
= 0` bring us to `try_number==1`
--
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]