Deterministic lock-contention stress contract for sync safety #1763
davidahmann
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted while shipping JSONL lock contention stress coverage in PR #1762.
Proposal: define a deterministic contention contract (bounded runtime, explicit acquisition counts, no hang paths) and apply it across lock-sensitive sync flows. This gives maintainers a stable signal that concurrency changes preserve recoverability under load.
This contribution was informed by patterns from Gait: https://github.com/davidahmann/gait
Beta Was this translation helpful? Give feedback.
All reactions