yihua opened a new issue, #17721:
URL: https://github.com/apache/hudi/issues/17721
### Bug Description
**What happened:**
`TestHoodieDeltaStreamerWithMultiWriter#testLatestCheckpointCarryOverWithMultipleWriters`
is flaky
```
[ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
152.572 s <<< FAILURE! - in
org.apache.hudi.utilities.deltastreamer.TestHoodieDeltaStreamerWithMultiWriter
[ERROR] testLatestCheckpointCarryOverWithMultipleWriters{HoodieTableType}[1]
Time elapsed: 22.821 s <<< FAILURE!
org.opentest4j.AssertionFailedError: expected: <00008> but was: <00009>
at
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at
org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
at
org.apache.hudi.utilities.deltastreamer.TestHoodieDeltaStreamerWithMultiWriter.verifyCommitMetadataCheckpoint(TestHoodieDeltaStreamerWithMultiWriter.java:318)
at
org.apache.hudi.utilities.deltastreamer.TestHoodieDeltaStreamerWithMultiWriter.testLatestCheckpointCarryOverWithMultipleWriters(TestHoodieDeltaStreamerWithMultiWriter.java:310)
```
**What you expected:**
Test should pass each time.
**Steps to reproduce:**
1. Run Azure CI, or run the test locally until it fails
### Environment
**Hudi version:** master
**Query engine:** (Spark/Flink/Trino etc)
**Relevant configs:**
### Logs and Stack Trace
_No response_
--
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]