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: Support ignored Network Interfaces #2796 #7884

Merged
merged 2 commits into from
May 27, 2021

Conversation

pinxiong
Copy link
Member

What is the purpose of the change

see #2796

Brief changelog

  1. support ignored Network Interfaces
  2. add some testcases

Verifying this change

Checklist

  • Make sure there is a GitHub_issue field 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.
  • 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.
  • Check if is necessary to patch to Dubbo 3 if you are work on Dubbo 2.7
  • Write necessary unit-test 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 sample in dubbo samples project.
  • Add some description to dubbo-website project if you are requesting to add a feature.
  • GitHub Actions works fine on your own branch.
  • If this contribution is large, please follow the Software Donation Guide.

1. support ignored Network Interfaces
2. add some testcases
@codecov-commenter
Copy link

codecov-commenter commented May 27, 2021

Codecov Report

Merging #7884 (e4b84a9) into master (d6d8d25) will decrease coverage by 0.06%.
The diff coverage is 80.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #7884      +/-   ##
============================================
- Coverage     59.64%   59.58%   -0.07%     
  Complexity      556      556              
============================================
  Files          1088     1088              
  Lines         43847    43855       +8     
  Branches       6400     6404       +4     
============================================
- Hits          26153    26130      -23     
- Misses        14777    14810      +33     
+ Partials       2917     2915       -2     
Impacted Files Coverage Δ
...apache/dubbo/common/constants/CommonConstants.java 100.00% <ø> (ø)
...n/java/org/apache/dubbo/common/utils/NetUtils.java 68.43% <80.00%> (+1.88%) ⬆️
...ntext/event/AwaitingNonWebApplicationListener.java 48.48% <0.00%> (-24.25%) ⬇️
...in/java/org/apache/dubbo/common/utils/JVMUtil.java 81.13% <0.00%> (-11.33%) ⬇️
...che/dubbo/remoting/transport/mina/MinaChannel.java 35.52% <0.00%> (-10.53%) ⬇️
...dubbo/remoting/exchange/support/DefaultFuture.java 87.17% <0.00%> (-4.28%) ⬇️
...pache/dubbo/registry/support/AbstractRegistry.java 78.14% <0.00%> (-1.49%) ⬇️
...rg/apache/dubbo/common/timer/HashedWheelTimer.java 79.72% <0.00%> (-0.69%) ⬇️
...apache/dubbo/common/extension/ExtensionLoader.java 81.59% <0.00%> (+0.22%) ⬆️
...he/dubbo/registry/multicast/MulticastRegistry.java 68.37% <0.00%> (+0.93%) ⬆️
... and 3 more

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 d6d8d25...e4b84a9. Read the comment docs.

@chickenlj chickenlj added this to the 2.7.12 milestone May 27, 2021
Copy link
Contributor

@chickenlj chickenlj left a comment

Choose a reason for hiding this comment

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

LGTM.

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.

3 participants