apache / shenyu

Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
https://shenyu.apache.org/
Apache License 2.0
8.44k stars 2.93k forks source link

[Task] Add integration test for more dubbo api #2680

Closed JooKS-me closed 2 years ago

JooKS-me commented 2 years ago

Description

Hi community,

In integrated test of alibaba-dubbo or apache-dubbo, there is only /findById is covered. But we should test all dubbo api in examples. So we need to do the following task.

If you want to participate, please leave a message under issue.

Task List

The integration test is expected to add in shenyu-integration-test-alibaba-dubbo or shenyu-integration-test-apache-dubbo, and you can new a test class while doing integrated test.

AhahaGe commented 2 years ago

please assign these to me

AhahaGe commented 2 years ago

add integrated test for DubboTestService in shenyu-examples-apache-dubbo-service add integrated test for DubboTestService in shenyu-examples-alibaba-dubbo-service the other two have some problem, I am writing this