You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2022/12/05 10:31:14 UTC

[shardingsphere] branch master updated: Rename package name of driver test (#22666)

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

panjuan 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 a5376746baf Rename package name of driver test (#22666)
a5376746baf is described below

commit a5376746baf03821852317549907b6198d71e33a
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Mon Dec 5 18:31:07 2022 +0800

    Rename package name of driver test (#22666)
---
 .../jdbc/core/statement/ShardingSpherePreparedStatementTest.java      | 2 +-
 .../e2e}/driver/fixture/encrypt/JDBCEncryptAlgorithmFixture.java      | 2 +-
 .../fixture/encrypt/JDBCQueryAssistedEncryptAlgorithmFixture.java     | 2 +-
 .../driver/fixture/keygen/IncrementKeyGenerateAlgorithmFixture.java   | 2 +-
 .../fixture/keygen/ResetIncrementKeyGenerateAlgorithmFixture.java     | 2 +-
 .../driver/fixture/sharding/JDBCStandardShardingAlgorithmFixture.java | 2 +-
 .../services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm   | 4 ++--
 .../org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm       | 4 ++--
 .../services/org.apache.shardingsphere.sharding.spi.ShardingAlgorithm | 2 +-
 .../{ => test/e2e}/driver/AbstractYamlDataSourceTest.java             | 2 +-
 .../{ => test/e2e}/driver/fixture/TestClusterPersistRepository.java   | 2 +-
 .../{ => test/e2e}/driver/fixture/TestRuleConfiguration.java          | 2 +-
 .../{ => test/e2e}/driver/fixture/TestRuleConfigurationChecker.java   | 2 +-
 .../fixture/algorithm/keygen/DriverKeyGenerateAlgorithmFixture.java   | 2 +-
 .../algorithm/sharding/DriverComplexKeysShardingAlgorithmFixture.java | 2 +-
 .../algorithm/sharding/DriverStandardShardingAlgorithmFixture.java    | 2 +-
 .../driver/mix/YamlShardingWithReadwriteSplittingIntegrateTest.java   | 4 ++--
 .../e2e}/driver/readwrite/YamlReadwriteSplittingIntegrateTest.java    | 4 ++--
 .../{ => test/e2e}/driver/sharding/YamlShardingIntegrateTest.java     | 4 ++--
 ....shardingsphere.infra.config.rule.checker.RuleConfigurationChecker | 2 +-
 ...he.shardingsphere.mode.repository.cluster.ClusterPersistRepository | 2 +-
 .../org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm       | 2 +-
 .../services/org.apache.shardingsphere.sharding.spi.ShardingAlgorithm | 4 ++--
 23 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/jdbc/core/src/test/java/org/apache/shardingsphere/driver/jdbc/core/statement/ShardingSpherePreparedStatementTest.java b/jdbc/core/src/test/java/org/apache/shardingsphere/driver/jdbc/core/statement/ShardingSpherePreparedStatementTest.java
index 78622e43015..1a129c6c852 100644
--- a/jdbc/core/src/test/java/org/apache/shardingsphere/driver/jdbc/core/statement/ShardingSpherePreparedStatementTest.java
+++ b/jdbc/core/src/test/java/org/apache/shardingsphere/driver/jdbc/core/statement/ShardingSpherePreparedStatementTest.java
@@ -17,7 +17,7 @@
 
 package org.apache.shardingsphere.driver.jdbc.core.statement;
 
-import org.apache.shardingsphere.driver.fixture.keygen.ResetIncrementKeyGenerateAlgorithmFixture;
+import org.apache.shardingsphere.test.e2e.driver.fixture.keygen.ResetIncrementKeyGenerateAlgorithmFixture;
 import org.apache.shardingsphere.driver.jdbc.base.AbstractShardingSphereDataSourceForShardingTest;
 import org.junit.Test;
 
diff --git a/jdbc/core/src/test/java/org/apache/shardingsphere/driver/fixture/encrypt/JDBCEncryptAlgorithmFixture.java b/jdbc/core/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/encrypt/JDBCEncryptAlgorithmFixture.java
similarity index 96%
rename from jdbc/core/src/test/java/org/apache/shardingsphere/driver/fixture/encrypt/JDBCEncryptAlgorithmFixture.java
rename to jdbc/core/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/encrypt/JDBCEncryptAlgorithmFixture.java
index b8c33c6b831..002ea32970f 100644
--- a/jdbc/core/src/test/java/org/apache/shardingsphere/driver/fixture/encrypt/JDBCEncryptAlgorithmFixture.java
+++ b/jdbc/core/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/encrypt/JDBCEncryptAlgorithmFixture.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.shardingsphere.driver.fixture.encrypt;
+package org.apache.shardingsphere.test.e2e.driver.fixture.encrypt;
 
 import lombok.Getter;
 import org.apache.shardingsphere.encrypt.api.encrypt.standard.StandardEncryptAlgorithm;
diff --git a/jdbc/core/src/test/java/org/apache/shardingsphere/driver/fixture/encrypt/JDBCQueryAssistedEncryptAlgorithmFixture.java b/jdbc/core/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/encrypt/JDBCQueryAssistedEncryptAlgorithmFixture.java
similarity index 96%
rename from jdbc/core/src/test/java/org/apache/shardingsphere/driver/fixture/encrypt/JDBCQueryAssistedEncryptAlgorithmFixture.java
rename to jdbc/core/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/encrypt/JDBCQueryAssistedEncryptAlgorithmFixture.java
index d455f7ad185..2841723099c 100644
--- a/jdbc/core/src/test/java/org/apache/shardingsphere/driver/fixture/encrypt/JDBCQueryAssistedEncryptAlgorithmFixture.java
+++ b/jdbc/core/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/encrypt/JDBCQueryAssistedEncryptAlgorithmFixture.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.shardingsphere.driver.fixture.encrypt;
+package org.apache.shardingsphere.test.e2e.driver.fixture.encrypt;
 
 import lombok.Getter;
 import org.apache.shardingsphere.encrypt.api.encrypt.standard.StandardEncryptAlgorithm;
diff --git a/jdbc/core/src/test/java/org/apache/shardingsphere/driver/fixture/keygen/IncrementKeyGenerateAlgorithmFixture.java b/jdbc/core/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/keygen/IncrementKeyGenerateAlgorithmFixture.java
similarity index 95%
rename from jdbc/core/src/test/java/org/apache/shardingsphere/driver/fixture/keygen/IncrementKeyGenerateAlgorithmFixture.java
rename to jdbc/core/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/keygen/IncrementKeyGenerateAlgorithmFixture.java
index dbc7e8a17a2..a71dc35e7e6 100644
--- a/jdbc/core/src/test/java/org/apache/shardingsphere/driver/fixture/keygen/IncrementKeyGenerateAlgorithmFixture.java
+++ b/jdbc/core/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/keygen/IncrementKeyGenerateAlgorithmFixture.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.shardingsphere.driver.fixture.keygen;
+package org.apache.shardingsphere.test.e2e.driver.fixture.keygen;
 
 import lombok.Getter;
 import org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm;
diff --git a/jdbc/core/src/test/java/org/apache/shardingsphere/driver/fixture/keygen/ResetIncrementKeyGenerateAlgorithmFixture.java b/jdbc/core/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/keygen/ResetIncrementKeyGenerateAlgorithmFixture.java
similarity index 95%
rename from jdbc/core/src/test/java/org/apache/shardingsphere/driver/fixture/keygen/ResetIncrementKeyGenerateAlgorithmFixture.java
rename to jdbc/core/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/keygen/ResetIncrementKeyGenerateAlgorithmFixture.java
index 82b5f61ce29..046b5050d44 100644
--- a/jdbc/core/src/test/java/org/apache/shardingsphere/driver/fixture/keygen/ResetIncrementKeyGenerateAlgorithmFixture.java
+++ b/jdbc/core/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/keygen/ResetIncrementKeyGenerateAlgorithmFixture.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.shardingsphere.driver.fixture.keygen;
+package org.apache.shardingsphere.test.e2e.driver.fixture.keygen;
 
 import lombok.Getter;
 import org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm;
diff --git a/jdbc/core/src/test/java/org/apache/shardingsphere/driver/fixture/sharding/JDBCStandardShardingAlgorithmFixture.java b/jdbc/core/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/sharding/JDBCStandardShardingAlgorithmFixture.java
similarity index 97%
rename from jdbc/core/src/test/java/org/apache/shardingsphere/driver/fixture/sharding/JDBCStandardShardingAlgorithmFixture.java
rename to jdbc/core/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/sharding/JDBCStandardShardingAlgorithmFixture.java
index 2049c1ca986..f0a01216237 100644
--- a/jdbc/core/src/test/java/org/apache/shardingsphere/driver/fixture/sharding/JDBCStandardShardingAlgorithmFixture.java
+++ b/jdbc/core/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/sharding/JDBCStandardShardingAlgorithmFixture.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.shardingsphere.driver.fixture.sharding;
+package org.apache.shardingsphere.test.e2e.driver.fixture.sharding;
 
 import lombok.Getter;
 import org.apache.shardingsphere.sharding.api.sharding.standard.PreciseShardingValue;
diff --git a/jdbc/core/src/test/resources/META-INF/services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm b/jdbc/core/src/test/resources/META-INF/services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
index 839125dc2b0..1cc5eca5f03 100644
--- a/jdbc/core/src/test/resources/META-INF/services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
+++ b/jdbc/core/src/test/resources/META-INF/services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
@@ -15,5 +15,5 @@
 # limitations under the License.
 #
 
-org.apache.shardingsphere.driver.fixture.encrypt.JDBCEncryptAlgorithmFixture
-org.apache.shardingsphere.driver.fixture.encrypt.JDBCQueryAssistedEncryptAlgorithmFixture
+org.apache.shardingsphere.test.e2e.driver.fixture.encrypt.JDBCEncryptAlgorithmFixture
+org.apache.shardingsphere.test.e2e.driver.fixture.encrypt.JDBCQueryAssistedEncryptAlgorithmFixture
diff --git a/jdbc/core/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm b/jdbc/core/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm
index 0791d9e7876..659957f5e1a 100644
--- a/jdbc/core/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm
+++ b/jdbc/core/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm
@@ -15,5 +15,5 @@
 # limitations under the License.
 #
 
-org.apache.shardingsphere.driver.fixture.keygen.IncrementKeyGenerateAlgorithmFixture
-org.apache.shardingsphere.driver.fixture.keygen.ResetIncrementKeyGenerateAlgorithmFixture
+org.apache.shardingsphere.test.e2e.driver.fixture.keygen.IncrementKeyGenerateAlgorithmFixture
+org.apache.shardingsphere.test.e2e.driver.fixture.keygen.ResetIncrementKeyGenerateAlgorithmFixture
diff --git a/jdbc/core/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.ShardingAlgorithm b/jdbc/core/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.ShardingAlgorithm
index 9f356c4bace..f352845def8 100644
--- a/jdbc/core/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.ShardingAlgorithm
+++ b/jdbc/core/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.ShardingAlgorithm
@@ -15,4 +15,4 @@
 # limitations under the License.
 #
  
-org.apache.shardingsphere.driver.fixture.sharding.JDBCStandardShardingAlgorithmFixture
+org.apache.shardingsphere.test.e2e.driver.fixture.sharding.JDBCStandardShardingAlgorithmFixture
diff --git a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/AbstractYamlDataSourceTest.java b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/AbstractYamlDataSourceTest.java
similarity index 98%
rename from test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/AbstractYamlDataSourceTest.java
rename to test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/AbstractYamlDataSourceTest.java
index 538355f394a..de3334cc814 100644
--- a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/AbstractYamlDataSourceTest.java
+++ b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/AbstractYamlDataSourceTest.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.shardingsphere.driver;
+package org.apache.shardingsphere.test.e2e.driver;
 
 import com.zaxxer.hikari.HikariDataSource;
 import org.h2.tools.RunScript;
diff --git a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/TestClusterPersistRepository.java b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/TestClusterPersistRepository.java
similarity index 98%
rename from test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/TestClusterPersistRepository.java
rename to test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/TestClusterPersistRepository.java
index 4c3e4adaf3b..23440e601ef 100644
--- a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/TestClusterPersistRepository.java
+++ b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/TestClusterPersistRepository.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.shardingsphere.driver.fixture;
+package org.apache.shardingsphere.test.e2e.driver.fixture;
 
 import org.apache.shardingsphere.infra.database.DefaultDatabase;
 import org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository;
diff --git a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/TestRuleConfiguration.java b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/TestRuleConfiguration.java
similarity index 94%
rename from test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/TestRuleConfiguration.java
rename to test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/TestRuleConfiguration.java
index b71adf45fb7..fc81ba7725d 100644
--- a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/TestRuleConfiguration.java
+++ b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/TestRuleConfiguration.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.shardingsphere.driver.fixture;
+package org.apache.shardingsphere.test.e2e.driver.fixture;
 
 import org.apache.shardingsphere.infra.config.rule.RuleConfiguration;
 import org.apache.shardingsphere.infra.config.rule.function.EnhancedRuleConfiguration;
diff --git a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/TestRuleConfigurationChecker.java b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/TestRuleConfigurationChecker.java
similarity index 96%
rename from test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/TestRuleConfigurationChecker.java
rename to test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/TestRuleConfigurationChecker.java
index 00f677fb59b..a43283daeb5 100644
--- a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/TestRuleConfigurationChecker.java
+++ b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/TestRuleConfigurationChecker.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.shardingsphere.driver.fixture;
+package org.apache.shardingsphere.test.e2e.driver.fixture;
 
 import org.apache.shardingsphere.infra.config.rule.checker.RuleConfigurationChecker;
 import org.apache.shardingsphere.infra.rule.ShardingSphereRule;
diff --git a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/algorithm/keygen/DriverKeyGenerateAlgorithmFixture.java b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/algorithm/keygen/DriverKeyGenerateAlgorithmFixture.java
similarity index 95%
rename from test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/algorithm/keygen/DriverKeyGenerateAlgorithmFixture.java
rename to test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/algorithm/keygen/DriverKeyGenerateAlgorithmFixture.java
index ac88900372e..d62861e24b0 100644
--- a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/algorithm/keygen/DriverKeyGenerateAlgorithmFixture.java
+++ b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/algorithm/keygen/DriverKeyGenerateAlgorithmFixture.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.shardingsphere.driver.fixture.algorithm.keygen;
+package org.apache.shardingsphere.test.e2e.driver.fixture.algorithm.keygen;
 
 import lombok.Getter;
 import org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm;
diff --git a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/algorithm/sharding/DriverComplexKeysShardingAlgorithmFixture.java b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/algorithm/sharding/DriverComplexKeysShardingAlgorithmFixture.java
similarity index 95%
rename from test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/algorithm/sharding/DriverComplexKeysShardingAlgorithmFixture.java
rename to test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/algorithm/sharding/DriverComplexKeysShardingAlgorithmFixture.java
index 56c14265a12..fcc2871c4bf 100644
--- a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/algorithm/sharding/DriverComplexKeysShardingAlgorithmFixture.java
+++ b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/algorithm/sharding/DriverComplexKeysShardingAlgorithmFixture.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.shardingsphere.driver.fixture.algorithm.sharding;
+package org.apache.shardingsphere.test.e2e.driver.fixture.algorithm.sharding;
 
 import lombok.Getter;
 import org.apache.shardingsphere.sharding.api.sharding.complex.ComplexKeysShardingAlgorithm;
diff --git a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/algorithm/sharding/DriverStandardShardingAlgorithmFixture.java b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/algorithm/sharding/DriverStandardShardingAlgorithmFixture.java
similarity index 96%
rename from test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/algorithm/sharding/DriverStandardShardingAlgorithmFixture.java
rename to test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/algorithm/sharding/DriverStandardShardingAlgorithmFixture.java
index 7c9349d77a6..3d8427b816c 100644
--- a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/fixture/algorithm/sharding/DriverStandardShardingAlgorithmFixture.java
+++ b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/fixture/algorithm/sharding/DriverStandardShardingAlgorithmFixture.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.shardingsphere.driver.fixture.algorithm.sharding;
+package org.apache.shardingsphere.test.e2e.driver.fixture.algorithm.sharding;
 
 import lombok.Getter;
 import org.apache.shardingsphere.sharding.api.sharding.standard.PreciseShardingValue;
diff --git a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/mix/YamlShardingWithReadwriteSplittingIntegrateTest.java b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/mix/YamlShardingWithReadwriteSplittingIntegrateTest.java
similarity index 96%
rename from test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/mix/YamlShardingWithReadwriteSplittingIntegrateTest.java
rename to test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/mix/YamlShardingWithReadwriteSplittingIntegrateTest.java
index c811fb2c53f..bd78bbec4ac 100644
--- a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/mix/YamlShardingWithReadwriteSplittingIntegrateTest.java
+++ b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/mix/YamlShardingWithReadwriteSplittingIntegrateTest.java
@@ -15,10 +15,10 @@
  * limitations under the License.
  */
 
-package org.apache.shardingsphere.driver.mix;
+package org.apache.shardingsphere.test.e2e.driver.mix;
 
 import lombok.RequiredArgsConstructor;
-import org.apache.shardingsphere.driver.AbstractYamlDataSourceTest;
+import org.apache.shardingsphere.test.e2e.driver.AbstractYamlDataSourceTest;
 import org.apache.shardingsphere.driver.api.yaml.YamlShardingSphereDataSourceFactory;
 import org.apache.shardingsphere.driver.jdbc.core.datasource.ShardingSphereDataSource;
 import org.junit.Test;
diff --git a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/readwrite/YamlReadwriteSplittingIntegrateTest.java b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/readwrite/YamlReadwriteSplittingIntegrateTest.java
similarity index 97%
rename from test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/readwrite/YamlReadwriteSplittingIntegrateTest.java
rename to test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/readwrite/YamlReadwriteSplittingIntegrateTest.java
index 73db593efef..82766d7369b 100644
--- a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/readwrite/YamlReadwriteSplittingIntegrateTest.java
+++ b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/readwrite/YamlReadwriteSplittingIntegrateTest.java
@@ -15,10 +15,10 @@
  * limitations under the License.
  */
 
-package org.apache.shardingsphere.driver.readwrite;
+package org.apache.shardingsphere.test.e2e.driver.readwrite;
 
 import lombok.RequiredArgsConstructor;
-import org.apache.shardingsphere.driver.AbstractYamlDataSourceTest;
+import org.apache.shardingsphere.test.e2e.driver.AbstractYamlDataSourceTest;
 import org.apache.shardingsphere.driver.api.yaml.YamlShardingSphereDataSourceFactory;
 import org.apache.shardingsphere.driver.jdbc.core.datasource.ShardingSphereDataSource;
 import org.junit.Test;
diff --git a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/sharding/YamlShardingIntegrateTest.java b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/sharding/YamlShardingIntegrateTest.java
similarity index 96%
rename from test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/sharding/YamlShardingIntegrateTest.java
rename to test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/sharding/YamlShardingIntegrateTest.java
index 4bd8aa601a8..61dfdc2f992 100644
--- a/test/e2e/driver/src/test/java/org/apache/shardingsphere/driver/sharding/YamlShardingIntegrateTest.java
+++ b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/sharding/YamlShardingIntegrateTest.java
@@ -15,10 +15,10 @@
  * limitations under the License.
  */
 
-package org.apache.shardingsphere.driver.sharding;
+package org.apache.shardingsphere.test.e2e.driver.sharding;
 
 import lombok.RequiredArgsConstructor;
-import org.apache.shardingsphere.driver.AbstractYamlDataSourceTest;
+import org.apache.shardingsphere.test.e2e.driver.AbstractYamlDataSourceTest;
 import org.apache.shardingsphere.driver.api.yaml.YamlShardingSphereDataSourceFactory;
 import org.apache.shardingsphere.driver.jdbc.core.datasource.ShardingSphereDataSource;
 import org.junit.Test;
diff --git a/test/e2e/driver/src/test/resources/META-INF/services/org.apache.shardingsphere.infra.config.rule.checker.RuleConfigurationChecker b/test/e2e/driver/src/test/resources/META-INF/services/org.apache.shardingsphere.infra.config.rule.checker.RuleConfigurationChecker
index b0713f2d39f..2502a0a574b 100644
--- a/test/e2e/driver/src/test/resources/META-INF/services/org.apache.shardingsphere.infra.config.rule.checker.RuleConfigurationChecker
+++ b/test/e2e/driver/src/test/resources/META-INF/services/org.apache.shardingsphere.infra.config.rule.checker.RuleConfigurationChecker
@@ -15,4 +15,4 @@
 # limitations under the License.
 #
 
-org.apache.shardingsphere.driver.fixture.TestRuleConfigurationChecker
+org.apache.shardingsphere.test.e2e.driver.fixture.TestRuleConfigurationChecker
diff --git a/test/e2e/driver/src/test/resources/META-INF/services/org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository b/test/e2e/driver/src/test/resources/META-INF/services/org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository
index a82d71f2e87..2c8b9728786 100644
--- a/test/e2e/driver/src/test/resources/META-INF/services/org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository
+++ b/test/e2e/driver/src/test/resources/META-INF/services/org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository
@@ -15,4 +15,4 @@
 # limitations under the License.
 #
 
-org.apache.shardingsphere.driver.fixture.TestClusterPersistRepository
+org.apache.shardingsphere.test.e2e.driver.fixture.TestClusterPersistRepository
diff --git a/test/e2e/driver/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm b/test/e2e/driver/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm
index c6c328db1e4..bb81f8d449a 100644
--- a/test/e2e/driver/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm
+++ b/test/e2e/driver/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm
@@ -15,4 +15,4 @@
 # limitations under the License.
 #
 
-org.apache.shardingsphere.driver.fixture.algorithm.keygen.DriverKeyGenerateAlgorithmFixture
+org.apache.shardingsphere.test.e2e.driver.fixture.algorithm.keygen.DriverKeyGenerateAlgorithmFixture
diff --git a/test/e2e/driver/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.ShardingAlgorithm b/test/e2e/driver/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.ShardingAlgorithm
index 4698a59b4c0..6af442ec18f 100644
--- a/test/e2e/driver/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.ShardingAlgorithm
+++ b/test/e2e/driver/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.ShardingAlgorithm
@@ -15,5 +15,5 @@
 # limitations under the License.
 #
  
-org.apache.shardingsphere.driver.fixture.algorithm.sharding.DriverStandardShardingAlgorithmFixture
-org.apache.shardingsphere.driver.fixture.algorithm.sharding.DriverComplexKeysShardingAlgorithmFixture
+org.apache.shardingsphere.test.e2e.driver.fixture.algorithm.sharding.DriverStandardShardingAlgorithmFixture
+org.apache.shardingsphere.test.e2e.driver.fixture.algorithm.sharding.DriverComplexKeysShardingAlgorithmFixture