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

[v15] Attempt to make TestClient_DialHost more reliable #38882

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

rosstimothy
Copy link
Contributor

Backport #38856 to branch/v15

Takes inspiration from gravitational/teleport.e#1944
which addressed similar EOF error showing up when driving streams
in tests.

From https://pkg.go.dev/google.golang.org/grpc#ClientStream.SendMsg:

> // SendMsg is generally called by generated code. On error, SendMsg aborts
> // the stream. If the error was generated by the client, the status is
> // returned directly; otherwise, io.EOF is returned and the status of
> // the stream may be discovered using RecvMsg.
@rosstimothy rosstimothy added the no-changelog Indicates that a PR does not require a changelog entry label Mar 1, 2024
@rosstimothy rosstimothy marked this pull request as ready for review March 5, 2024 05:37
@github-actions github-actions bot requested review from espadolini and zmb3 March 5, 2024 05:37
@rosstimothy rosstimothy added this pull request to the merge queue Mar 7, 2024
Merged via the queue into branch/v15 with commit 0a97d40 Mar 7, 2024
39 checks passed
@rosstimothy rosstimothy deleted the bot/backport-38856-branch/v15 branch March 7, 2024 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants