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

tanjian pushed a change to branch metrics-system
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 552211d  Move the closeMeterCreationChannel to core provider level.
     add e28e2f4  ignored trace. (#4691)
     add 4e82141  Fix profile recheck error (#4690)
     add 44f1b4a  [test/plugin] Enhance PluginTest (#4677)
     add cf7482a  Fix typo. (#4693)
     add e03deb0  Merge branch 'master' into metrics-system

No new revisions were added by this update.

Summary of changes:
 .github/workflows/plugins-test.0.yaml              |   6 +-
 .github/workflows/plugins-test.1.yaml              |   1 +
 .github/workflows/plugins-test.2.yaml              |   7 +-
 .github/workflows/plugins-test.3.yaml              |   4 +
 apm-checkstyle/checkStyle.xml                      |   2 +-
 .../agent/core/context/IgnoredTracerContext.java   |   2 +-
 .../apm/agent/core/context/tag/Tags.java           |   2 +-
 .../apm/agent/core/profile/ThreadProfiler.java     |   7 +-
 docs/en/concepts-and-designs/backend-overview.md   |   2 +-
 .../e2e/profile/query/ProfileStackTreeMatcher.java |  17 +-
 .../apache/skywalking/e2e/Service0Application.java |   2 +
 .../apache/skywalking/e2e/profile/CreateUser.java  |   2 +-
 .../skywalking/e2e/profile/ProfileController.java  |   4 +-
 .../apache/skywalking/e2e/profile/ProfileE2E.java  |   2 +-
 .../test/resources/expected/profile/endpoints.yml  |   4 +-
 .../test/resources/expected/profile/finished.yml   |   2 +-
 .../test/resources/expected/profile/notified.yml   |   2 +-
 .../expected/profile/profileAnayzation.yml         | 342 +--------------------
 .../resources/expected/profile/profileSegment.yml  |   2 +-
 .../resources/expected/profile/profileSegments.yml |   2 +-
 test/plugin/containers/jvm-container/docker/run.sh |  16 +-
 .../containers/tomcat-container/docker/catalina.sh |   3 +-
 .../containers/tomcat-container/docker/run.sh      |  15 +-
 test/plugin/run.sh                                 |  57 +---
 .../plugin/test/helper/ConfigurationImpl.java      |   6 +
 .../plugin/test/helper/IConfiguration.java         |   2 +
 .../main/resources/container-start-script.template |   3 +
 .../runner-helper/src/main/resources/scenario.sh   |  12 +-
 .../scenarios/mysql-scenario/support-version.list  |  11 +-
 tools/coverage/report.sh                           |   1 +
 30 files changed, 110 insertions(+), 430 deletions(-)
 rename test/e2e/e2e-service-provider/src/main/java/{org => 
test}/apache/skywalking/e2e/profile/CreateUser.java (95%)
 rename test/e2e/e2e-service-provider/src/main/java/{org => 
test}/apache/skywalking/e2e/profile/ProfileController.java (95%)

Reply via email to