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

jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f41db716 [hotfix] add maven-surefire-plugin args to fix some flaky 
error when execute ut (#3526)
5f41db716 is described below

commit 5f41db716a4044f36767ce4a453b820ff75d0050
Author: Wang Tao <[email protected]>
AuthorDate: Fri Apr 18 14:19:12 2025 +0800

    [hotfix] add maven-surefire-plugin args to fix some flaky error when 
execute ut (#3526)
    
    hotfix: add args to fix some flaky error when execute ut
---
 amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/pom.xml 
b/amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/pom.xml
index b173af469..a7f4c8711 100644
--- a/amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/pom.xml
+++ b/amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/pom.xml
@@ -427,6 +427,7 @@
                             
<value>org.apache.amoro.listener.AmoroRunListener</value>
                         </property>
                     </properties>
+                    <argLine>-verbose:class</argLine>
                 </configuration>
             </plugin>
             <plugin>

Reply via email to