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

Fix flaky certificate test #8316

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Fix flaky certificate test #8316

merged 1 commit into from
Jun 25, 2024

Conversation

stnguyen90
Copy link
Contributor

What does this PR do?

There seems to be a load balancer in front of www.google.com that has either a certificate issuer of "Google Trust Services LLC" or "Google Trust Services". This causes the test to fail intermittently.

This PR updates the test to check for the substring "Google Trust Services" instead of the exact string "Google Trust Services LLC".

Test Plan

CI should pass

Related PRs and Issues

None

Checklist

  • Have you read the Contributing Guidelines on issues?
  • If the PR includes a change to an API's metadata (desc, label, params, etc.), does it also include updated API specs and example docs?

There seems to be a load balancer in front of www.google.com that has
either a certificate issuer of "Google Trust Services LLC" or
"Google Trust Services". This causes the test to fail intermittently.

This PR updates the test to check for the substring
"Google Trust Services" instead of the exact string
"Google Trust Services LLC".
@stnguyen90 stnguyen90 mentioned this pull request Jun 24, 2024
2 tasks
@stnguyen90 stnguyen90 marked this pull request as ready for review June 24, 2024 19:30
@abnegate abnegate merged commit dc9f069 into 1.5.x Jun 25, 2024
23 checks passed
@abnegate abnegate deleted the fix-flaky-cert-test branch June 25, 2024 01:33
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

2 participants