Skip to content

test(checkpoint-sqlite): add inter-process write-lock test#6985

Open
Mason Daugherty (mdrxy) wants to merge 1 commit intomainfrom
mdrxy/cross-process-test
Open

test(checkpoint-sqlite): add inter-process write-lock test#6985
Mason Daugherty (mdrxy) wants to merge 1 commit intomainfrom
mdrxy/cross-process-test

Conversation

@mdrxy
Copy link
Member

Add coverage to confirm SQLite checkpoint writes are safe when multiple processes write to the same DB.

Why

  • SqliteSaver's Python lock only protects threads in a single process.
  • Cross-process safety depends on SQLite locking behavior.
  • This test ensures that behavior is exercised and protected against regressions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant