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

fix: allow more than 15 concurrent transactions to have been committed #3067

Merged
merged 3 commits into from
Dec 20, 2024

fix: allow more than 15 concurrent transactions to have been committed

8e308e2
Select commit
Loading
Failed to load commit list.
Merged

fix: allow more than 15 concurrent transactions to have been committed #3067

fix: allow more than 15 concurrent transactions to have been committed
8e308e2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 19, 2024 in 0s

72.41% (+0.00%) compared to 99e39ca

View this Pull Request on Codecov

72.41% (+0.00%) compared to 99e39ca

Details

Codecov Report

Attention: Patch coverage is 83.33333% with 8 lines in your changes missing coverage. Please review.

Project coverage is 72.41%. Comparing base (99e39ca) to head (8e308e2).

Files with missing lines Patch % Lines
crates/core/src/operations/transaction/mod.rs 86.11% 0 Missing and 5 partials ⚠️
crates/core/src/logstore/mod.rs 70.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main    #3067    +/-   ##
========================================
  Coverage   72.41%   72.41%            
========================================
  Files         128      128            
  Lines       41314    41007   -307     
  Branches    41314    41007   -307     
========================================
- Hits        29918    29696   -222     
- Misses       9426     9429     +3     
+ Partials     1970     1882    -88     

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