TengHuo commented on PR #7840:
URL: https://github.com/apache/hudi/pull/7840#issuecomment-1420104551

   Hi @danny0405 
   
   I found a lot of errors in the test, but can't find the root cause of why 
the expected commit failed.
   
   ```
   1000360 [pool-1121-thread-1] WARN  
org.apache.hudi.utilities.deltastreamer.TestHoodieDeltaStreamer [] - Got error :
   org.opentest4j.AssertionFailedError: Got=0, exp >=1 ==> expected: <true> but 
was: <false>
        at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) 
~[junit-jupiter-api-5.7.2.jar:5.7.2]
        at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40) 
~[junit-jupiter-api-5.7.2.jar:5.7.2]
        at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:193) 
~[junit-jupiter-api-5.7.2.jar:5.7.2]
        at 
org.apache.hudi.utilities.deltastreamer.TestHoodieDeltaStreamer$TestHelpers.assertAtLeastNReplaceCommits(TestHoodieDeltaStreamer.java:411)
 ~[test-classes/:?]
        at 
org.apache.hudi.utilities.deltastreamer.TestHoodieDeltaStreamer.lambda$testInlineClustering$10(TestHoodieDeltaStreamer.java:948)
 ~[test-classes/:?]
        at 
org.apache.hudi.utilities.deltastreamer.TestHoodieDeltaStreamer$TestHelpers.lambda$waitTillCondition$1(TestHoodieDeltaStreamer.java:387)
 ~[test-classes/:?]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
~[?:1.8.0_362]
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
~[?:1.8.0_362]
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
~[?:1.8.0_362]
        at java.lang.Thread.run(Thread.java:750) ~[?:1.8.0_362]
   ```
   
   May I ask how I can locate the root cause of test failure? Thanks


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