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 request] improve error message in order to up efficiency. #1781

Closed
rambohe-ch opened this issue Nov 8, 2023 · 1 comment · Fixed by #1792
Closed

[feature request] improve error message in order to up efficiency. #1781

rambohe-ch opened this issue Nov 8, 2023 · 1 comment · Fixed by #1792
Assignees
Labels
help wanted help wanted kind/feature kind/feature kind/good-first-issue kind/good-first-issue

Comments

@rambohe-ch
Copy link
Member

What would you like to be added:
When unit tests failed, we need to search the keyword fail to find out the failed cases, but there are many error messages that include keyword fail(such as in the following image), this will affect our efficiency in finding failed cases.

image

so i think we can improve the error messages, this means change word fail to couldn't as following:

failed to update the DynamicRESTMapper failed to update cached dynamic RESTMapper, path does not exist --> could not update the DynamicRESTMapper failed to update cached dynamic RESTMapper, path does not exist

others
/kind feature

@rambohe-ch rambohe-ch added the kind/feature kind/feature label Nov 8, 2023
@rambohe-ch rambohe-ch changed the title [feature request] improve error info in log message [feature request] improve error message in order to up efficiency. Nov 8, 2023
@rambohe-ch rambohe-ch added help wanted help wanted kind/good-first-issue kind/good-first-issue labels Nov 8, 2023
@dzcvxe
Copy link
Contributor

dzcvxe commented Nov 12, 2023

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted help wanted kind/feature kind/feature kind/good-first-issue kind/good-first-issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants