netty5/transport/src
Norman Maurer fabc6ee1bc
Fix flaky ChannelInitializerTest.testChannelInitializerEventExecutor() (#8738)
Motivation:

testChannelInitializerEventExecutor() did sometimes fail as we sometimes miss to count down the latch. This can happen when we remove the handler from the pipeline before channelUnregistered(...) was called for it.

Modifications:

Countdown the latch in handlerRemoved(...).

Result:

Fix flaky test.
2019-01-21 09:01:04 +01:00
..
main/java/io/netty cleanup: fix indent (#8734) 2019-01-19 17:40:55 +01:00
test/java/io/netty Fix flaky ChannelInitializerTest.testChannelInitializerEventExecutor() (#8738) 2019-01-21 09:01:04 +01:00