The GitHub Actions job "Tests" on airflow.git/fix-ha-scheduler-race has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
536195e8d8e1fc1716d2a741570cca0b3ead82a1 / Kaxil Naik <[email protected]>
Fix test issues in HA scheduler race tests

- Remove duplicate test: test_schedule_tis_is_noop_if_ti_transitions_to_
  nonschedulable_state_before_update was identical to
  test_schedule_tis_does_not_increment_try_number_if_ti_already_queued_
  by_other_scheduler (same setup, same assertions, same scenario).

- Fix competing schedulers test: Scheduler B now loads its TI *before*
  Scheduler A commits, so both schedulers genuinely see state=None.
  Previously ti_b was loaded after Scheduler A's commit, meaning it
  already had state=SCHEDULED — testing the guard but not a real race.

Report URL: https://github.com/apache/airflow/actions/runs/23278189294

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to