You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by su...@apache.org on 2023/05/17 05:43:41 UTC

[shardingsphere] branch master updated: Refactor MySQLTimeTypesMigrationE2EIT (#25723)

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 97a33343a42 Refactor MySQLTimeTypesMigrationE2EIT (#25723)
97a33343a42 is described below

commit 97a33343a4238ea88218dc25db73090bb737fdef
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Wed May 17 13:43:34 2023 +0800

    Refactor MySQLTimeTypesMigrationE2EIT (#25723)
---
 .../pipeline/cases/migration/general/MySQLTimeTypesMigrationE2EIT.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/e2e/operation/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/migration/general/MySQLTimeTypesMigrationE2EIT.java b/test/e2e/operation/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/migration/general/MySQLTimeTypesMigrationE2EIT.java
index 74bb9061cef..2327f796396 100644
--- a/test/e2e/operation/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/migration/general/MySQLTimeTypesMigrationE2EIT.java
+++ b/test/e2e/operation/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/migration/general/MySQLTimeTypesMigrationE2EIT.java
@@ -38,7 +38,7 @@ import java.sql.SQLException;
  * 1) datetime,timestamp,date default null
  */
 @PipelineE2ESettings(fetchSingle = true, database = @PipelineE2ESettings.PipelineE2EDatabaseSettings(type = "MySQL", scenarioFiles = "env/common/none.xml"))
-public class MySQLTimeTypesMigrationE2EIT extends AbstractMigrationE2EIT {
+class MySQLTimeTypesMigrationE2EIT extends AbstractMigrationE2EIT {
     
     @ParameterizedTest(name = "{0}")
     @EnabledIf("isEnabled")