nsivabalan commented on code in PR #6546:
URL: https://github.com/apache/hudi/pull/6546#discussion_r959106750


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestCopyOnWriteActionExecutor.java:
##########
@@ -532,7 +532,7 @@ public void testPartitionMetafileFormat(boolean 
partitionMetafileUseBaseFormat)
     writeClient.startCommitWithTime(instantTime);
 
     // Insert new records
-    final JavaRDD<HoodieRecord> inputRecords = 
generateTestRecordsForBulkInsert(jsc, 10);
+    final JavaRDD<HoodieRecord> inputRecords = 
generateTestRecordsForBulkInsert(jsc, 50);
     writeClient.bulkInsert(inputRecords, instantTime);

Review Comment:
   already we instantiate w/ 3 partitions. in all our tests we generate 50 to 
100 records and it generally works out. just that, with 10 records, 1 in 25 to 
30 runs, sometimes not all 3 partitions gets the record. 



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