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

Fix SimpleChannelPoolTest#testCloseAsync() test flake #9943

Merged
merged 1 commit into from
Jan 11, 2020

Conversation

njhill
Copy link
Member

@njhill njhill commented Jan 10, 2020

Motivation

This test is failing intermittently and upon inspection has a race condition.

Modification

Fix race condition by waiting for async release calls to complete prior to closing the pool.

Result

Hopefully fixed flaky test

Motivation

This test is failing intermittently and upon inspection has a race
condition.

Modification

Fix race condition by waiting for async release calls to complete prior
to closing the pool.

Result

Hopefully fixed flakey test
@netty-bot
Copy link

Can one of the admins verify this patch?

@normanmaurer
Copy link
Member

@netty-bot test this please

@normanmaurer normanmaurer merged commit ba140ac into netty:4.1 Jan 11, 2020
@normanmaurer
Copy link
Member

@njhill thanks

@normanmaurer normanmaurer added this to the 4.1.45.Final milestone Jan 11, 2020
@njhill njhill deleted the chan-pool-test-flake branch January 11, 2020 05:16
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.

None yet

3 participants