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

Add logging to layer retry code path #1281

Merged
merged 2 commits into from
Jan 21, 2022

Conversation

dcantah
Copy link
Contributor

@dcantah dcantah commented Jan 19, 2022

This change adds a small log to the code path that handles retrying layer setup if we encountered a set of known error codes that we'd observed on ws2019. This is mostly just so we can tell how often we're actually hitting this and see which error is most prevalent.

This additionally contains a commit to remove the --timeout flag passed for our golangci runs. The command line flags have higher priority than the config file so our timeout defined there wasn't being honored.

@dcantah dcantah requested a review from a team as a code owner January 19, 2022 22:30
This change adds a small log to the code path that handles retrying layer
setup if we encountered a set of known error codes that we'd observed on
ws2019. This is mostly just so we can tell how often we're actually hitting
this and see which error is most prevalent.

Signed-off-by: Daniel Canter <dcanter@microsoft.com>
We have a timeout defined in the golangci.yml file but it doesn't get honored
as the commandline flags have higher priority. This change removes the --timeout
specified for args so the timeout from the config will be used.

Signed-off-by: Daniel Canter <dcanter@microsoft.com>
@dcantah dcantah merged commit 61aa915 into microsoft:master Jan 21, 2022
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.

None yet

3 participants