Skip to content

Treat ClosedChannelException as UNAVAILABLE to squelch test failures - #1516

Merged
ejona86 merged 1 commit into
grpc:masterfrom
ejona86:squelch-flaky-tests
Mar 3, 2016
Merged

Treat ClosedChannelException as UNAVAILABLE to squelch test failures#1516
ejona86 merged 1 commit into
grpc:masterfrom
ejona86:squelch-flaky-tests

Conversation

@ejona86

@ejona86 ejona86 commented Mar 3, 2016

Copy link
Copy Markdown
Member

Our tests are detecting cases where we are still getting
ClosedChannelException. We need to fix that because it is a useless
status, but until it is fixed we want a stable CI.

Fixes #1513 and NettyTransportTest.serverNotListening failures

return s;
}
if (t instanceof ClosedChannelException) {
// TODO(ejona): reenable once startup rances are resolved; ClosedChannelException is being seen

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

races

@carl-mastrangelo

Copy link
Copy Markdown
Contributor

LGTM

Our tests are detecting cases where we are still getting
ClosedChannelException. We need to fix that because it is a useless
status, but until it is fixed we want a stable CI.

Fixes grpc#1513 and NettyTransportTest.serverNotListening failures
@ejona86
ejona86 force-pushed the squelch-flaky-tests branch from b09795d to 3528467 Compare March 3, 2016 22:18
@ejona86
ejona86 merged commit 3528467 into grpc:master Mar 3, 2016
@ejona86
ejona86 deleted the squelch-flaky-tests branch March 3, 2016 22:21
@lock lock Bot locked as resolved and limited conversation to collaborators Jan 21, 2019
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.

TlsTest flakiness

2 participants