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

Backport allow go 1.18 darwin error message in unit tests #8203

Merged
merged 1 commit into from
Mar 26, 2022

Conversation

clarafu
Copy link
Contributor

@clarafu clarafu commented Mar 26, 2022

Changes proposed by this PR

backport of ae2c0bd in order to fix unit tests in release pipeline for v7.7.x

The unit tests are failing in prod because the fly-darwin unit tests are
looking for the "x509: certificate signed by unknown authority" but the
error that is returned is "x509: “Acme Co” certificate is not trusted".
Im pretty sure it is from the darwin worker go version being bumped to
1.18 and therefore prints out a different error message.

Signed-off-by: Clara Fu <fclara@vmware.com>
@clarafu clarafu requested a review from a team as a code owner March 26, 2022 01:43
@clarafu clarafu added the misc label Mar 26, 2022
Copy link
Member

@vito vito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👻

@clarafu clarafu merged commit cb6afdc into release/7.7.x Mar 26, 2022
@clarafu clarafu deleted the fix-darwin-test-7.7.x branch March 26, 2022 01:45
@renovate renovate bot mentioned this pull request Sep 20, 2022
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants