This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 73e2095fded Refactor PostgreSQLMigrationGeneralE2EIT (#33959)
73e2095fded is described below
commit 73e2095fded4f7b6b7dd4c44ac4d45dcc84966d6
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Dec 7 21:53:06 2024 +0800
Refactor PostgreSQLMigrationGeneralE2EIT (#33959)
---
.../cases/migration/general/PostgreSQLMigrationGeneralE2EIT.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/test/e2e/operation/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/migration/general/PostgreSQLMigrationGeneralE2EIT.java
b/test/e2e/operation/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/migration/general/PostgreSQLMigrationGeneralE2EIT.java
index f10f3e98f6b..ff7ab4d1d55 100644
---
a/test/e2e/operation/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/migration/general/PostgreSQLMigrationGeneralE2EIT.java
+++
b/test/e2e/operation/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/migration/general/PostgreSQLMigrationGeneralE2EIT.java
@@ -60,8 +60,6 @@ class PostgreSQLMigrationGeneralE2EIT extends
AbstractMigrationE2EIT {
private static final String SOURCE_TABLE_NAME = "t_order";
- private static final String TARGET_TABLE_NAME = "t_order";
-
@ParameterizedTest(name = "{0}")
@EnabledIf("isEnabled")
@ArgumentsSource(PipelineE2ETestCaseArgumentsProvider.class)