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

sunnianjun 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 bcb85271e76 Move test cases to related module (#27978)
bcb85271e76 is described below

commit bcb85271e76d736b95619988c6d35e3734cc0eb1
Author: Liang Zhang <[email protected]>
AuthorDate: Mon Aug 7 22:40:00 2023 +0800

    Move test cases to related module (#27978)
---
 ...a.database.core.spi.fixture.DatabaseTypedSPIFixture | 18 ------------------
 .../pool/creator/DataSourcePoolCreatorTest.java        |  0
 .../fixture/MockedDataSourcePoolFieldMetaData.java     |  0
 .../metadata/fixture/MockedDataSourcePoolMetaData.java |  0
 ...fra.datasource.pool.metadata.DataSourcePoolMetaData |  0
 5 files changed, 18 deletions(-)

diff --git 
a/infra/common/src/test/resources/META-INF/services/org.apache.shardingsphere.infra.database.core.spi.fixture.DatabaseTypedSPIFixture
 
b/infra/common/src/test/resources/META-INF/services/org.apache.shardingsphere.infra.database.core.spi.fixture.DatabaseTypedSPIFixture
deleted file mode 100644
index 85c3b4f2fae..00000000000
--- 
a/infra/common/src/test/resources/META-INF/services/org.apache.shardingsphere.infra.database.core.spi.fixture.DatabaseTypedSPIFixture
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-org.apache.shardingsphere.infra.database.core.spi.fixture.impl.FooDatabaseTypedSPIFixture
diff --git 
a/infra/common/src/test/java/org/apache/shardingsphere/infra/datasource/pool/creator/DataSourcePoolCreatorTest.java
 
b/infra/datasource/core/src/test/java/org/apache/shardingsphere/infra/datasource/pool/creator/DataSourcePoolCreatorTest.java
similarity index 100%
rename from 
infra/common/src/test/java/org/apache/shardingsphere/infra/datasource/pool/creator/DataSourcePoolCreatorTest.java
rename to 
infra/datasource/core/src/test/java/org/apache/shardingsphere/infra/datasource/pool/creator/DataSourcePoolCreatorTest.java
diff --git 
a/infra/common/src/test/java/org/apache/shardingsphere/infra/datasource/pool/metadata/fixture/MockedDataSourcePoolFieldMetaData.java
 
b/infra/datasource/core/src/test/java/org/apache/shardingsphere/infra/datasource/pool/metadata/fixture/MockedDataSourcePoolFieldMetaData.java
similarity index 100%
rename from 
infra/common/src/test/java/org/apache/shardingsphere/infra/datasource/pool/metadata/fixture/MockedDataSourcePoolFieldMetaData.java
rename to 
infra/datasource/core/src/test/java/org/apache/shardingsphere/infra/datasource/pool/metadata/fixture/MockedDataSourcePoolFieldMetaData.java
diff --git 
a/infra/common/src/test/java/org/apache/shardingsphere/infra/datasource/pool/metadata/fixture/MockedDataSourcePoolMetaData.java
 
b/infra/datasource/core/src/test/java/org/apache/shardingsphere/infra/datasource/pool/metadata/fixture/MockedDataSourcePoolMetaData.java
similarity index 100%
rename from 
infra/common/src/test/java/org/apache/shardingsphere/infra/datasource/pool/metadata/fixture/MockedDataSourcePoolMetaData.java
rename to 
infra/datasource/core/src/test/java/org/apache/shardingsphere/infra/datasource/pool/metadata/fixture/MockedDataSourcePoolMetaData.java
diff --git 
a/infra/common/src/test/resources/META-INF/services/org.apache.shardingsphere.infra.datasource.pool.metadata.DataSourcePoolMetaData
 
b/infra/datasource/core/src/test/resources/META-INF/services/org.apache.shardingsphere.infra.datasource.pool.metadata.DataSourcePoolMetaData
similarity index 100%
rename from 
infra/common/src/test/resources/META-INF/services/org.apache.shardingsphere.infra.datasource.pool.metadata.DataSourcePoolMetaData
rename to 
infra/datasource/core/src/test/resources/META-INF/services/org.apache.shardingsphere.infra.datasource.pool.metadata.DataSourcePoolMetaData

Reply via email to