The GitHub Actions job "Tests (AMD)" on 
airflow.git/feat/scheduler-observability-metrics has failed.
Run started by GitHub user safaehar (triggered by hussein-awala).

Head commit for run:
27131ce5ad1b2038cfc001a904711f529c48950f / safaehar <[email protected]>
Fix test assertions broken by new scheduler.executor_events.processed metric

Three existing tests used mock_stats.incr.assert_not_called() to verify that
no error/mismatch metrics were emitted in requeued-TI and stale-success
scenarios. The new executor_events.processed counter now fires unconditionally
for every _process_executor_events call, so those blanket assertions became
too broad. Replace each with an assertion that permits the expected counter
while still verifying that no scheduler.tasks.killed_externally metric fired.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to