netty5/transport
Scott Mitchell cafce0e71a 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:10:25 +02:00
..
src SingleThreadEventLoopTest failures 2016-10-11 09:10:25 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-08-26 08:36:54 +02:00