Skip to content

Commit 984da19

Browse files
authored
Rename package name of shardingsphere-test-e2e-operation (#36455)
1 parent 147825d commit 984da19

File tree

106 files changed

+398
-398
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+398
-398
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.shardingsphere.test.e2e.data.pipeline.cases;
18+
package org.apache.shardingsphere.test.e2e.operation.pipeline.cases;
1919

2020
import com.google.common.base.Splitter;
2121
import com.google.common.base.Strings;
@@ -40,18 +40,18 @@
4040
import org.apache.shardingsphere.infra.util.yaml.YamlEngine;
4141
import org.apache.shardingsphere.infra.yaml.config.pojo.YamlRootConfiguration;
4242
import org.apache.shardingsphere.single.yaml.config.YamlSingleRuleConfiguration;
43-
import org.apache.shardingsphere.test.e2e.data.pipeline.command.ExtraSQLCommand;
44-
import org.apache.shardingsphere.test.e2e.data.pipeline.env.PipelineE2EEnvironment;
45-
import org.apache.shardingsphere.test.e2e.data.pipeline.env.enums.PipelineEnvTypeEnum;
46-
import org.apache.shardingsphere.test.e2e.data.pipeline.env.enums.PipelineProxyTypeEnum;
47-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.container.compose.BaseContainerComposer;
48-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.container.compose.DockerContainerComposer;
49-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.container.compose.NativeContainerComposer;
50-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineTestParameter;
5143
import org.apache.shardingsphere.test.e2e.env.container.atomic.constants.ProxyContainerConstants;
5244
import org.apache.shardingsphere.test.e2e.env.container.atomic.storage.DockerStorageContainer;
5345
import org.apache.shardingsphere.test.e2e.env.container.atomic.util.StorageContainerUtils;
5446
import org.apache.shardingsphere.test.e2e.env.runtime.DataSourceEnvironment;
47+
import org.apache.shardingsphere.test.e2e.operation.pipeline.command.ExtraSQLCommand;
48+
import org.apache.shardingsphere.test.e2e.operation.pipeline.env.PipelineE2EEnvironment;
49+
import org.apache.shardingsphere.test.e2e.operation.pipeline.env.enums.PipelineEnvTypeEnum;
50+
import org.apache.shardingsphere.test.e2e.operation.pipeline.env.enums.PipelineProxyTypeEnum;
51+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.container.compose.BaseContainerComposer;
52+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.container.compose.DockerContainerComposer;
53+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.container.compose.NativeContainerComposer;
54+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineTestParameter;
5555
import org.awaitility.Awaitility;
5656

5757
import javax.sql.DataSource;
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.shardingsphere.test.e2e.data.pipeline.cases.cdc;
18+
package org.apache.shardingsphere.test.e2e.operation.pipeline.cases.cdc;
1919

2020
import lombok.extern.slf4j.Slf4j;
2121
import org.apache.commons.lang3.tuple.Pair;
@@ -41,16 +41,16 @@
4141
import org.apache.shardingsphere.infra.algorithm.keygen.snowflake.SnowflakeKeyGenerateAlgorithm;
4242
import org.apache.shardingsphere.infra.metadata.database.schema.QualifiedTable;
4343
import org.apache.shardingsphere.infra.spi.type.typed.TypedSPILoader;
44-
import org.apache.shardingsphere.test.e2e.data.pipeline.cases.PipelineContainerComposer;
45-
import org.apache.shardingsphere.test.e2e.data.pipeline.cases.task.E2EIncrementalTask;
46-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.helper.PipelineCaseHelper;
47-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ECondition;
48-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ESettings;
49-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ESettings.PipelineE2EDatabaseSettings;
50-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ETestCaseArgumentsProvider;
51-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineTestParameter;
52-
import org.apache.shardingsphere.test.e2e.data.pipeline.util.DataSourceExecuteUtils;
5344
import org.apache.shardingsphere.test.e2e.env.container.atomic.constants.ProxyContainerConstants;
45+
import org.apache.shardingsphere.test.e2e.operation.pipeline.cases.PipelineContainerComposer;
46+
import org.apache.shardingsphere.test.e2e.operation.pipeline.cases.task.E2EIncrementalTask;
47+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.helper.PipelineCaseHelper;
48+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ECondition;
49+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ESettings;
50+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ESettings.PipelineE2EDatabaseSettings;
51+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ETestCaseArgumentsProvider;
52+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineTestParameter;
53+
import org.apache.shardingsphere.test.e2e.operation.pipeline.util.DataSourceExecuteUtils;
5454
import org.awaitility.Awaitility;
5555
import org.junit.jupiter.api.condition.EnabledIf;
5656
import org.junit.jupiter.params.ParameterizedTest;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.shardingsphere.test.e2e.data.pipeline.cases.cdc;
18+
package org.apache.shardingsphere.test.e2e.operation.pipeline.cases.cdc;
1919

2020
import com.google.common.base.Strings;
2121
import com.google.protobuf.InvalidProtocolBufferException;
@@ -30,7 +30,7 @@
3030
import org.apache.shardingsphere.data.pipeline.core.metadata.model.PipelineColumnMetaData;
3131
import org.apache.shardingsphere.data.pipeline.core.metadata.model.PipelineTableMetaData;
3232
import org.apache.shardingsphere.database.connector.core.type.DatabaseType;
33-
import org.apache.shardingsphere.test.e2e.data.pipeline.util.SQLBuilderUtils;
33+
import org.apache.shardingsphere.test.e2e.operation.pipeline.util.SQLBuilderUtils;
3434

3535
import javax.sql.DataSource;
3636
import java.sql.Connection;
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.shardingsphere.test.e2e.data.pipeline.cases.createtable;
18+
package org.apache.shardingsphere.test.e2e.operation.pipeline.cases.createtable;
1919

2020
import org.apache.shardingsphere.data.pipeline.core.sqlbuilder.dialect.DialectPipelineSQLBuilder;
2121
import org.apache.shardingsphere.database.connector.core.spi.DatabaseTypedSPILoader;
2222
import org.apache.shardingsphere.database.connector.core.type.DatabaseType;
2323
import org.apache.shardingsphere.infra.spi.type.typed.TypedSPILoader;
24-
import org.apache.shardingsphere.test.e2e.data.pipeline.entity.CreateTableSQLGeneratorAssertionEntity;
25-
import org.apache.shardingsphere.test.e2e.data.pipeline.entity.CreateTableSQLGeneratorAssertionsRootEntity;
26-
import org.apache.shardingsphere.test.e2e.data.pipeline.entity.CreateTableSQLGeneratorOutputEntity;
27-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ECondition;
28-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ESettings;
29-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ESettings.PipelineE2EDatabaseSettings;
30-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ETestCaseArgumentsProvider;
31-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineTestParameter;
32-
import org.apache.shardingsphere.test.e2e.data.pipeline.util.DockerImageVersion;
3324
import org.apache.shardingsphere.test.e2e.env.container.atomic.storage.DockerStorageContainer;
3425
import org.apache.shardingsphere.test.e2e.env.container.atomic.storage.StorageContainerFactory;
3526
import org.apache.shardingsphere.test.e2e.env.container.atomic.storage.config.StorageContainerConfiguration;
3627
import org.apache.shardingsphere.test.e2e.env.container.atomic.storage.config.impl.StorageContainerConfigurationFactory;
28+
import org.apache.shardingsphere.test.e2e.operation.pipeline.entity.CreateTableSQLGeneratorAssertionEntity;
29+
import org.apache.shardingsphere.test.e2e.operation.pipeline.entity.CreateTableSQLGeneratorAssertionsRootEntity;
30+
import org.apache.shardingsphere.test.e2e.operation.pipeline.entity.CreateTableSQLGeneratorOutputEntity;
31+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ECondition;
32+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ESettings;
33+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ESettings.PipelineE2EDatabaseSettings;
34+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ETestCaseArgumentsProvider;
35+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineTestParameter;
36+
import org.apache.shardingsphere.test.e2e.operation.pipeline.util.DockerImageVersion;
3737
import org.junit.jupiter.api.AfterEach;
3838
import org.junit.jupiter.api.condition.EnabledIf;
3939
import org.junit.jupiter.params.ParameterizedTest;
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.shardingsphere.test.e2e.data.pipeline.cases.migration;
18+
package org.apache.shardingsphere.test.e2e.operation.pipeline.cases.migration;
1919

2020
import com.google.common.base.Strings;
2121
import lombok.Getter;
2222
import lombok.extern.slf4j.Slf4j;
2323
import org.apache.shardingsphere.database.connector.opengauss.type.OpenGaussDatabaseType;
2424
import org.apache.shardingsphere.database.connector.postgresql.type.PostgreSQLDatabaseType;
25-
import org.apache.shardingsphere.test.e2e.data.pipeline.cases.PipelineContainerComposer;
26-
import org.apache.shardingsphere.test.e2e.data.pipeline.command.MigrationDistSQLCommand;
27-
import org.apache.shardingsphere.test.e2e.data.pipeline.env.PipelineE2EEnvironment;
28-
import org.apache.shardingsphere.test.e2e.data.pipeline.env.enums.PipelineEnvTypeEnum;
25+
import org.apache.shardingsphere.test.e2e.operation.pipeline.cases.PipelineContainerComposer;
26+
import org.apache.shardingsphere.test.e2e.operation.pipeline.command.MigrationDistSQLCommand;
27+
import org.apache.shardingsphere.test.e2e.operation.pipeline.env.PipelineE2EEnvironment;
28+
import org.apache.shardingsphere.test.e2e.operation.pipeline.env.enums.PipelineEnvTypeEnum;
2929
import org.awaitility.Awaitility;
3030
import org.opengauss.util.PSQLException;
3131

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.shardingsphere.test.e2e.data.pipeline.cases.migration.general;
18+
package org.apache.shardingsphere.test.e2e.operation.pipeline.cases.migration.general;
1919

2020
import com.google.common.collect.ImmutableMap;
2121
import lombok.extern.slf4j.Slf4j;
@@ -24,16 +24,16 @@
2424
import org.apache.shardingsphere.database.connector.core.type.DatabaseType;
2525
import org.apache.shardingsphere.infra.algorithm.keygen.snowflake.SnowflakeKeyGenerateAlgorithm;
2626
import org.apache.shardingsphere.infra.spi.type.typed.TypedSPILoader;
27-
import org.apache.shardingsphere.test.e2e.data.pipeline.cases.PipelineContainerComposer;
28-
import org.apache.shardingsphere.test.e2e.data.pipeline.cases.migration.AbstractMigrationE2EIT;
29-
import org.apache.shardingsphere.test.e2e.data.pipeline.cases.task.E2EIncrementalTask;
30-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.helper.PipelineCaseHelper;
31-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ECondition;
32-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ESettings;
33-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ESettings.PipelineE2EDatabaseSettings;
34-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ETestCaseArgumentsProvider;
35-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineTestParameter;
36-
import org.apache.shardingsphere.test.e2e.data.pipeline.util.DataSourceExecuteUtils;
27+
import org.apache.shardingsphere.test.e2e.operation.pipeline.cases.PipelineContainerComposer;
28+
import org.apache.shardingsphere.test.e2e.operation.pipeline.cases.migration.AbstractMigrationE2EIT;
29+
import org.apache.shardingsphere.test.e2e.operation.pipeline.cases.task.E2EIncrementalTask;
30+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.helper.PipelineCaseHelper;
31+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ECondition;
32+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ESettings;
33+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ESettings.PipelineE2EDatabaseSettings;
34+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ETestCaseArgumentsProvider;
35+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineTestParameter;
36+
import org.apache.shardingsphere.test.e2e.operation.pipeline.util.DataSourceExecuteUtils;
3737
import org.awaitility.Awaitility;
3838
import org.junit.jupiter.api.condition.EnabledIf;
3939
import org.junit.jupiter.params.ParameterizedTest;
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.shardingsphere.test.e2e.data.pipeline.cases.migration.general;
18+
package org.apache.shardingsphere.test.e2e.operation.pipeline.cases.migration.general;
1919

2020
import org.apache.shardingsphere.data.pipeline.scenario.migration.MigrationJobType;
2121
import org.apache.shardingsphere.database.connector.core.type.DatabaseType;
2222
import org.apache.shardingsphere.infra.spi.type.typed.TypedSPILoader;
23-
import org.apache.shardingsphere.test.e2e.data.pipeline.cases.PipelineContainerComposer;
24-
import org.apache.shardingsphere.test.e2e.data.pipeline.cases.migration.AbstractMigrationE2EIT;
25-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ECondition;
26-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ESettings;
27-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ETestCaseArgumentsProvider;
28-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineTestParameter;
23+
import org.apache.shardingsphere.test.e2e.operation.pipeline.cases.PipelineContainerComposer;
24+
import org.apache.shardingsphere.test.e2e.operation.pipeline.cases.migration.AbstractMigrationE2EIT;
25+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ECondition;
26+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ESettings;
27+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ETestCaseArgumentsProvider;
28+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineTestParameter;
2929
import org.junit.jupiter.api.condition.EnabledIf;
3030
import org.junit.jupiter.params.ParameterizedTest;
3131
import org.junit.jupiter.params.provider.ArgumentsSource;
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.shardingsphere.test.e2e.data.pipeline.cases.migration.general;
18+
package org.apache.shardingsphere.test.e2e.operation.pipeline.cases.migration.general;
1919

2020
import lombok.extern.slf4j.Slf4j;
2121
import org.apache.commons.lang3.tuple.Pair;
@@ -24,16 +24,16 @@
2424
import org.apache.shardingsphere.database.connector.core.type.DatabaseType;
2525
import org.apache.shardingsphere.infra.algorithm.keygen.snowflake.SnowflakeKeyGenerateAlgorithm;
2626
import org.apache.shardingsphere.infra.spi.type.typed.TypedSPILoader;
27-
import org.apache.shardingsphere.test.e2e.data.pipeline.cases.PipelineContainerComposer;
28-
import org.apache.shardingsphere.test.e2e.data.pipeline.cases.migration.AbstractMigrationE2EIT;
29-
import org.apache.shardingsphere.test.e2e.data.pipeline.cases.task.E2EIncrementalTask;
30-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.helper.PipelineCaseHelper;
31-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ECondition;
32-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ESettings;
33-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ESettings.PipelineE2EDatabaseSettings;
34-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ETestCaseArgumentsProvider;
35-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineTestParameter;
36-
import org.apache.shardingsphere.test.e2e.data.pipeline.util.DataSourceExecuteUtils;
27+
import org.apache.shardingsphere.test.e2e.operation.pipeline.cases.PipelineContainerComposer;
28+
import org.apache.shardingsphere.test.e2e.operation.pipeline.cases.migration.AbstractMigrationE2EIT;
29+
import org.apache.shardingsphere.test.e2e.operation.pipeline.cases.task.E2EIncrementalTask;
30+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.helper.PipelineCaseHelper;
31+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ECondition;
32+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ESettings;
33+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ESettings.PipelineE2EDatabaseSettings;
34+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ETestCaseArgumentsProvider;
35+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineTestParameter;
36+
import org.apache.shardingsphere.test.e2e.operation.pipeline.util.DataSourceExecuteUtils;
3737
import org.awaitility.Awaitility;
3838
import org.junit.jupiter.api.condition.EnabledIf;
3939
import org.junit.jupiter.params.ParameterizedTest;
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.shardingsphere.test.e2e.data.pipeline.cases.migration.general;
18+
package org.apache.shardingsphere.test.e2e.operation.pipeline.cases.migration.general;
1919

2020
import lombok.SneakyThrows;
2121
import lombok.extern.slf4j.Slf4j;
@@ -25,15 +25,15 @@
2525
import org.apache.shardingsphere.data.pipeline.scenario.migration.MigrationJobType;
2626
import org.apache.shardingsphere.database.connector.core.type.DatabaseType;
2727
import org.apache.shardingsphere.infra.spi.type.typed.TypedSPILoader;
28-
import org.apache.shardingsphere.test.e2e.data.pipeline.cases.PipelineContainerComposer;
29-
import org.apache.shardingsphere.test.e2e.data.pipeline.cases.migration.AbstractMigrationE2EIT;
30-
import org.apache.shardingsphere.test.e2e.data.pipeline.env.PipelineE2EEnvironment;
31-
import org.apache.shardingsphere.test.e2e.data.pipeline.env.enums.PipelineEnvTypeEnum;
32-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ECondition;
33-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ESettings;
34-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ESettings.PipelineE2EDatabaseSettings;
35-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineE2ETestCaseArgumentsProvider;
36-
import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineTestParameter;
28+
import org.apache.shardingsphere.test.e2e.operation.pipeline.cases.PipelineContainerComposer;
29+
import org.apache.shardingsphere.test.e2e.operation.pipeline.cases.migration.AbstractMigrationE2EIT;
30+
import org.apache.shardingsphere.test.e2e.operation.pipeline.env.PipelineE2EEnvironment;
31+
import org.apache.shardingsphere.test.e2e.operation.pipeline.env.enums.PipelineEnvTypeEnum;
32+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ECondition;
33+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ESettings;
34+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ESettings.PipelineE2EDatabaseSettings;
35+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineE2ETestCaseArgumentsProvider;
36+
import org.apache.shardingsphere.test.e2e.operation.pipeline.framework.param.PipelineTestParameter;
3737
import org.awaitility.Awaitility;
3838
import org.junit.jupiter.api.condition.EnabledIf;
3939
import org.junit.jupiter.params.ParameterizedTest;

0 commit comments

Comments
 (0)