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

[WIP]feature:[loom] replace the usages of synchronized with ReentrantLock at saga module #7174

Open
wants to merge 10 commits into
base: 2.x
Choose a base branch
from

optimize the interface

019de2a
Select commit
Loading
Failed to load commit list.
Open

[WIP]feature:[loom] replace the usages of synchronized with ReentrantLock at saga module #7174

optimize the interface
019de2a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 5, 2025 in 0s

51.57% (+0.01%) compared to b530e30

View this Pull Request on Codecov

51.57% (+0.01%) compared to b530e30

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.57%. Comparing base (b530e30) to head (019de2a).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #7174      +/-   ##
============================================
+ Coverage     51.56%   51.57%   +0.01%     
- Complexity     6811     6816       +5     
============================================
  Files          1169     1169              
  Lines         41478    41480       +2     
  Branches       4851     4851              
============================================
+ Hits          21388    21394       +6     
+ Misses        18069    18068       -1     
+ Partials       2021     2018       -3     
Files with missing lines Coverage Δ
...io/seata/saga/proctrl/impl/ProcessContextImpl.java 12.12% <ø> (ø)
...ata/saga/proctrl/eventing/impl/DirectEventBus.java 81.48% <100.00%> (ø)
.../engine/invoker/impl/SpringBeanServiceInvoker.java 56.88% <100.00%> (ø)
...ga/statelang/domain/impl/ServiceTaskStateImpl.java 76.92% <100.00%> (+1.92%) ⬆️

... and 4 files with indirect coverage changes