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
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.
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
The text was updated successfully, but these errors were encountered:
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
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 keywordfail
(such as in the following image), this will affect our efficiency in finding failed cases.so i think we can improve the error messages, this means change word
fail
tocouldn't
as following:others
/kind feature
The text was updated successfully, but these errors were encountered: