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

Resolved race condition during Redis backend teardown #418

Merged
merged 1 commit into from
Sep 20, 2024

Resolved race condition during Redis backend teardown

4522bdb
Select commit
Loading
Failed to load commit list.
Merged

Resolved race condition during Redis backend teardown #418

Resolved race condition during Redis backend teardown
4522bdb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 20, 2024 in 1s

23.64% (-0.06%) compared to cadcc9e, passed because coverage increased by +0.00% when compared to adjusted base (23.63%)

View this Pull Request on Codecov

23.64% (-0.06%) compared to cadcc9e, passed because coverage increased by +0.00% when compared to adjusted base (23.63%)

Details

Codecov Report

Attention: Patch coverage is 25.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 23.64%. Comparing base (cadcc9e) to head (4522bdb).

Files with missing lines Patch % Lines
src/pytest_celery/vendors/redis/backend/api.py 25.00% 5 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #418      +/-   ##
==========================================
- Coverage   23.69%   23.64%   -0.06%     
==========================================
  Files          41       41              
  Lines        1287     1294       +7     
  Branches      255      257       +2     
==========================================
+ Hits          305      306       +1     
- Misses        954      959       +5     
- Partials       28       29       +1     

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