Hi folk,
Please update the config in `MotanPluginTest#setup`. [1]
For example :
```
"{\"register\":\"shenyu-zk:2181\",\"corethreads\":0,\"threads\":2147483647,\"queues\":0,\"threadpool\":\"cached\"}"
```
BTW, you can also add integration tests for the shared pool.
[1]
https://github.com/apache/incubator-shenyu/blob/92f00e03e3fc38c987c4f539d1231da65806b396/shenyu-integrated-test/shenyu-integrated-test-motan/src/test/java/org/apache/shenyu/integrated/test/motan/MotanPluginTest.java#L39
>
> Hello community:
>
>
> I encountered a problem after submitting PR[1] which supporting shared thread
> pool for motan plugin.
>
>
> The problem is `shenyu-integrated-test-motan` always runs failed, and PR
> [1] only adds logic related to thread pool creation.
>
>
> If you are free, please see the PR[1] and help me to solve the problem.
>
>
> By the way, I have tested the code in the following order:
> 1. run `ShenyuAdminBootstrap` and enable `MotanPlugin`;
> 2. run `TestMotanApplication`;
> 3. run `ShenyuBootstrapApplication`;
> 4. send post request:
> GET http://localhost:9195/motan/hello
> Accept: application/json
> Content-Type: application/json
>
>
> {
> "name": "order"
> }
>
>
>
>
> thanks.
> dragon-zhang
>
>
> [1] https://github.com/apache/incubator-shenyu/pull/3253