netty5/transport/src
Scott Mitchell eb1dfb8f5e SingleThreadEventLoopTest failures
Motivation:
Some unit tests in SingleThreadEventLoopTest rely upon Thread.sleep for sequencing events between threads. This can be unreliable and result in spurious test failures if thread scheduling does not occur in a fair predictable manner.

Modifications:
- Reduce the reliance on Thread.sleep in SingleThreadEventLoopTest

Result:
Fixes https://github.com/netty/netty/issues/5851
2016-10-11 09:09:53 +02:00
..
main/java/io/netty [#5770] Use heapbuffers by default when using LocalChannel and LocalServerChannel. 2016-10-10 11:16:17 +02:00
test/java/io/netty SingleThreadEventLoopTest failures 2016-10-11 09:09:53 +02:00