Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Enhance CommonTestUtils#retry log for easier troubleshooting #254

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

liyubin117
Copy link
Contributor

Purpose

Linked issue: close #253
Enhance CommonTestUtils#retry log for easier troubleshooting

Tests

API and Format

Documentation

@liyubin117 liyubin117 force-pushed the retry-log branch 2 times, most recently from e6b4c92 to aed2ebb Compare December 23, 2024 11:30
LOG.info(
"Attempt failed, sleeping for {} ms, and then retrying. caused by: {}\n",
waitMs,
t.getMessage());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution @liyubin117 . However, the intermediate error message should be the same with the final error message? Does it provide any additional information?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for your reminds, I have added aggregated errors, we can see all occured errors instead of the latest error.

@liyubin117 liyubin117 force-pushed the retry-log branch 3 times, most recently from 99f1a4b to 02e1403 Compare December 24, 2024 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Enhance CommonTestUtils#retry log for easier troubleshooting
2 participants