-
Notifications
You must be signed in to change notification settings - Fork 177
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
go - azadmin
is failing consistently with a weird checkout
error
#6483
Comments
go - azkeys
is failing consistently with a weird checkout
errorgo - azadmin
is failing consistently with a weird checkout
error
@scbedd looks like the failure is related to coverage, not checkout? Or maybe I'm looking at a different pipeline result. For coverage the values get set here: https://github.com/Azure/azure-sdk-for-go/blob/main/eng/config.json#L102 |
@benbp I hadn't dug in yet, @gracewilcox was just over asking. The build failure that she had me looking at included a |
It's citing a code coverage issue since TestRoleDefinitions and TestGetSettings is failing, therefore it's not meeting code coverage minimum. It says that "Recording ID was not returned by the response." |
Alright, so I had a chat with grace, and we think we understand why we are seeing this
This I will resolve the weird checkout error in #6484, but that will just reveal this other reset error. I will close this issue as completed with the other PR, and work with the |
We have set an override within the |
See this failing pipeline for an example failing build.
Need to jump on this priority as it is blocking a release.
The text was updated successfully, but these errors were encountered: