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 2022/02/26 03:54:50 UTC

[skywalking] branch test/istio/1.13 updated (5def138 -> 4a3be6d)

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

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


 discard 5def138  Add istio 1.13.1 to test matrix for verification
     add f390b14  Fix Zipkin receiver wrong condition for decoding `gzip` (#8592)
     add ffba719  Add a new sampler (`possibility`) in LAL (#8591)
     add d74c2c8  Add rust SDK to readme doc (#8595)
     add b9de4c0  Publish e2e-service-* images to GitHub container registry (#8590)
     add 4a3be6d  Add istio 1.13.1 to test matrix for verification

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5def138)
            \
             N -- N -- N   refs/heads/test/istio/1.13 (4a3be6d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/e2e.istio.yaml                   |  2 +-
 ...docker.yaml => publish-docker-e2e-service.yaml} | 14 ++---
 CHANGES.md                                         |  2 +
 Makefile                                           |  2 +-
 README.md                                          |  2 +-
 docs/en/concepts-and-designs/lal.md                | 34 +++++++++--
 .../log/analyzer/dsl/spec/sink/SamplerSpec.java    | 23 ++++++-
 .../dsl/spec/sink/sampler/PossibilitySampler.java  | 54 +++++++++++++++++
 .../receiver/envoy/als/AccessLogAnalyzer.java      |  2 +-
 .../receiver/zipkin/handler/SpanProcessor.java     |  2 +-
 Makefile => test/Makefile                          | 70 +++++++++-------------
 test/e2e-v2/cases/alarm/es/e2e.yaml                |  2 -
 test/e2e-v2/cases/alarm/h2/e2e.yaml                |  2 -
 test/e2e-v2/cases/alarm/influxdb/e2e.yaml          |  2 -
 test/e2e-v2/cases/alarm/iotdb/e2e.yaml             |  2 -
 test/e2e-v2/cases/alarm/mysql/e2e.yaml             |  2 -
 test/e2e-v2/cases/alarm/postgres/e2e.yaml          |  2 -
 test/e2e-v2/cases/browser/e2e.yaml                 |  2 -
 test/e2e-v2/cases/cluster/zk/es/e2e.yaml           |  2 -
 test/e2e-v2/cases/event/es/e2e.yaml                |  2 -
 test/e2e-v2/cases/event/h2/e2e.yaml                |  2 -
 test/e2e-v2/cases/event/influxdb/e2e.yaml          |  2 -
 test/e2e-v2/cases/event/iotdb/e2e.yaml             |  2 -
 test/e2e-v2/cases/event/mysql/e2e.yaml             |  2 -
 test/e2e-v2/cases/gateway/e2e.yaml                 |  2 -
 test/e2e-v2/cases/go/e2e.yaml                      |  2 -
 .../cases/istio/als/expected/service-instance.yml  |  1 -
 test/e2e-v2/cases/istio/als/expected/service.yml   | 12 ++--
 test/e2e-v2/cases/istio/metrics/e2e.yaml           |  4 +-
 .../istio/metrics/expected/service-instance.yml    |  2 +-
 .../cases/istio/metrics/expected/service.yml       | 12 ++--
 test/e2e-v2/cases/kafka/log/e2e.yaml               |  2 -
 test/e2e-v2/cases/kafka/meter/e2e.yaml             |  2 -
 test/e2e-v2/cases/kafka/profile/e2e.yaml           |  2 -
 test/e2e-v2/cases/kafka/simple-so11y/e2e.yaml      |  2 -
 test/e2e-v2/cases/log/es/e2e.yaml                  |  2 -
 test/e2e-v2/cases/log/fluent-bit/e2e.yaml          |  2 -
 test/e2e-v2/cases/log/h2/e2e.yaml                  |  2 -
 test/e2e-v2/cases/log/influxdb/e2e.yaml            |  2 -
 test/e2e-v2/cases/log/iotdb/e2e.yaml               |  2 -
 test/e2e-v2/cases/log/mysql/e2e.yaml               |  2 -
 test/e2e-v2/cases/log/postgres/e2e.yaml            |  2 -
 test/e2e-v2/cases/lua/e2e.yaml                     |  2 -
 test/e2e-v2/cases/meter/e2e.yaml                   |  2 -
 test/e2e-v2/cases/nodejs/e2e.yaml                  |  2 -
 test/e2e-v2/cases/php/e2e.yaml                     |  2 -
 test/e2e-v2/cases/profile/es/e2e.yaml              |  2 -
 test/e2e-v2/cases/profile/h2/e2e.yaml              |  2 -
 test/e2e-v2/cases/profile/influxdb/e2e.yaml        |  2 -
 test/e2e-v2/cases/profile/iotdb/e2e.yaml           |  2 -
 test/e2e-v2/cases/profile/mysql/e2e.yaml           |  2 -
 test/e2e-v2/cases/python/e2e.yaml                  |  2 -
 .../cases/satellite/native-protocols/e2e.yaml      |  2 -
 test/e2e-v2/cases/simple/auth/e2e.yaml             |  2 -
 test/e2e-v2/cases/simple/jdk/e2e.yaml              |  2 -
 test/e2e-v2/cases/simple/mtls/e2e.yaml             |  2 -
 test/e2e-v2/cases/simple/ssl/e2e.yaml              |  2 -
 test/e2e-v2/cases/so11y/e2e.yaml                   |  3 +-
 test/e2e-v2/cases/storage/es/e2e.yaml              |  4 +-
 test/e2e-v2/cases/storage/h2/e2e.yaml              |  4 +-
 test/e2e-v2/cases/storage/influxdb/e2e.yaml        |  4 +-
 test/e2e-v2/cases/storage/iotdb/e2e.yaml           |  4 +-
 test/e2e-v2/cases/storage/mysql/e2e.yaml           |  4 +-
 test/e2e-v2/cases/storage/opensearch/e2e.yaml      |  4 +-
 test/e2e-v2/cases/storage/postgres/e2e.yaml        |  4 +-
 test/e2e-v2/cases/storage/tidb/e2e.yaml            |  4 +-
 test/e2e-v2/cases/ttl/es/e2e.yaml                  |  2 -
 test/e2e-v2/cases/ttl/influxdb/e2e.yaml            |  2 -
 test/e2e-v2/cases/ttl/iotdb/e2e.yaml               |  2 -
 test/e2e-v2/cases/ttl/postgresql/e2e.yaml          |  2 -
 test/e2e-v2/cases/ttl/tidb/e2e.yaml                |  2 -
 .../cases/vm/prometheus-node-exporter/e2e.yaml     |  2 -
 test/e2e-v2/cases/vm/zabbix/e2e.yaml               |  2 -
 .../e2e-v2/java-test-service/Dockerfile            | 10 ++--
 test/e2e-v2/java-test-service/e2e-protocol/pom.xml |  8 +--
 .../script/prepare/setup-e2e-shell/install.sh      |  2 +-
 76 files changed, 176 insertions(+), 213 deletions(-)
 copy .github/workflows/{publish-docker.yaml => publish-docker-e2e-service.yaml} (85%)
 create mode 100644 oap-server/analyzer/log-analyzer/src/main/java/org/apache/skywalking/oap/log/analyzer/dsl/spec/sink/sampler/PossibilitySampler.java
 copy Makefile => test/Makefile (54%)
 copy docs/en/setup/envoy/examples/metrics/Makefile => test/e2e-v2/java-test-service/Dockerfile (88%)