The GitHub Actions job "Tests (AMD)" on 
airflow.git/perf-cache-api-fastapi-test-app has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
b0848b2c3ec6a907d7c970adc4574b790405a244 / Kaxil Naik <[email protected]>
Clear the shared DagBag cache between api_fastapi tests

The session-shared app keeps app.state.dag_bag (an LRU/TTL cache keyed by
dag_version_id) warm across the whole session. An entry warmed by one test would
let a later test skip the serialized-Dag DB read, silently breaking query-count
assertions (e.g. the grid ti_summaries stream tests) depending on execution 
order.
Empty the cache on each client fixture entry, alongside the auth-manager and
dependency-override resets.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to