You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/12/05 14:47:26 UTC

[skywalking] branch master updated (6963acd -> 17da2e2)

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

wusheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 6963acd  Fix bug dubbo-2.7-conflict-patch plugin class path error (#4003)
     add 17da2e2  [test/plugin] immigrate test oracle scenario. (#4006)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/plugins-test.yaml                |  11 +-
 .../bin/startup.sh                                 |   2 +-
 .../config/expectedData.yaml                       | 104 ++++++---------
 .../configuration.yml                              |  22 ++--
 .../{mysql-scenario => oracle-scenario}/pom.xml    |  22 ++--
 .../src/main/assembly/assembly.xml                 |   2 +-
 .../apm/testcase/oracle}/Application.java          |   2 +-
 .../testcase/oracle/controller/CaseController.java | 141 +++++++++++++++++++++
 .../src/main/resources/application.yaml            |   2 +-
 .../src/main/resources/log4j2.xml                  |   0
 .../oracle-scenario}/support-version.list          |   2 +-
 11 files changed, 216 insertions(+), 94 deletions(-)
 copy test/plugin/scenarios/{gson-scenario => oracle-scenario}/bin/startup.sh (93%)
 copy test/plugin/scenarios/{mongodb-3.x-scenario => oracle-scenario}/config/expectedData.yaml (53%)
 copy test/plugin/scenarios/{mysql-scenario => oracle-scenario}/configuration.yml (71%)
 copy test/plugin/scenarios/{mysql-scenario => oracle-scenario}/pom.xml (91%)
 copy test/plugin/scenarios/{pulsar-scenario => oracle-scenario}/src/main/assembly/assembly.xml (96%)
 copy test/plugin/scenarios/{feign-scenario/src/main/java/org/apache/skywalking/apm/testcase/feign => oracle-scenario/src/main/java/org/apache/skywalking/apm/testcase/oracle}/Application.java (95%)
 create mode 100644 test/plugin/scenarios/oracle-scenario/src/main/java/org/apache/skywalking/apm/testcase/oracle/controller/CaseController.java
 copy test/plugin/scenarios/{mysql-scenario => oracle-scenario}/src/main/resources/application.yaml (92%)
 copy test/plugin/scenarios/{okhttp-scenario => oracle-scenario}/src/main/resources/log4j2.xml (100%)
 copy test/plugin/{archetypes/jvm/src/main/resources/archetype-resources => scenarios/oracle-scenario}/support-version.list (96%)