发布

  • Fix Windows CI: close SQLite before TempDir cleanup

    frostbyte_neo 发布于 2026-03-03 15:50:01 +00:00

    Add t.Cleanup(router.CloseAll) to snippet and watcher test helpers.
    Windows does not allow deleting files held by another process, so the
    SQLite DB must be closed before t.TempDir() removal runs.

    下载附件