-
Notifications
You must be signed in to change notification settings - Fork 159
Format byte array error output from google_nvme_id as string #1761
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
Format byte array error output from google_nvme_id as string #1761
Conversation
/assign @Sneha-at |
Failed with:
|
prow-build SA has the right permissions, but the default compute SA does not: https://cloud.google.com/kms/docs/reference/permissions-and-roles#cloudkms.cryptoKeyEncrypterDecrypter |
/retest |
/lgtm thanks! |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattcary, pwschuurman, Sneha-at The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
1 similar comment
/retest |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Error message is currently being printed out as a byte array (%v). It should be printed out as a string (%s). This is done elsewhere
exec.CombinedOutput()
is parsed.Current error message is formatted like:
This should be:
Special notes for your reviewer:
This was discovered when debugging the issue for #1760
Does this PR introduce a user-facing change?: