apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.41k stars 26.42k forks source link

[Bug] Some test cases still rely on the REST protocol #14340

Open walklown opened 3 months ago

walklown commented 3 months ago

Pre-check

Search before asking

Apache Dubbo Component

Java SDK (apache/dubbo)

Dubbo Version

Dubbo 3.3

Steps to reproduce this issue

Rest Protocol has been move to dubbo-spi-extension, But some test cases still rely on the REST protocol. image

What you expected to happen

Hope to pass the test case. Which was better?

  1. Add org.apache.dubbo.extensions:dubbo-rpc-rest dependency to the test case
  2. Replace the rest protocol in the test case with triple

Anything else

No response

Are you willing to submit a pull request to fix on your own?

Code of Conduct

AlbumenJ commented 3 months ago

@songxiaosheng We need to release spi-extension for 3.3.x ASAP.

wcy666103 commented 3 months ago

I think it's better to replace it with tri, extensions have their own samples repository, try not to mix it up?

wcy666103 commented 3 months ago

I think it's better to replace it with tri, extensions have their own samples repository, try not to mix it up?

I will submit this