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

feat(store): introduce StoreException #54

Merged
merged 4 commits into from
Sep 19, 2023

feat(store): rename translateException to transformException

be69f8d
Select commit
Loading
Failed to load commit list.
Merged

feat(store): introduce StoreException #54

feat(store): rename translateException to transformException
be69f8d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 19, 2023 in 0s

72.92% (+0.03%) compared to 38f9b62

View this Pull Request on Codecov

72.92% (+0.03%) compared to 38f9b62

Details

Codecov Report

Merging #54 (be69f8d) into main (38f9b62) will increase coverage by 0.03%.
The diff coverage is 70.23%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main      #54      +/-   ##
============================================
+ Coverage     72.88%   72.92%   +0.03%     
- Complexity      166      182      +16     
============================================
  Files            35       37       +2     
  Lines           745      783      +38     
  Branches         71       73       +2     
============================================
+ Hits            543      571      +28     
- Misses          164      173       +9     
- Partials         38       39       +1     
Components Coverage Δ
RocketMQ Broker ∅ <ø> (∅)
RocketMQ Common 48.27% <ø> (ø)
RocketMQ Controller 54.60% <ø> (ø)
RocketMQ Proxy ∅ <ø> (∅)
RocketMQ Store 81.44% <70.23%> (-0.58%) ⬇️
Files Changed Coverage Δ
...omq/rocketmq/store/service/impl/ReviveService.java 57.40% <0.00%> (ø)
...m/automq/rocketmq/store/impl/MessageStoreImpl.java 81.96% <28.57%> (-0.82%) ⬇️
...utomq/rocketmq/store/exception/StoreException.java 66.66% <66.66%> (ø)
.../rocketmq/store/service/impl/RocksDBKVService.java 83.85% <75.00%> (-2.25%) ⬇️
...utomq/rocketmq/store/exception/StoreErrorCode.java 100.00% <100.00%> (ø)
...automq/rocketmq/store/model/message/AckResult.java 100.00% <100.00%> (ø)
...e/model/message/ChangeInvisibleDurationResult.java 100.00% <100.00%> (ø)
...automq/rocketmq/store/model/message/PopResult.java 100.00% <100.00%> (ø)