[ 
https://issues.apache.org/jira/browse/HUDI-7374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913850#comment-17913850
 ] 

Y Ethan Guo commented on HUDI-7374:
-----------------------------------

This flakiness is still happening:
{code:java}
[ERROR] Tests run: 10, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 71.569 
s <<< FAILURE! - in org.apache.hudi.table.action.compact.TestAsyncCompaction
[ERROR] testConcurrentCompaction  Time elapsed: 10.068 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: compaction plan should not include pending 
log files ==> expected: <true> but was: <false>
        at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
        at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40)
        at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:210)
        at 
org.apache.hudi.table.action.compact.TestAsyncCompaction.testConcurrentCompaction(TestAsyncCompaction.java:243)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         {code}

> Fix flaky test: AsyncCompaciton.testConcurrentCompaction
> --------------------------------------------------------
>
>                 Key: HUDI-7374
>                 URL: https://issues.apache.org/jira/browse/HUDI-7374
>             Project: Apache Hudi
>          Issue Type: Sub-task
>          Components: compaction, table-service
>            Reporter: Lin Liu
>            Assignee: Danny Chen
>            Priority: Blocker
>             Fix For: 1.0.1
>
>         Attachments: Screenshot 2024-06-23 at 16.31.51.png
>
>
>  
> {code:java}
> [ERROR] Tests run: 10, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 50.603 s <<< FAILURE! - in 
> org.apache.hudi.table.action.compact.TestAsyncCompaction
> [ERROR] testConcurrentCompaction  Time elapsed: 7.767 s  <<< FAILURE!
> org.opentest4j.AssertionFailedError: compaction plan should not include 
> pending log files ==> expected: <true> but was: <false>
>       at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
>       at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40)
>       at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:193)
>       at 
> org.apache.hudi.table.action.compact.TestAsyncCompaction.testConcurrentCompaction(TestAsyncCompaction.java:235)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to