dubbo-go icon indicating copy to clipboard operation
dubbo-go copied to clipboard

Fix/retry opt (#2598)

Open Phixsura opened this issue 11 months ago • 3 comments

fix https://github.com/apache/dubbo-go/issues/2598 Currently, failover has been fixed, and failback will be fixed later.

Phixsura avatar Mar 01 '24 01:03 Phixsura

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

sonarqubecloud[bot] avatar Mar 01 '24 05:03 sonarqubecloud[bot]

Codecov Report

Attention: Patch coverage is 66.66667% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 47.54%. Comparing base (f30b47b) to head (8054ddc).

:exclamation: Current head 8054ddc differs from pull request most recent head 10166d7. Consider uploading reports for the commit 10166d7 to get more accurate results

Files Patch % Lines
cluster/cluster/failover/cluster_invoker.go 75.00% 1 Missing and 1 partial :warning:
cluster/cluster/failback/cluster_invoker.go 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files
@@             Coverage Diff             @@
##           dev-3.3    #2601      +/-   ##
===========================================
- Coverage    47.74%   47.54%   -0.20%     
===========================================
  Files          304      318      +14     
  Lines        22725    23632     +907     
===========================================
+ Hits         10849    11237     +388     
- Misses       10838    11334     +496     
- Partials      1038     1061      +23     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Mar 01 '24 05:03 codecov-commenter

PTAL @chickenlj @justxuewei

Phixsura avatar Mar 03 '24 14:03 Phixsura