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

httptransport: fix test flake #2030

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Conversation

hdonnay
Copy link
Member

@hdonnay hdonnay commented Apr 9, 2024

Saw this test flake in CI and managed to reproduce locally. I haven't been able to reproduce with this patch, but don't have a great explanation as to why it's not consistent.

@hdonnay hdonnay requested a review from a team as a code owner April 9, 2024 22:42
@hdonnay hdonnay requested review from crozzy and removed request for a team April 9, 2024 22:42
res, err := c.Get(u)
if err != nil {
t.Error(err)
// Create a scope for do the actual requests.
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: comment

Suggested change
// Create a scope for do the actual requests.
// Create a scope for doing the actual requests.

Copy link
Collaborator

@crozzy crozzy left a comment

Choose a reason for hiding this comment

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

Looks good, one nit

@crozzy crozzy self-requested a review April 10, 2024 14:06
Saw this test flake in CI and managed to reproduce locally.
I haven't been able to reproduce with this patch, but don't have a great
explanation as to why it's not consistent.

Signed-off-by: Hank Donnay <[email protected]>
@hdonnay
Copy link
Member Author

hdonnay commented Apr 10, 2024

/fast-forward

@github-actions github-actions bot merged commit 2058231 into quay:main Apr 10, 2024
9 checks passed
@hdonnay hdonnay deleted the bug/testflake branch April 10, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants