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

duanzhengqiang 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 3c6332d2e9e Add the override annotation above tearDown method (#32516)
3c6332d2e9e is described below

commit 3c6332d2e9e0c96b9eaaa6ecb00a1677536af94f
Author: ZhangCheng <[email protected]>
AuthorDate: Thu Aug 15 13:45:34 2024 +0800

    Add the override annotation above tearDown method (#32516)
---
 .../shardingsphere/test/e2e/engine/type/dml/AdditionalDMLE2EIT.java      | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/test/e2e/sql/src/test/java/org/apache/shardingsphere/test/e2e/engine/type/dml/AdditionalDMLE2EIT.java
 
b/test/e2e/sql/src/test/java/org/apache/shardingsphere/test/e2e/engine/type/dml/AdditionalDMLE2EIT.java
index b137d0b7b2f..f9719bd2ed7 100644
--- 
a/test/e2e/sql/src/test/java/org/apache/shardingsphere/test/e2e/engine/type/dml/AdditionalDMLE2EIT.java
+++ 
b/test/e2e/sql/src/test/java/org/apache/shardingsphere/test/e2e/engine/type/dml/AdditionalDMLE2EIT.java
@@ -326,6 +326,7 @@ class AdditionalDMLE2EIT extends BaseDMLE2EIT {
         return E2ETestParameterFactory.containsTestParameter() && 
E2ETestEnvironment.getInstance().isRunAdditionalTestCases();
     }
     
+    @Override
     @AfterEach
     void tearDown() {
         super.tearDown();

Reply via email to