netty5/common/src
Norman Maurer aa0451d26d Fix flaky GlobalEventExecutorTest.* (#9074)
Motivation:

In GlobalEventExecutorTest we used Thread.sleep(...) which can produce flaky results (as seen on the CI). We should use another alternative during tests.

Modifications:

Replace Thread.sleep(...) with join()

Result:

No more flaky GlobalEventExecutor tests.
2019-04-29 08:33:18 +02:00
..
main Don't use sun.misc.Unsafe when IKVM.NET is used (#9042) 2019-04-12 22:42:13 +02:00
test Fix flaky GlobalEventExecutorTest.* (#9074) 2019-04-29 08:33:18 +02:00