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 6dbb2ea3390 Refactor GeneralDMLE2EIT (#35260)
6dbb2ea3390 is described below

commit 6dbb2ea33905d31ae3fa79e418ae4b29c8607835
Author: Liang Zhang <zhangli...@apache.org>
AuthorDate: Sat Apr 26 19:39:31 2025 +0800

    Refactor GeneralDMLE2EIT (#35260)
---
 .../shardingsphere/test/e2e/engine/type/sql/dml/GeneralDMLE2EIT.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test/e2e/sql/src/test/java/org/apache/shardingsphere/test/e2e/engine/type/sql/dml/GeneralDMLE2EIT.java
 
b/test/e2e/sql/src/test/java/org/apache/shardingsphere/test/e2e/engine/type/sql/dml/GeneralDMLE2EIT.java
index 14b65b182d8..25cbd63e933 100644
--- 
a/test/e2e/sql/src/test/java/org/apache/shardingsphere/test/e2e/engine/type/sql/dml/GeneralDMLE2EIT.java
+++ 
b/test/e2e/sql/src/test/java/org/apache/shardingsphere/test/e2e/engine/type/sql/dml/GeneralDMLE2EIT.java
@@ -70,7 +70,7 @@ class GeneralDMLE2EIT extends BaseDMLE2EIT {
     }
     
     void tearDown(final SQLE2ETestContext context) throws SQLException {
-        super.tearDown();
+        tearDown();
         executeDestroySQLs(context.getAssertion());
     }
     

Reply via email to