dmsolr commented on a change in pull request #4239: Provide influxdb as a new
storage plugin
URL: https://github.com/apache/skywalking/pull/4239#discussion_r379902871
##########
File path: .github/workflows/e2e.yaml
##########
@@ -71,15 +73,19 @@ jobs:
./mvnw --batch-mode -Dcheckstyle.skip -Drat.skip -T2
-Dmaven.compile.fork -Dmaven.compiler.maxmem=3072 -DskipTests clean install
./mvnw --batch-mode -f test/e2e/pom.xml -pl e2e-base clean install
- name: Cluster Tests (ES6/ZK/JDK8)
- run: export E2E_VERSION=jdk8-1.3 && bash -x test/e2e/run.sh
e2e-cluster/e2e-cluster-test-runner
+ run: export E2E_VERSION=jdk8-1.5 && bash -x test/e2e/run.sh
e2e-cluster/e2e-cluster-test-runner --storage=elasticsearch
+ - name: Cluster Tests (InfluxDB/ZK/JDK8)
+ run: export E2E_VERSION=jdk8-1.5 && bash -x test/e2e/run.sh
e2e-cluster/e2e-cluster-test-runner --storage=influxdb
- name: Cluster With Gateway Tests (ES6/ZK/JDK8)
- run: export E2E_VERSION=jdk8-1.3 && bash -x test/e2e/run.sh
e2e-cluster-with-gateway/e2e-cluster-with-gateway-test-runner
+ run: export E2E_VERSION=jdk8-1.5 && bash -x test/e2e/run.sh
e2e-cluster-with-gateway/e2e-cluster-with-gateway-test-runner
Review comment:
Not add e2e-cluster-with-gateway test yet. Do we need it?
By the way, you are right, @kezhenxu94 .
(I am trying to add more testcases into e2e-ttl-influxdb, so I have not
refactored it)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services