mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-26 21:36:31 +02:00
OpenSession returns a Session whose writer holds an append handle to the jsonl file. The test never closed it, so t.TempDir's cleanup hit 'The process cannot access the file because it is being used by another process' on windows (posix happily deletes open files). Register a t.Cleanup that closes the reopened session. |
||
|---|---|---|
| .. | ||
| agent | ||
| assets | ||
| auth | ||
| core | ||
| provider | ||
| tui | ||