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 2021/10/08 06:54:54 UTC

[skywalking] branch armeria updated (bd5fd4b -> 7787a00)

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

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


    from bd5fd4b  Upgrade Armeria to 1.12, upgrade OpenSearch test version to 1.1.0
     add f76ad7a  Fix wrong rules for checking lists in E2E (#7849)
     add 7787a00  Merge branch 'master' into armeria

No new revisions were added by this update.

Summary of changes:
 .github/actions/infra-e2e-test/action.yml          |  4 +
 .../satellite/native-protocols/docker-compose.yml  |  2 +-
 .../cases/satellite/native-protocols/e2e.yaml      | 71 +++++++++++------
 .../expected/dependency-services.yml               | 40 +---------
 .../native-protocols/expected/event-list.yml       | 25 +++---
 .../native-protocols/expected/logs-list.yml        | 12 +--
 .../expected/metrics-has-value.yml                 |  4 +-
 .../native-protocols/expected/profile-list.yml     |  6 +-
 .../expected/profile-segment-analyze.yml           | 16 +---
 .../expected/profile-segment-detail.yml            | 10 +--
 .../expected/profile-segment-list.yml              |  6 +-
 .../native-protocols/expected/service-endpoint.yml |  4 +-
 .../native-protocols/expected/service-instance.yml | 20 +----
 .../native-protocols/expected/service.yml          |  6 +-
 .../expected/trace-info-detail.yml                 | 12 +--
 .../expected/trace-users-detail.yml                | 22 +++--
 .../native-protocols/expected/traces-list.yml      | 18 +----
 test/e2e-v2/cases/simple/auth/docker-compose.yml   |  1 +
 test/e2e-v2/cases/simple/auth/e2e.yaml             | 26 +++---
 .../cases/simple/expected/dependency-services.yml  | 29 +------
 .../cases/simple/expected/metrics-has-value.yml    |  4 +-
 .../cases/simple/expected/service-endpoint.yml     |  8 +-
 .../cases/simple/expected/service-instance.yml     | 22 +----
 test/e2e-v2/cases/simple/expected/service.yml      |  6 +-
 .../cases/simple/expected/trace-info-detail.yml    | 72 -----------------
 .../cases/simple/expected/trace-users-detail.yml   | 93 ++++++++++++++++++++++
 test/e2e-v2/cases/simple/expected/traces-list.yml  | 20 +----
 test/e2e-v2/cases/simple/jdk/docker-compose.yml    |  1 +
 test/e2e-v2/cases/simple/jdk/e2e.yaml              | 30 +++----
 test/e2e-v2/cases/simple/mtls/e2e.yaml             | 30 +++----
 test/e2e-v2/cases/simple/ssl/e2e.yaml              | 30 +++----
 test/e2e-v2/script/env                             |  2 +-
 test/e2e/e2e-test/docker/go/Dockerfile.go          |  2 +-
 33 files changed, 279 insertions(+), 375 deletions(-)
 delete mode 100644 test/e2e-v2/cases/simple/expected/trace-info-detail.yml
 create mode 100644 test/e2e-v2/cases/simple/expected/trace-users-detail.yml