alexeykudinkin commented on code in PR #5091:
URL: https://github.com/apache/hudi/pull/5091#discussion_r926904785


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestHoodieBackedTableMetadata.java:
##########
@@ -92,6 +101,54 @@ public void testTableOperations() throws Exception {
     verifyBaseMetadataTable();
   }
 
+  @ParameterizedTest
+  @ValueSource(booleans = {true, false})
+  public void testMultiReaderForHoodieBackedTableMetadata(boolean reuse) 
throws Exception {

Review Comment:
   @zhangyue19921010 @nsivabalan folks, we should revisit our approach and 
avoid writing non-deterministic tests. Test that doesn't fail 
deterministically, but instead probabilistically has low net positive value b/c 
if it doesn't fail consistently in the presence of the issue it just becomes 
noisy, flaking signal.



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