sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
https://www.sofastack.tech/sofa-rpc/docs/Home
Apache License 2.0
3.82k stars 1.17k forks source link

fix testMultiThreadCall #1221

Closed OrezzerO closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1221 (41b514e) into master (3480c29) will increase coverage by 0.45%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #1221      +/-   ##
============================================
+ Coverage     71.60%   72.05%   +0.45%     
+ Complexity      830      779      -51     
============================================
  Files           408      410       +2     
  Lines         17241    17372     +131     
  Branches       2686     2702      +16     
============================================
+ Hits          12345    12518     +173     
+ Misses         3529     3471      -58     
- Partials       1367     1383      +16     
Impacted Files Coverage Δ
...n/java/com/alipay/sofa/rpc/log/TimeWaitLogger.java 80.00% <0.00%> (-4.00%) :arrow_down:
...a/com/alipay/sofa/rpc/common/utils/ClassUtils.java 78.23% <0.00%> (-2.05%) :arrow_down:
.../java/com/alipay/sofa/rpc/common/RpcConstants.java 100.00% <0.00%> (ø)
...va/com/alipay/sofa/rpc/client/AbstractCluster.java 70.68% <0.00%> (ø)
...alipay/sofa/rpc/registry/local/DomainRegistry.java 94.11% <0.00%> (ø)
.../sofa/rpc/registry/local/DomainRegistryHelper.java 62.50% <0.00%> (ø)
...ipay/sofa/rpc/tracer/sofatracer/RpcSofaTracer.java 91.06% <0.00%> (+0.74%) :arrow_up:
...om/alipay/sofa/rpc/server/triple/TripleServer.java 75.93% <0.00%> (+1.06%) :arrow_up:
...com/alipay/sofa/rpc/context/RpcRuntimeContext.java 90.12% <0.00%> (+1.23%) :arrow_up:
...n/java/com/alipay/sofa/rpc/common/SofaConfigs.java 86.79% <0.00%> (+1.88%) :arrow_up:
... and 4 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 3480c29...41b514e. Read the comment docs.