linliu-code commented on code in PR #10684:
URL: https://github.com/apache/hudi/pull/10684#discussion_r1492155505


##########
hudi-sync/hudi-hive-sync/src/test/java/org/apache/hudi/hive/TestHiveSyncTool.java:
##########
@@ -189,7 +189,7 @@ private static Iterable<Object[]> 
syncDataSourceTableParams() {
     return opts;
   }
 
-  @BeforeEach
+  @BeforeAll

Review Comment:
   This test class contains 180+ test methods, which may cause dramatical 
resource leak. Most likely this is the main source of flakiness of the module.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to