rionmonster commented on issue #2262:
URL: https://github.com/apache/fluss/issues/2262#issuecomment-3694045409
@swuferhong
I can take this -- I suspect the issue would be similar to several other
flaky, unstable tests like these that probably just require some guardrails
around them or more robust retries. I was able to reproduce the issue locally
fairly easily via iterating over the test a few (50) times:
```
Running testLogTableCompaction iteration 41/50
Running testLogTableCompaction iteration 42/50
org.opentest4j.AssertionFailedError:
expected: 3L
but was: 2L
Expected :3L
Actual :2L
```
--
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]