the-other-tim-brown commented on code in PR #13602:
URL: https://github.com/apache/hudi/pull/13602#discussion_r2228728776


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestHoodieBackedTableMetadata.java:
##########
@@ -133,55 +133,55 @@ public void testTableOperations(boolean reuseReaders, int 
tableVersion) throws E
   @ParameterizedTest
   @CsvSource({"true,6", "true,8", "false,6", "false,8"})
   public void testMultiReaderForHoodieBackedTableMetadata(boolean reuse, int 
tableVersion) throws Exception {
-    final int taskNumber = 3;
+    final int taskNumber = 6;

Review Comment:
   I updated to 18, it adds about 7-10 seconds to the test execution time 
currently (about 2 seconds per case)



-- 
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