Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 316989 - Jetty6ContinuationNioFauxTest failure
Summary: Jetty6ContinuationNioFauxTest failure
Status: CLOSED FIXED
Alias: None
Product: Jetty
Classification: RT
Component: build (show other bugs)
Version: 7.1.3   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 7.0.2.RC0   Edit
Assignee: Joakim Erdfelt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-15 19:31 EDT by Joakim Erdfelt CLA
Modified: 2011-09-12 12:53 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.