Skip to content

fix: ignore yamux.ErrSessionShutdown on TestTailnetAPIConnector_Disconnects #13532

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

Merged

Conversation

spikecurtis
Copy link
Contributor

@spikecurtis spikecurtis commented Jun 11, 2024

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @spikecurtis and the rest of your teammates on Graphite Graphite

@spikecurtis spikecurtis marked this pull request as ready for review June 11, 2024 04:45
@spikecurtis spikecurtis force-pushed the spike/flake-test-tailnet-api-connector-disconnects branch from c02b100 to be3a9d4 Compare June 11, 2024 04:46
@spikecurtis spikecurtis merged commit 1f9bdc3 into main Jun 11, 2024
27 checks passed
@spikecurtis spikecurtis deleted the spike/flake-test-tailnet-api-connector-disconnects branch June 11, 2024 07:16
@github-actions github-actions bot locked and limited conversation to collaborators Jun 11, 2024
Comment on lines +38 to +41
IgnoredErrorIs: append(slogtest.DefaultIgnoredErrorIs,
io.EOF, // we get EOF when we simulate a DERPMap error
yamux.ErrSessionShutdown, // coordination can throw these when DERP error tears down session
),
Copy link
Member

Choose a reason for hiding this comment

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

TIL, that's a nice addition.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants