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

[CORE-2243] Fix DPANIC #9914

Merged
merged 1 commit into from Apr 3, 2024
Merged

[CORE-2243] Fix DPANIC #9914

merged 1 commit into from Apr 3, 2024

Conversation

robert-uhl
Copy link
Contributor

This was caused by a pctx.TODO when creating a storage server. I plumbed the context through the whole system. We should probably add a linter rule on ctx.TODO and pctx.TODO.

There are three ways to build things … this is not ideal.
Copy link

codecov bot commented Apr 3, 2024

Codecov Report

Attention: Patch coverage is 95.12195% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 57.99%. Comparing base (d01cc69) to head (48327ea).
Report is 1 commits behind head on master.

Files Patch % Lines
src/internal/pachd/pachw.go 0.00% 1 Missing ⚠️
src/internal/pachd/sidecar.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9914      +/-   ##
==========================================
- Coverage   58.08%   57.99%   -0.10%     
==========================================
  Files         608      608              
  Lines       73918    73924       +6     
==========================================
- Hits        42934    42870      -64     
- Misses      30441    30506      +65     
- Partials      543      548       +5     

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

@robert-uhl robert-uhl marked this pull request as ready for review April 3, 2024 13:43
@robert-uhl robert-uhl requested a review from a team as a code owner April 3, 2024 13:43
Copy link
Contributor

@brycemcanally brycemcanally left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@robert-uhl robert-uhl merged commit 410f2b2 into master Apr 3, 2024
21 checks passed
@robert-uhl robert-uhl deleted the rau/core-2243-fix-dpanic branch April 3, 2024 13:52
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.

None yet

2 participants