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:
50dc240da8a5d527b852c187523f6790e2529b5b / Kaxil Naik <[email protected]>
Snapshot/restore shared app state instead of enumerated resets

Per review: replace _reset_shared_app with an _isolated_shared_app yield fixture
that snapshots state + dependency_overrides on the root app and every mounted
sub-app (recursively) on entry and restores them on teardown, so isolation is
resilient to future mutations rather than enumerating the known ones.

app.state.dag_bag is the exception: its cache is mutated in place (not a state
rebinding), so a snapshot can't empty it -- it is still cleared explicitly.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to