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

Add some test cases and optimizations #10481

Merged
merged 3 commits into from
Aug 24, 2022

Conversation

BurningCN
Copy link
Member

No description provided.

@@ -398,7 +400,7 @@ private CtConstructor getCtConstructor(Constructor<?> c) throws NotFoundExceptio
return getCtClass(c.getDeclaringClass()).getConstructor(ReflectUtils.getDesc(c));
}

public static interface DC {
public interface DC {
Copy link
Member

Choose a reason for hiding this comment

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

do not modify this line

Copy link
Member Author

Choose a reason for hiding this comment

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

done
I don't know why some ci were cancelled, can you help to re-trigger it?

@codecov-commenter
Copy link

codecov-commenter commented Aug 23, 2022

Codecov Report

Merging #10481 (aec0ce8) into 3.0 (4da708f) will increase coverage by 0.08%.
The diff coverage is 58.46%.

@@             Coverage Diff              @@
##                3.0   #10481      +/-   ##
============================================
+ Coverage     65.76%   65.84%   +0.08%     
+ Complexity      319      296      -23     
============================================
  Files          1240     1240              
  Lines         54042    54020      -22     
  Branches       8170     8170              
============================================
+ Hits          35540    35570      +30     
+ Misses        14642    14580      -62     
- Partials       3860     3870      +10     
Impacted Files Coverage Δ
...rpc/cluster/configurator/AbstractConfigurator.java 61.90% <ø> (+1.58%) ⬆️
...luster/configurator/absent/AbsentConfigurator.java 100.00% <ø> (ø)
...er/configurator/override/OverrideConfigurator.java 100.00% <ø> (ø)
...overnance/DefaultGovernanceRuleRepositoryImpl.java 100.00% <ø> (ø)
...n/java/org/apache/dubbo/common/bytecode/Proxy.java 69.52% <ø> (ø)
...bbo/common/concurrent/CallableSafeInitializer.java 66.66% <0.00%> (ø)
...va/org/apache/dubbo/common/config/Environment.java 81.45% <ø> (ø)
.../apache/dubbo/common/config/ModuleEnvironment.java 47.05% <ø> (-0.24%) ⬇️
.../common/config/OrderedPropertiesConfiguration.java 80.76% <ø> (ø)
...pache/dubbo/common/config/SystemConfiguration.java 100.00% <ø> (ø)
... and 59 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@CrazyHZM CrazyHZM merged commit f7e87c1 into apache:3.0 Aug 24, 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.

4 participants