Files
Yiğit ERDOĞAN 7b49f57c05 fix(test): zalouser credential and doctor suites fail Windows teardown with EBUSY (#119964)
Three zalouser fixtures remove their temporary state directory while SQLite
handles opened under it are still live, so on Windows the removal fails with
EBUSY and the whole suite is reported as failed.

doctor-contract-api already resets the plugin state store, but that helper only
releases plugin state plus shared state and leaves the cached per-agent
databases open, which is the handle its migrations create. The credential and
quote-metadata fixtures never released the shared state database at all.
2026-08-23 16:57:07 -07:00
..