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


##########
hudi-common/src/test/java/org/apache/hudi/common/model/TestHoodieLogFile.java:
##########
@@ -77,6 +84,90 @@ void createFromStringWithSuffix() {
     assertFileGetters(pathWithSuffix, null, hoodieLogFile, -1, suffix);
   }
 
+  @Test
+  void name() {
+  }
+
+  @Test
+  void testLogPatternMatch() {

Review Comment:
   Let's move these numbers along with the testing approach into the PR 
description and then remove the perf test from the code so it doesn't need to 
run in CI



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