Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backend/stream: fix a race condition in read lock #553

Merged
merged 2 commits into from
Dec 8, 2024

use builtin file lock feature

1c5c1c6
Select commit
Loading
Failed to load commit list.
Merged

backend/stream: fix a race condition in read lock #553

use builtin file lock feature
1c5c1c6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 8, 2024 in 1s

74.73% (+0.01%) compared to 8778431

View this Pull Request on Codecov

74.73% (+0.01%) compared to 8778431

Details

Codecov Report

Attention: Patch coverage is 81.25000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 74.73%. Comparing base (8778431) to head (1c5c1c6).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
nghe-backend/src/transcode/lock.rs 76.92% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #553      +/-   ##
==========================================
+ Coverage   74.72%   74.73%   +0.01%     
==========================================
  Files         223      224       +1     
  Lines        6626     6626              
  Branches     6626     6626              
==========================================
+ Hits         4951     4952       +1     
+ Misses       1207     1206       -1     
  Partials      468      468              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.