You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by xi...@apache.org on 2021/10/08 03:03:58 UTC

[incubator-shenyu] branch master updated (e720e8d -> 0a3e56a)

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

xiaoyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git.


    from e720e8d  Refactor integration test for sofa plugin (#2186)
     add 0a3e56a  [ISSUE #2061] Init websocket integration test (#2187)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/integrated-test.yml              |   1 +
 shenyu-examples/shenyu-examples-websocket/pom.xml  |   4 +
 shenyu-integrated-test/pom.xml                     |   1 +
 .../Dockerfile                                     |   2 +-
 .../docker-compose.yml                             |  41 +++----
 .../shenyu-integrated-test-websocket}/pom.xml      |  57 +++++----
 .../script/healthcheck.sh                          |   0
 .../script/services.list                           |   2 +-
 .../websocket/WebsocketIntegratedBootstrap.java}   |   6 +-
 .../src/main/resources/application-local.yml       |   0
 .../src/main/resources/application.yml             |   0
 .../test/websocket/WebsocketPluginTest.java        | 128 +++++++++++++++++++++
 12 files changed, 190 insertions(+), 52 deletions(-)
 copy shenyu-integrated-test/{shenyu-integrated-test-grpc => shenyu-integrated-test-websocket}/Dockerfile (95%)
 copy shenyu-integrated-test/{shenyu-integration-test-alibaba-dubbo => shenyu-integrated-test-websocket}/docker-compose.yml (72%)
 copy {shenyu-examples/shenyu-examples-motan/shenyu-examples-motan-service => shenyu-integrated-test/shenyu-integrated-test-websocket}/pom.xml (59%)
 copy shenyu-integrated-test/{shenyu-integration-test-apache-dubbo => shenyu-integrated-test-websocket}/script/healthcheck.sh (100%)
 copy shenyu-integrated-test/{shenyu-integration-test-apache-dubbo => shenyu-integrated-test-websocket}/script/services.list (95%)
 copy shenyu-integrated-test/{shenyu-integrated-test-sofa/src/main/java/org/apache/shenyu/integrated/test/sofa/SofaIntegratedBootstrap.java => shenyu-integrated-test-websocket/src/main/java/org/apache/shenyu/integrated/test/websocket/WebsocketIntegratedBootstrap.java} (86%)
 copy shenyu-integrated-test/{shenyu-integrated-test-sofa => shenyu-integrated-test-websocket}/src/main/resources/application-local.yml (100%)
 copy shenyu-integrated-test/{shenyu-integration-test-apache-dubbo => shenyu-integrated-test-websocket}/src/main/resources/application.yml (100%)
 create mode 100644 shenyu-integrated-test/shenyu-integrated-test-websocket/src/test/java/org/apache/shenyu/integrated/test/websocket/WebsocketPluginTest.java