This is an automated email from the ASF dual-hosted git repository.
laurence pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.
from 08e4387 refactor json rpc request timeout (#1713)
new f4784c0 add unit test
new ae9d3c0 Fix: linter
new 78b6c8a Merge pull request #1693 from A-Wanderer/add-ut
The 8342 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
protocol/dubbo/dubbo_protocol_test.go | 265 +++++++++++++++---------------
protocol/dubbo3/dubbo3_invoker.go | 2 +-
registry/etcdv3/service_discovery_test.go | 173 +++++++++++++------
registry/nacos/service_discovery_test.go | 243 +++++++++++++++++++++++++++
4 files changed, 501 insertions(+), 182 deletions(-)
create mode 100644 registry/nacos/service_discovery_test.go