git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
e2a7869
Branches
Tags
documentation-tree
master
unstable/modularize-and-refactor-test-machinery
unstable/ssh-agent-socket-providers
wishlist
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.1
0.5.2
derivepassphrase.git
docs
changelog.d
20250519_213751_the-13th-letter_concurrency_testing.md
Document the new concurrency testing setup in the changelog
Marco Ricci
commited
e2a7869
at 2025-05-19 21:45:21
20250519_213751_the-13th-letter_concurrency_testing.md
Blame
History
Raw
### Fixed - `derivepassphrase` now tests its locking implementation for correctness, on both sides of the API. Specifically, we test that the respective platform-specific locking primitives provide the requested mutual exclusion properties, and we also test that the locking system as a whole, when given functioning locking primitives, correctly serializes access to the facilities it is supposed to guard. [#23]: https://github.com/the-13th-letter/derivepassphrase/issues/23