You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Motivation
There are many issues caused by as follows:
Error: com.alibaba.fluss.server.replica.fetcher.ReplicaFetcherITCase Time elapsed: 616.934 s <<< FAILURE!
java.lang.AssertionError: Attempt failed.
at com.alibaba.fluss.testutils.common.CommonTestUtils.retry(CommonTestUtils.java:156)
at com.alibaba.fluss.server.testutils.FlussClusterExtension.waitUtilAllGatewayHasSameMetadata(FlussClusterExtension.java:361)
at com.alibaba.fluss.server.testutils.FlussClusterExtension.start(FlussClusterExtension.java:177)
at com.alibaba.fluss.server.testutils.FlussClusterExtension.beforeAll(FlussClusterExtension.java:123)
the log hides many valuable messages of each test execution, and we can expose them for easier troubleshooting
Solution
we can expose them for easier troubleshooting
Anything else?
No response
Willingness to contribute
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
liyubin117
changed the title
[Feature] enhance CommonTestUtils#retry log for easier troubleshooting
[Feature] Enhance CommonTestUtils#retry log for easier troubleshooting
Dec 23, 2024
Search before asking
Motivation
There are many issues caused by as follows:
the log hides many valuable messages of each test execution, and we can expose them for easier troubleshooting
Solution
we can expose them for easier troubleshooting
Anything else?
No response
Willingness to contribute
The text was updated successfully, but these errors were encountered: