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

Reduce unnecessary switches #8823

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open

Conversation

LetLetMe
Copy link
Contributor

Which Issue(s) This PR Fixes

Fixes #8822

Brief Description

How Did You Test This Change?

@codecov-commenter
Copy link

codecov-commenter commented Oct 15, 2024

Codecov Report

Attention: Patch coverage is 0% with 47 lines in your changes missing coverage. Please review.

Project coverage is 47.39%. Comparing base (2fa7513) to head (bf0489a).
Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
...ocketmq/broker/processor/AdminBrokerProcessor.java 0.00% 27 Missing ⚠️
...mand/queue/CheckRocksdbCqWriteProgressCommand.java 0.00% 8 Missing ⚠️
.../body/CheckRocksdbCqWriteProgressResponseBody.java 0.00% 3 Missing ⚠️
...ader/CheckRocksdbCqWriteProgressRequestHeader.java 0.00% 3 Missing ⚠️
...org/apache/rocketmq/store/RocksDBMessageStore.java 0.00% 3 Missing ⚠️
...g/apache/rocketmq/client/impl/MQClientAPIImpl.java 0.00% 1 Missing ⚠️
...apache/rocketmq/tools/admin/DefaultMQAdminExt.java 0.00% 1 Missing ⚠️
...he/rocketmq/tools/admin/DefaultMQAdminExtImpl.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8823      +/-   ##
=============================================
- Coverage      47.53%   47.39%   -0.15%     
- Complexity     11618    11649      +31     
=============================================
  Files           1283     1283              
  Lines          89932    90547     +615     
  Branches       11586    11729     +143     
=============================================
+ Hits           42748    42912     +164     
- Misses         41958    42368     +410     
- Partials        5226     5267      +41     

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

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.

[Enhancement] Reduce unnecessary switches
2 participants