You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ju...@apache.org on 2023/03/14 15:05:53 UTC

[dubbo-go-samples] branch master updated (b42fbc48 -> e74eeacc)

This is an automated email from the ASF dual-hosted git repository.

justxuewei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


    from b42fbc48 Build(deps): bump golang.org/x/net in /mesh/go-client (#514)
     new 91cd7bf2 feat: tls integrate test
     new 8d072649 feat: tls integrate test
     new ce9e7d1e feat: tls integrate test
     new d0316636 Merge branch 'master' into add_integrate_test
     new eef9558a feat: registry-all integrate test
     new fb8f2a00 feat: protobuf v2 integrate test
     new e0be6539 Merge branch 'master' into add_integrate_test
     new 7420cf01 feat: protobuf v2 integrate test
     new 230e944d feat: tls integrate test
     new 81a8aab0 feat: tls integrate test
     new 99da3be9 fix: Fix grammatical errors
     new e74eeacc Merge pull request #523 from ZLBer/add_integrate_test

The 649 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:
 .../all/nacos/tests/integration/greeter_test.go    |  5 ++-
 .../all/nacos/tests/integration/main_test.go       |  2 +
 .../zookeeper/tests/integration/greeter_test.go    |  5 ++-
 .../all/zookeeper/tests/integration/main_test.go   |  2 +
 .../triple/pb2/tests/integration/greeter_test.go}  | 47 ++++++++++------------
 .../triple/pb2}/tests/integration/main_test.go     |  8 ++--
 .../tls/grpc/tests/integration/greeter_test.go     |  1 +
 start_integrate_test.sh                            |  6 +++
 tls/dubbo/go-client/conf/dubbogo.yml               |  6 +--
 tls/dubbo/go-server/conf/dubbogo.yml               |  6 +--
 tls/grpc/go-client/conf/dubbogo.yml                |  6 +--
 tls/grpc/go-server/conf/dubbogo.yml                |  6 +--
 tls/triple/go-client/conf/dubbogo.yml              |  6 +--
 tls/triple/go-server/conf/dubbogo.yml              |  6 +--
 14 files changed, 63 insertions(+), 49 deletions(-)
 copy integrate_test/{helloworld/tests/integration/helloworld_test.go => rpc/triple/pb2/tests/integration/greeter_test.go} (58%)
 copy integrate_test/{registry/servicediscovery/nacos => rpc/triple/pb2}/tests/integration/main_test.go (89%)