AntiPattern
Framework Lifecycle State Reuse
lifecycle-state-reuse
Application initialization tied to framework lifespan (or test fixtures) gets reused across requests or tests, so shared async clients and app state become stale or conflicting, leading to inconsistent behavior and hard-to-reproduce failures.