-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
Here is the stack trace of the failure:
Error: testRefused(org.jboss.remoting3.test.RemoteChannelTest) Time elapsed: 2.194 s <<< FAILURE!
java.lang.AssertionError: Expected an IOException with 'refused' in the string
at org.junit.Assert.fail(Assert.java:89)
at org.jboss.remoting3.test.RemoteChannelTest.testRefused(RemoteChannelTest.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
On newer Wndows JDKs 14 and 17, the test failure above occurs and investigation shows that the future state is forever waiting. So the test just goes ahead and cancel it. IMO, we should deem this as an acceptable output for the test.