Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure in mina.netty on Travis: NioSocketIT.testBindAsync, NioSocketChannelIoAcceptorIT.disposeShouldStopAll_IO_Threads #824

Open
cmebarrow opened this issue Dec 14, 2016 · 1 comment
Labels
triage Needs to be triaged

Comments

@cmebarrow
Copy link
Contributor

cmebarrow commented 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:

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
@cmebarrow
Copy link
Contributor Author

The first test failure was:

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
…ndAsync(), changed NioSocketChannelIoAcceptorIT.disposeShouldStopAll_IO_Threads to give more time for the IO threads to be stopped.
@robinzimmermann robinzimmermann added the triage Needs to be triaged label Apr 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants