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

rpcdaemon: fix data race in http::Server stop #2587

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

canepat
Copy link
Member

@canepat canepat commented Dec 12, 2024

No description provided.

Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.24%. Comparing base (f7f7365) to head (57452b4).
Report is 9 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2587      +/-   ##
==========================================
- Coverage   51.25%   51.24%   -0.02%     
==========================================
  Files         771      771              
  Lines       52045    52037       -8     
  Branches     8071     8068       -3     
==========================================
- Hits        26676    26665      -11     
+ Misses      23078    23077       -1     
- Partials     2291     2295       +4     

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

@canepat canepat force-pushed the ci/fix_capi_test_tsan_data_race branch from 8061be9 to 57452b4 Compare December 13, 2024 09:11
@canepat canepat marked this pull request as ready for review December 13, 2024 09:57
@canepat canepat added the maintenance Some maintenance work (fix, refactor, rename, test...) label Dec 13, 2024
@battlmonstr battlmonstr merged commit 057346c into master Dec 16, 2024
17 checks passed
@battlmonstr battlmonstr deleted the ci/fix_capi_test_tsan_data_race branch December 16, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Some maintenance work (fix, refactor, rename, test...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants