This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch test/fix-kafka
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/test/fix-kafka by this push:
new 8c0fe6e Hooray!!!
8c0fe6e is described below
commit 8c0fe6ee9c67e7f0a73cf30f2784868bfa6a9d48
Author: kezhenxu94 <[email protected]>
AuthorDate: Sat Jan 30 10:38:22 2021 +0800
Hooray!!!
---
.github/workflows/e2e.kafka.yaml | 3 ---
CHANGES.md | 1 +
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/workflows/e2e.kafka.yaml b/.github/workflows/e2e.kafka.yaml
index e6115da..0cf63b6 100644
--- a/.github/workflows/e2e.kafka.yaml
+++ b/.github/workflows/e2e.kafka.yaml
@@ -23,9 +23,6 @@ on:
- '!**.md'
schedule:
- cron: '0 18 * * *'
- push:
- branches:
- - test/fix-kafka
env:
SW_AGENT_JDK_VERSION: 8
diff --git a/CHANGES.md b/CHANGES.md
index b901b4a..c46c48c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -11,6 +11,7 @@ Release Notes.
* Add ElasticSearch 7.10 to test matrix and verify it works.
* Replace Apache RAT with skywalking-eyes to check license headers.
* Set up test of Envoy ALS / MetricsService under Istio 1.8.2 to verify Envoy
V3 protocol
+* Test: fix flaky E2E test of Kafka.
#### Java Agent
* The operation name of quartz-scheduler plugin, has been changed as the
`quartz-scheduler/${className}` format.