This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a change to branch test/coverage
in repository https://gitbox.apache.org/repos/asf/skywalking.git.
discard 9d362de Merge branch 'master' into test/coverage
omit 00e8f2d Fix bug that the agent heart beats too frequently (#4640)
discard 8312d44 Merge branch 'master' into test/coverage
discard 5fca84f Count the coverage in E2E tests
omit 4ce2e9e Fix security issue of the metrics query (#4639)
add 5d430d9 Count the coverage in E2E tests
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 (9d362de)
\
N -- N -- N refs/heads/test/coverage (5d430d9)
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:
.../skywalking/apm/agent/core/conf/Config.java | 4 +-
.../agent/core/remote/ServiceManagementClient.java | 12 +--
docs/en/setup/service-agent/java-agent/README.md | 4 +-
.../plugin/jdbc/h2/dao/H2MetricsQueryDAO.java | 55 +++++------
test/e2e/e2e-test/docker/base-compose.yml | 4 +-
.../e2e/e2e-test/docker/cluster/docker-compose.yml | 2 +
.../docker/cluster/docker-compose.zk.es6.yml | 4 +-
.../docker/cluster/docker-compose.zk.es7.yml | 4 +-
.../docker/cluster/docker-compose.zk.influxdb.yml | 4 +-
.../docker/cluster/docker-compose.zk.mysql.yml | 4 +-
.../e2e/e2e-test/docker/gateway/docker-compose.yml | 4 +-
test/plugin/containers/jvm-container/docker/run.sh | 7 +-
.../containers/tomcat-container/docker/catalina.sh | 8 +-
test/plugin/runner-helper/pom.xml | 6 --
.../test/helper/AbstractRunningGenerator.java | 2 +-
.../plugin/test/helper/ConfigurationImpl.java | 3 +-
.../test/helper/DockerComposeRunningGenerator.java | 13 +--
.../helper/DockerContainerRunningGenerator.java | 5 +-
.../skywalking/plugin/test/helper/RunningType.java | 2 +-
.../plugin/test/helper/util/StringUtils.java | 25 -----
.../plugin/test/helper/vo/CaseConfiguration.java | 101 +--------------------
.../plugin/test/helper/vo/DependencyComponent.java | 93 +------------------
.../plugin/test/helper/vo/DockerService.java | 93 +------------------
.../DockerComposeV2RunningGeneratorTest.java | 6 --
24 files changed, 83 insertions(+), 382 deletions(-)
delete mode 100644
test/plugin/runner-helper/src/main/java/org/apache/skywalking/plugin/test/helper/util/StringUtils.java