Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 316989

Summary: Jetty6ContinuationNioFauxTest failure
Product: [RT] Jetty Reporter: Joakim Erdfelt <joakim.erdfelt>
Component: buildAssignee: Joakim Erdfelt <joakim.erdfelt>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: janb, jetty-inbox, mgorovoy
Version: 7.1.3   
Target Milestone: 7.0.2.RC0   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Joakim Erdfelt CLA 2010-06-15 19:31:19 EDT
Encountered a strange new test failure ...

-------------------------------------------------------------------------------
Test set: org.eclipse.jetty.continuation.Jetty6ContinuationNioFauxTest
-------------------------------------------------------------------------------
Tests run: 17, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.901 sec <<< FAILURE!
testSuspendTimeoutSuspendComplete(org.eclipse.jetty.continuation.Jetty6ContinuationNioFauxTest)  Time elapsed: 0.103 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
	at java.net.Socket.connect(Socket.java:519)
	at java.net.Socket.connect(Socket.java:469)
	at java.net.Socket.<init>(Socket.java:366)
	at java.net.Socket.<init>(Socket.java:180)
	at org.eclipse.jetty.continuation.test.ContinuationBase.process(ContinuationBase.java:236)
	at org.eclipse.jetty.continuation.test.ContinuationBase.doSuspendTimeoutSuspendComplete(ContinuationBase.java:139)
	at org.eclipse.jetty.continuation.Jetty6ContinuationNioFauxTest.testSuspendTimeoutSuspendComplete(Jetty6ContinuationNioFauxTest.java:119)


With a STDERR of ...
2010-06-15 16:29:44.101:INFO::jetty-6.1.24
2010-06-15 16:29:44.101:INFO:/:ContinuationFilter  jetty=false jetty6=true faux=true filtered=true servlet3=false
2010-06-15 16:29:44.101:INFO::Started SelectChannelConnector@0.0.0.0:56755
2010-06-15 16:29:44.102:INFO::Stopped SelectChannelConnector@0.0.0.0:0
Comment 1 Jan Bartel CLA 2011-09-05 01:01:10 EDT
Joakim,

Is this failure still happening on your builds. I can't seem to make it fail for me.
Comment 2 Joakim Erdfelt CLA 2011-09-12 12:53:46 EDT
Marking as CLOSED as this test failure has not happened for over a year now.