[
https://issues.apache.org/jira/browse/HUDI-6174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yue Zhang resolved HUDI-6174.
-----------------------------
> Fix flaky test testCleanerDeleteReplacedDataWithArchive
> -------------------------------------------------------
>
> Key: HUDI-6174
> URL: https://issues.apache.org/jira/browse/HUDI-6174
> Project: Apache Hudi
> Issue Type: Bug
> Components: tests-ci
> Reporter: Ethan Guo
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.13.1
>
>
> This happens frequently (50% for the CI failure).
>
> {code:java}
> [ERROR] testCleanerDeleteReplacedDataWithArchive{Boolean,
> HoodieRecordType}[1] Time elapsed: 49.261 s <<< FAILURE!
> org.opentest4j.AssertionFailedError: expected: <0> but was: <1>
> at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
> at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)
> at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:166)
> at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:161)
> at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:611)
> at
> org.apache.hudi.utilities.deltastreamer.TestHoodieDeltaStreamer.testCleanerDeleteReplacedDataWithArchive(TestHoodieDeltaStreamer.java:1119)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>
> at java.lang.reflect.Method.invoke(Method.java:498)
> at
> org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688)
>
> at
> org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)