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

Discard database txn if user callback panics #1250

Merged
merged 1 commit into from
Sep 19, 2023

Discard database txn if user callback panics

07803e5
Select commit
Loading
Failed to load commit list.
Merged

Discard database txn if user callback panics #1250

Discard database txn if user callback panics
07803e5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 19, 2023 in 1s

73.72% (target 70.00%)

View this Pull Request on Codecov

73.72% (target 70.00%)

Details

Codecov Report

Patch coverage: 66.66% and project coverage change: -0.01% ⚠️

Comparison is base (e4491c3) 73.73% compared to head (07803e5) 73.72%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1250      +/-   ##
==========================================
- Coverage   73.73%   73.72%   -0.01%     
==========================================
  Files          70       70              
  Lines        7595     7604       +9     
==========================================
+ Hits         5600     5606       +6     
- Misses       1535     1537       +2     
- Partials      460      461       +1     
Files Changed Coverage Δ
db/pebble/db.go 80.88% <66.66%> (-2.17%) ⬇️

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