zot/internal/core
patriceckhart c0adbc4315 fix ci on windows: close reopened session in TestSessionRoundTrip
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.
2026-04-18 11:01:42 +02:00
..
agent.go initial commit 2026-04-17 20:36:38 +02:00
compact.go initial commit 2026-04-17 20:36:38 +02:00
core_test.go fix ci on windows: close reopened session in TestSessionRoundTrip 2026-04-18 11:01:42 +02:00
cost.go initial commit 2026-04-17 20:36:38 +02:00
events.go initial commit 2026-04-17 20:36:38 +02:00
session.go initial commit 2026-04-17 20:36:38 +02:00
tool.go initial commit 2026-04-17 20:36:38 +02:00