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

test: fix brittle tests #8166

Merged
merged 2 commits into from
Jun 22, 2023
Merged

Conversation

codyoss
Copy link
Member

@codyoss codyoss commented Jun 22, 2023

These tests relied on the fact that the retry option was the first. It is likely in the future orders will change even more so these tests should eventually be written or removed. We should exercies that retries work more generally if we don't already.

Fixes: #8095
Fixes: #8146

These tests relied on the fact that the retry option was the first.
It is likely in the future orders will change even more so these
tests should eventually be written or removed. We should exercies
that retries work more generally if we don't already.

Fixes: googleapis#8095
Fixes: googleapis#8146
@codyoss codyoss requested review from a team and shollyman as code owners June 22, 2023 14:25
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Jun 22, 2023
@codyoss codyoss added the automerge Merge the pull request once unit tests and other checks pass. label Jun 22, 2023
Copy link
Contributor

@harshachinta harshachinta left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this, Cody. I was about to raise a PR as continuous tests were failing because of this issue.

@gcf-merge-on-green gcf-merge-on-green bot merged commit 4a9c124 into googleapis:main Jun 22, 2023
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 22, 2023
@codyoss codyoss deleted the fix-panics branch June 22, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spanner: many tests failed pubsub: many tests failed
3 participants