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

Ftr: etcdv3 for registry #148

Merged
merged 39 commits into from
Aug 12, 2019
Merged

Ftr: etcdv3 for registry #148

merged 39 commits into from
Aug 12, 2019

Conversation

sxllwx
Copy link
Member

@sxllwx sxllwx commented Aug 2, 2019

What this PR does:

Ftr: etcdv3 for registry

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

remoting pkg unit test is done, see ./remoting/etcdv3/*_test.go

registry pkg unit test is done, see ./registry/etcdv3/*_test.go

Does this PR introduce a user-facing change?:


@sxllwx sxllwx changed the title Develop Ftr: etcdv3 for registry Aug 2, 2019
@codecov-io
Copy link

codecov-io commented Aug 3, 2019

Codecov Report

Merging #148 into develop will decrease coverage by 3.06%.
The diff coverage is 51.98%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #148      +/-   ##
===========================================
- Coverage    69.26%   66.19%   -3.07%     
===========================================
  Files           81       86       +5     
  Lines         4656     5260     +604     
===========================================
+ Hits          3225     3482     +257     
- Misses        1116     1414     +298     
- Partials       315      364      +49
Impacted Files Coverage Δ
remoting/etcdv3/facade.go 0% <0%> (ø)
remoting/etcdv3/listener.go 46.08% <46.08%> (ø)
registry/etcdv3/registry.go 55.74% <55.74%> (ø)
remoting/etcdv3/client.go 57.8% <57.8%> (ø)
registry/etcdv3/listener.go 72.97% <72.97%> (ø)
protocol/dubbo/pool.go 59.23% <0%> (-15.77%) ⬇️
protocol/dubbo/listener.go 53.95% <0%> (-10.7%) ⬇️
protocol/dubbo/codec.go 73.52% <0%> (-8.83%) ⬇️
protocol/dubbo/readwriter.go 71.79% <0%> (-2.57%) ⬇️
... 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 046699a...069d5fe. Read the comment docs.

registry/etcdv3/registry.go Outdated Show resolved Hide resolved
remoting/etcdv3/client_test.go Show resolved Hide resolved
registry/etcdv3/listener_test.go Outdated Show resolved Hide resolved
registry/etcdv3/listener_test.go Outdated Show resolved Hide resolved
registry/etcdv3/listener_test.go Show resolved Hide resolved
remoting/etcdv3/facade.go Outdated Show resolved Hide resolved
remoting/etcdv3/facede_test.go Outdated Show resolved Hide resolved
remoting/etcdv3/listener_test.go Outdated Show resolved Hide resolved
Copy link
Contributor

@hxmhlt hxmhlt left a comment

Choose a reason for hiding this comment

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

Sorry, wrong operation. Please read my comment below.

remoting/etcdv3/listener.go Show resolved Hide resolved
remoting/etcdv3/facade.go Show resolved Hide resolved
registry/etcdv3/listener.go Outdated Show resolved Hide resolved
remoting/etcdv3/client.go Show resolved Hide resolved
remoting/etcdv3/facade.go Show resolved Hide resolved
remoting/etcdv3/listener.go Show resolved Hide resolved
registry/etcdv3/registry.go Outdated Show resolved Hide resolved
registry/etcdv3/registry.go Outdated Show resolved Hide resolved
registry/etcdv3/registry_test.go Show resolved Hide resolved
remoting/etcdv3/client_test.go Outdated Show resolved Hide resolved
registry/etcdv3/listener.go Outdated Show resolved Hide resolved
registry/etcdv3/listener.go Outdated Show resolved Hide resolved
registry/etcdv3/registry.go Outdated Show resolved Hide resolved
registry/etcdv3/registry.go Outdated Show resolved Hide resolved
registry/etcdv3/registry.go Outdated Show resolved Hide resolved
remoting/etcdv3/listener.go Outdated Show resolved Hide resolved
@AlexStocks
Copy link
Contributor

LGTM

@hxmhlt hxmhlt merged commit f48a899 into apache:develop Aug 12, 2019
LaurenceLiZhixin pushed a commit to LaurenceLiZhixin/dubbo-go that referenced this pull request Jul 17, 2021
* fix: seata panic , attachment to AttachmentKey

* update: the standard of import dependency

Co-authored-by: yuefengbo <yuefengbo@meituan.com>
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