You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by zh...@apache.org on 2019/12/25 06:21:51 UTC

[skywalking] 02/02: Merge branch 'zhaoyuguang/zk_test' of https://github.com/zhaoyuguang/incubator-skywalking into zhaoyuguang/zk_test

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

zhaoyuguang pushed a commit to branch zhaoyuguang/zk_test
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 97b5228984c1bda14a7ba173265ad765701b9555
Merge: 4d81cb9 f929b4f
Author: 赵禹光 <zh...@apache.org>
AuthorDate: Wed Dec 25 14:21:35 2019 +0800

    Merge branch 'zhaoyuguang/zk_test' of https://github.com/zhaoyuguang/incubator-skywalking into zhaoyuguang/zk_test

 .github/workflows/plugins-test.yaml                |  25 ++++
 .../scenarios/lettuce-scenario/bin/startup.sh      |  21 +++
 .../lettuce-scenario/config/expectedData.yaml      |  78 +++++++++++
 .../scenarios/lettuce-scenario/configuration.yml   |  31 +++++
 test/plugin/scenarios/lettuce-scenario/pom.xml     | 144 +++++++++++++++++++++
 .../src/main/assembly/assembly.xml                 |  41 ++++++
 .../apm/testcase/lettuce/Application.java          |  35 +++++
 .../lettuce/controller/LettuceController.java      |  73 +++++++++++
 .../src/main/resources/application.properties      |  20 +++
 .../lettuce-scenario/src/main/resources/log4j2.xml |  30 +++++
 .../lettuce-scenario/support-version.list          |  33 +++++
 11 files changed, 531 insertions(+)