Abdulrehman-PIAIC80387 commented on PR #68705:
URL: https://github.com/apache/airflow/pull/68705#issuecomment-4743759115

   Yes — confirmed both directions:
   
   - **Without the fix** (reverting just the `_create_backfill` change, keeping 
the test): it **fails** — the orphaned `Backfill` row survives the run-creation 
failure, so the `count == 0` assertion fails (and a retry would hit 
`AlreadyRunningBackfill`).
   - **With the fix**: it passes.
   
   So it's a genuine regression test for the orphaned-backfill behaviour. The 
full `test_backfill.py` suite also passes (84 passed).


-- 
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