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
Merged

Conversation

ShadowySpirits
Copy link
Contributor

No description provided.

Signed-off-by: SSpirits <admin@lv5.moe>
@codecov
Copy link

codecov bot commented Sep 19, 2023

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%> (ø)

Signed-off-by: SSpirits <admin@lv5.moe>
@ShadowySpirits ShadowySpirits enabled auto-merge (squash) September 19, 2023 09:31
Signed-off-by: SSpirits <admin@lv5.moe>
Signed-off-by: SSpirits <admin@lv5.moe>
@ShadowySpirits ShadowySpirits merged commit 1316920 into main Sep 19, 2023
7 of 8 checks passed
@ShadowySpirits ShadowySpirits deleted the store_exception branch September 19, 2023 11:43
daniel-y pushed a commit that referenced this pull request Sep 27, 2023
Signed-off-by: SSpirits <admin@lv5.moe>
daniel-y pushed a commit that referenced this pull request Sep 27, 2023
Signed-off-by: SSpirits <admin@lv5.moe>
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.

2 participants