-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
db access denied error message improvement (#16228)
* Fix matchers not being printed in err message * Add helpful message when access is denied to db connect * Add test for converting command errors * Simplify error message when access to db is denied * Update lib/client/db/dbcmd/dbcmd_test.go Co-authored-by: Marek Smoliński <[email protected]> * Remove unnecessary cmd.Run in test * Fix import order * Add full error to message * Fix formatting of github suggestion * Add troubleshooting link * Update troubleshooting link to use subheading Co-authored-by: Marek Smoliński <[email protected]>
- Loading branch information
1 parent
0f51099
commit ab91963
Showing
3 changed files
with
98 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters