发布

  • fix(test): use ignore_errors on temp dir cleanup in rate limiting tests (#3335)

    frostbyte_neo 发布于 2026-03-31 06:22:32 +00:00

    shutil.rmtree fails with OSError ENOTEMPTY when SQLite/SQLCipher
    connections in encrypted_databases/ haven't fully released file locks
    by teardown time. This is a race condition in CI — not a real test
    failure. Use ignore_errors=True so leftover locks don't break the run.

    下载附件