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

Unset connectivity delegate during tearDown in connectivity tests #527

Merged
merged 1 commit into from
Jul 24, 2019

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Jul 24, 2019

Motivation:

Some tests register a connectivity state delegate which fulfills
expectations on state changes. In some cases this causes the test to
fail during tear down as the expectation may be over fulfilled.

Modifications:

Remove the connectivity state delegate during the first step of tear
down.

Result:

Expectations are not overfulfilled during test tear down.

Motivation:

Some tests register a connectivity state delegate which fulfills
expectations on state changes. In some cases this causes the test to
fail during tear down as the expectation may be over fulfilled.

Modifications:

Remove the connectivity state delegate during the first step of tear
down.

Result:

Expectations are not overfulfilled during test tear down.
@MrMage MrMage merged commit 42af0d7 into grpc:nio Jul 24, 2019
@glbrntt glbrntt deleted the connection-backoff-tests branch July 24, 2019 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants