Skip to content

Prevent race condition in vocabulary cache update#35

Merged
yethee merged 1 commit intomasterfrom
issue-34
Mar 10, 2026
Merged

Prevent race condition in vocabulary cache update#35
yethee merged 1 commit intomasterfrom
issue-34

Conversation

@yethee
Copy link
Owner

@yethee yethee commented Mar 10, 2026

Fix #34

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-1.21% (target: -1.00%) 36.36%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (a79bf19) 279 201 72.04%
Head commit (e7ab188) 288 (+9) 204 (+3) 70.83% (-1.21%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#35) 11 4 36.36%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@yethee yethee merged commit a6d6c14 into master Mar 10, 2026
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Race condition in DefaultVocabLoader when multiple processes access cache concurrently

1 participant