This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
from babc570a Merge pull request #668 from
apache/dependabot/maven/compatibility/rpc/triple/pb/dubbogo-java/java-server/org.apache.dubbo-dubbo-3.0.13
add 580d37e9 timeout sample
add 41a8b0b9 add test
new a409d88e Merge pull request #677 from FinalT/feat-timeout
The 1 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:
.../tests/integration/main_test.go | 12 +-
.../tests/integration/timeout_test.go} | 9 +-
start_integrate_test.sh | 3 +
timeout/README.md | 136 ++++++++++++
timeout/README_cn.md | 137 ++++++++++++
.../cmd/main.go => timeout/go-client/cmd/client.go | 22 +-
.../cmd/main.go => timeout/go-server/cmd/server.go | 32 +--
timeout/proto/greet.pb.go | 236 +++++++++++++++++++++
.../comment_api.proto => timeout/proto/greet.proto | 18 +-
.../greettriple => timeout/proto}/greet.triple.go | 49 +++--
10 files changed, 604 insertions(+), 50 deletions(-)
copy integrate_test/{helloworld => timeout}/tests/integration/main_test.go
(86%)
copy integrate_test/{helloworld/tests/integration/helloworld_test.go =>
timeout/tests/integration/timeout_test.go} (86%)
create mode 100644 timeout/README.md
create mode 100644 timeout/README_cn.md
copy helloworld/go-client/cmd/main.go => timeout/go-client/cmd/client.go (66%)
copy helloworld/go-server/cmd/main.go => timeout/go-server/cmd/server.go (79%)
create mode 100644 timeout/proto/greet.pb.go
copy compatibility/task/shop/comment/api/comment_api.proto =>
timeout/proto/greet.proto (72%)
copy {helloworld/proto/greettriple => timeout/proto}/greet.triple.go (69%)