Skip to content

Conversation

hzh0425
Copy link
Member

@hzh0425 hzh0425 commented May 13, 2022

Make sure set the target branch to develop

What is the purpose of the change

Issue

Brief changelog

XX

Verifying this change

XXXX

Follow this checklist to help us incorporate your contribution quickly and easily. Notice, it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR.

  • Make sure there is a Github issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a Github issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test(over 80% coverage) to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add integration-test in test module.
  • Run mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyle to make sure basic checks pass. Run mvn clean install -DskipITs to make sure unit-test pass. Run mvn clean test-compile failsafe:integration-test to make sure integration-test pass.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

@codecov-commenter
Copy link

codecov-commenter commented May 13, 2022

Codecov Report

Merging #4309 (a6c05ea) into develop (9445b78) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@              Coverage Diff              @@
##             develop    #4309      +/-   ##
=============================================
+ Coverage      48.18%   48.21%   +0.02%     
- Complexity      5085     5088       +3     
=============================================
  Files            642      642              
  Lines          42780    42780              
  Branches        5599     5599              
=============================================
+ Hits           20614    20626      +12     
+ Misses         19650    19646       -4     
+ Partials        2516     2508       -8     
Impacted Files Coverage Δ
...a/org/apache/rocketmq/broker/BrokerController.java 46.63% <100.00%> (ø)
...ava/org/apache/rocketmq/filter/util/BitsArray.java 59.82% <0.00%> (-2.57%) ⬇️
...ketmq/common/protocol/body/RegisterBrokerBody.java 83.69% <0.00%> (-1.09%) ⬇️
...va/org/apache/rocketmq/common/stats/StatsItem.java 55.00% <0.00%> (-0.84%) ⬇️
.../apache/rocketmq/logging/inner/LoggingBuilder.java 64.39% <0.00%> (-0.48%) ⬇️
...n/java/org/apache/rocketmq/store/ha/HAService.java 71.85% <0.00%> (+0.66%) ⬆️
...in/java/org/apache/rocketmq/test/util/MQAdmin.java 44.44% <0.00%> (+5.55%) ⬆️
...org/apache/rocketmq/common/stats/StatsItemSet.java 53.73% <0.00%> (+5.97%) ⬆️
...org/apache/rocketmq/store/ha/WaitNotifyObject.java 75.00% <0.00%> (+8.92%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9445b78...a6c05ea. Read the comment docs.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 52.09% when pulling a6c05ea on hzh0425:fix/make_variable_final into 9445b78 on apache:develop.

Copy link
Member

@li-xiao-shuang li-xiao-shuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@RongtongJin RongtongJin merged commit eaf0ce0 into apache:develop May 14, 2022
@RongtongJin RongtongJin added this to the 4.9.4 milestone May 14, 2022
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.

5 participants