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

menghaoran pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 92bf453  Simplify ResultSetGetterAdapterTest (#9194)
     add a644f1e  agent metrics  IT (#9191)

No new revisions were added by this update.

Summary of changes:
 .../service/PrometheusPluginBootService.java       |  11 +-
 .../pom.xml                                        |   1 +
 .../pom.xml                                        |  30 ++++--
 .../agent/test/common}/entity/OrderEntity.java     |   3 +-
 .../test/common}/env/EnvironmentProperties.java    |   2 +-
 .../common}/env/IntegrationTestEnvironment.java    |  39 ++++---
 .../agent/test/common/util/JdbcUtils.java}         |  75 ++++++++------
 .../agent/test/common/util/OkHttpUtils.java        |  71 +++++++++++++
 .../pom.xml                                        |   6 ++
 ...shardingsphere-proxy-agent-metrics-assembly.xml |   4 +
 .../agent/test/metrics/MetricsPluginIT.java        | 115 ++++++++++++---------
 .../test/metrics/result/MetricsLabelResult.java}   |  14 +--
 .../src/test/resources/docker/docker-compose.yml   |   7 +-
 .../docker/prometheus/conf/prometheus.yml          |   2 +-
 .../test/resources/docker/proxy/conf/agent.yaml    |   1 -
 .../src/test/resources/env/engine-env.properties   |   8 ++
 16 files changed, 268 insertions(+), 121 deletions(-)
 copy 
shardingsphere-test/{shardingsphere-integration-test/shardingsphere-integration-test-fixture
 => 
shardingsphere-integration-agent-test/shardingsphere-integration-agent-test-plugins/shardingsphere-integration-agent-test-common}/pom.xml
 (70%)
 rename 
shardingsphere-test/shardingsphere-integration-agent-test/shardingsphere-integration-agent-test-plugins/{shardingsphere-integration-agent-test-metrics/src/test/java/org/apache/shardingsphere/integration/agent/test/metrics
 => 
shardingsphere-integration-agent-test-common/src/test/java/org/apache/shardingsphere/integration/agent/test/common}/entity/OrderEntity.java
 (93%)
 rename 
shardingsphere-test/shardingsphere-integration-agent-test/shardingsphere-integration-agent-test-plugins/{shardingsphere-integration-agent-test-metrics/src/test/java/org/apache/shardingsphere/integration/agent/test/metrics
 => 
shardingsphere-integration-agent-test-common/src/test/java/org/apache/shardingsphere/integration/agent/test/common}/env/EnvironmentProperties.java
 (96%)
 rename 
shardingsphere-test/shardingsphere-integration-agent-test/shardingsphere-integration-agent-test-plugins/{shardingsphere-integration-agent-test-metrics/src/test/java/org/apache/shardingsphere/integration/agent/test/metrics
 => 
shardingsphere-integration-agent-test-common/src/test/java/org/apache/shardingsphere/integration/agent/test/common}/env/IntegrationTestEnvironment.java
 (64%)
 copy 
shardingsphere-test/shardingsphere-integration-agent-test/shardingsphere-integration-agent-test-plugins/{shardingsphere-integration-agent-test-metrics/src/test/java/org/apache/shardingsphere/integration/agent/test/metrics/MetricsPluginIT.java
 => 
shardingsphere-integration-agent-test-common/src/test/java/org/apache/shardingsphere/integration/agent/test/common/util/JdbcUtils.java}
 (59%)
 create mode 100644 
shardingsphere-test/shardingsphere-integration-agent-test/shardingsphere-integration-agent-test-plugins/shardingsphere-integration-agent-test-common/src/test/java/org/apache/shardingsphere/integration/agent/test/common/util/OkHttpUtils.java
 copy 
shardingsphere-test/{shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/engine/param/SQLExecuteType.java
 => 
shardingsphere-integration-agent-test/shardingsphere-integration-agent-test-plugins/shardingsphere-integration-agent-test-metrics/src/test/java/org/apache/shardingsphere/integration/agent/test/metrics/result/MetricsLabelResult.java}
 (80%)

Reply via email to