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

[skywalking] branch master updated (e25b1e6 -> ea9acc5)

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

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


    from e25b1e6  improve if find parent, quick exit (#4107)
     add ea9acc5  Add E2E test case to verify compatibility between 6.x agents and 7.x … (#4132)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/e2e.yaml                               | 16 ++++++++++++++++
 .../pom.xml                                              |  5 +++--
 .../src/docker/rc.d/rc0-prepare.sh                       | 16 ++++++++--------
 .../src/docker/rc.d/rc1-startup.sh                       |  0
 .../e2e/sample/client/SampleClientApplication.java       |  0
 .../skywalking/e2e/sample/client/TestController.java     |  0
 .../org/apache/skywalking/e2e/sample/client/User.java    |  0
 .../apache/skywalking/e2e/sample/client/UserRepo.java    |  0
 .../src/main/resources/application.yml                   |  0
 .../apache/skywalking/e2e/SampleVerificationITCase.java  |  0
 ...skywalking.e2e.SampleVerificationITCase.endpoints.yml |  0
 ...skywalking.e2e.SampleVerificationITCase.instances.yml |  0
 ....e2e.SampleVerificationITCase.serviceInstanceTopo.yml |  0
 ....skywalking.e2e.SampleVerificationITCase.services.yml |  0
 ...ache.skywalking.e2e.SampleVerificationITCase.topo.yml |  0
 ...he.skywalking.e2e.SampleVerificationITCase.traces.yml |  0
 test/e2e/pom.xml                                         |  1 +
 17 files changed, 28 insertions(+), 10 deletions(-)
 copy test/e2e/{e2e-single-service => e2e-6.x-agent-7.x-oap-compatibility}/pom.xml (95%)
 copy test/e2e/{e2e-mysql => e2e-6.x-agent-7.x-oap-compatibility}/src/docker/rc.d/rc0-prepare.sh (62%)
 copy test/e2e/{e2e-single-service => e2e-6.x-agent-7.x-oap-compatibility}/src/docker/rc.d/rc1-startup.sh (100%)
 copy test/e2e/{e2e-single-service => e2e-6.x-agent-7.x-oap-compatibility}/src/main/java/org/apache/skywalking/e2e/sample/client/SampleClientApplication.java (100%)
 copy test/e2e/{e2e-single-service => e2e-6.x-agent-7.x-oap-compatibility}/src/main/java/org/apache/skywalking/e2e/sample/client/TestController.java (100%)
 copy test/e2e/{e2e-single-service => e2e-6.x-agent-7.x-oap-compatibility}/src/main/java/org/apache/skywalking/e2e/sample/client/User.java (100%)
 copy test/e2e/{e2e-single-service => e2e-6.x-agent-7.x-oap-compatibility}/src/main/java/org/apache/skywalking/e2e/sample/client/UserRepo.java (100%)
 copy test/e2e/{e2e-single-service => e2e-6.x-agent-7.x-oap-compatibility}/src/main/resources/application.yml (100%)
 copy test/e2e/{e2e-single-service => e2e-6.x-agent-7.x-oap-compatibility}/src/test/java/org/apache/skywalking/e2e/SampleVerificationITCase.java (100%)
 copy test/e2e/{e2e-single-service => e2e-6.x-agent-7.x-oap-compatibility}/src/test/resources/expected-data/org.apache.skywalking.e2e.SampleVerificationITCase.endpoints.yml (100%)
 copy test/e2e/{e2e-single-service => e2e-6.x-agent-7.x-oap-compatibility}/src/test/resources/expected-data/org.apache.skywalking.e2e.SampleVerificationITCase.instances.yml (100%)
 copy test/e2e/{e2e-single-service => e2e-6.x-agent-7.x-oap-compatibility}/src/test/resources/expected-data/org.apache.skywalking.e2e.SampleVerificationITCase.serviceInstanceTopo.yml (100%)
 copy test/e2e/{e2e-single-service => e2e-6.x-agent-7.x-oap-compatibility}/src/test/resources/expected-data/org.apache.skywalking.e2e.SampleVerificationITCase.services.yml (100%)
 copy test/e2e/{e2e-single-service => e2e-6.x-agent-7.x-oap-compatibility}/src/test/resources/expected-data/org.apache.skywalking.e2e.SampleVerificationITCase.topo.yml (100%)
 copy test/e2e/{e2e-single-service => e2e-6.x-agent-7.x-oap-compatibility}/src/test/resources/expected-data/org.apache.skywalking.e2e.SampleVerificationITCase.traces.yml (100%)