-
Notifications
You must be signed in to change notification settings - Fork 52
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 flake: TestGracefulStopTimeout #301
Labels
Comments
jgraettinger
added a commit
that referenced
this issue
Sep 15, 2021
GracefulStopTimeout can't be shrunk until after all connection setup has occurred, as it's otherwise racing cmux matching of a mux for newly-opened test connections. Issue #301
Another (unrelated) test flake I'm tackling with this:
The actual error is returned by appendFSM on reading an EOF from the stream, where an explicit empty |
jgraettinger
added a commit
that referenced
this issue
Sep 15, 2021
Update expectation to include alternative (valid) error that can be read. Issue #301
jgraettinger
added a commit
that referenced
this issue
Sep 16, 2021
GracefulStopTimeout can't be shrunk until after all connection setup has occurred, as it's otherwise racing cmux matching of a mux for newly-opened test connections. Issue #301
jgraettinger
added a commit
that referenced
this issue
Sep 16, 2021
Update expectation to include alternative (valid) error that can be read. Issue #301
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is flaking because the test is racing (and losing) a 25ms read deadline of the underlying connection.
The text was updated successfully, but these errors were encountered: