You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/12/03 23:45:18 UTC

[shardingsphere] branch master updated: Fix : fix the issue caused by e2e refactor (#22631)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f7b95fd9175 Fix : fix the issue caused by e2e refactor (#22631)
f7b95fd9175 is described below

commit f7b95fd91759bb535b3e2aa7dbd13448424d5b4c
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Sun Dec 4 07:45:03 2022 +0800

    Fix : fix the issue caused by e2e refactor (#22631)
    
    * Fix : fix the issue caused by e2e refactor
    
    * Fix : fix the opentelemetry issue caused by e2e refactor
---
 .../src/test/assembly/shardingsphere-proxy-agent-metrics-assembly.xml | 4 ++--
 .../assembly/shardingsphere-proxy-agent-opentelemetry-assembly.xml    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/e2e/agent/plugins/metrics/src/test/assembly/shardingsphere-proxy-agent-metrics-assembly.xml b/test/e2e/agent/plugins/metrics/src/test/assembly/shardingsphere-proxy-agent-metrics-assembly.xml
index fc156c72c2a..048dec2fee4 100644
--- a/test/e2e/agent/plugins/metrics/src/test/assembly/shardingsphere-proxy-agent-metrics-assembly.xml
+++ b/test/e2e/agent/plugins/metrics/src/test/assembly/shardingsphere-proxy-agent-metrics-assembly.xml
@@ -25,14 +25,14 @@
 
     <fileSets>
         <fileSet>
-            <directory>${project.basedir}/../../../../agent/plugins/metrics/target/plugins</directory>
+            <directory>${project.basedir}/../../../../../agent/plugins/metrics/target/plugins</directory>
             <outputDirectory>./plugins</outputDirectory>
             <includes>
                 <include>**.jar</include>
             </includes>
         </fileSet>
         <fileSet>
-            <directory>${project.basedir}/../../../../agent/bootstrap/target</directory>
+            <directory>${project.basedir}/../../../../../agent/bootstrap/target</directory>
             <outputDirectory>./</outputDirectory>
             <includes>
                 <include>shardingsphere-agent.jar</include>
diff --git a/test/e2e/agent/plugins/opentelemetry/src/test/assembly/shardingsphere-proxy-agent-opentelemetry-assembly.xml b/test/e2e/agent/plugins/opentelemetry/src/test/assembly/shardingsphere-proxy-agent-opentelemetry-assembly.xml
index 1c9f6bbc7fd..904d7f792f3 100644
--- a/test/e2e/agent/plugins/opentelemetry/src/test/assembly/shardingsphere-proxy-agent-opentelemetry-assembly.xml
+++ b/test/e2e/agent/plugins/opentelemetry/src/test/assembly/shardingsphere-proxy-agent-opentelemetry-assembly.xml
@@ -25,14 +25,14 @@
 
     <fileSets>
         <fileSet>
-            <directory>${project.basedir}/../../../../agent/plugins/tracing/target/plugins</directory>
+            <directory>${project.basedir}/../../../../../agent/plugins/tracing/target/plugins</directory>
             <outputDirectory>./plugins</outputDirectory>
             <includes>
                 <include>shardingsphere-agent-tracing-opentelemetry-*.jar</include>
             </includes>
         </fileSet>
         <fileSet>
-            <directory>${project.basedir}/../../../../agent/bootstrap/target</directory>
+            <directory>${project.basedir}/../../../../../agent/bootstrap/target</directory>
             <outputDirectory>./</outputDirectory>
             <includes>
                 <include>shardingsphere-agent.jar</include>