You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was first reported in tickets 161: "travis build for gateway giving various errors". It just happened again when building PR #823 (commit 2ead3a3). Build output: NioSocketChannelIoAcceptorIT.fail.txt
Extract:
Failed tests:
NioSocketChannelIoAcceptorIT.disposeShouldStopAll_IO_Threads:218->assertNoWorkerThreads:322 No worker or boss threads should be running after disposeResources, found 3 workers, 0 bosses: [New I/O worker #31, New I/O worker #32, New I/O worker #33]
Tests in error:
org.kaazing.mina.netty.NioSocketIT.testBindAsync(org.kaazing.mina.netty.NioSocketIT)
Run 1: NioSocketIT.testBindAsync:384->Object.wait:502->Object.wait:-2 » TestTimedOut ...
Run 2: NioSocketIT.testBindAsync » Appears to be stuck in thread New I/O worker #32
The text was updated successfully, but these errors were encountered:
NioSocketIT.testBindAsync FAILED with exception org.junit.runners.model.MultipleFailureException:
There were 2 errors:
org.junit.runners.model.TestTimedOutException(test timed out after 15 seconds)
java.lang.Exception(Appears to be stuck in thread New I/O worker #32) (15.00 secs)
org.junit.runners.model.MultipleFailureException: There were 2 errors:
org.junit.runners.model.TestTimedOutException(test timed out after 15 seconds)
java.lang.Exception(Appears to be stuck in thread New I/O worker #32)
at org.junit.internal.runners.statements.FailOnTimeout.createTimeoutException(FailOnTimeout.java:169)
at org.junit.internal.runners.statements.FailOnTimeout.getResult(FailOnTimeout.java:152)
at org.junit.internal.runners.statements.FailOnTimeout.evaluate(FailOnTimeout.java:128)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
cmebarrow
pushed a commit
to cmebarrow/gateway
that referenced
this issue
Dec 14, 2016
This issue was first reported in tickets 161: "travis build for gateway giving various errors". It just happened again when building PR #823 (commit 2ead3a3). Build output:
NioSocketChannelIoAcceptorIT.fail.txt
Extract:
The text was updated successfully, but these errors were encountered: