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

Bug 313198

Summary: Test failure on /test-continuation
Product: [RT] Jetty Reporter: Joakim Erdfelt <joakim.erdfelt>
Component: buildAssignee: Joakim Erdfelt <joakim.erdfelt>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: jetty-inbox
Version: 7.1.0   
Target Milestone: 7.0.2.RC0   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Joakim Erdfelt CLA 2010-05-17 13:28:20 EDT
-------------------------------------------------------------------------------
Test set: org.eclipse.jetty.continuation.FauxContinuationTest
-------------------------------------------------------------------------------
Tests run: 17, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.702 sec <<< FAILURE!
testSuspendTimeoutSuspend(org.eclipse.jetty.continuation.FauxContinuationTest)  Time elapsed: 0.057 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.doSuspendTimeoutSuspend(ContinuationBase.java:149)
	at org.eclipse.jetty.continuation.FauxContinuationTest.testSuspendTimeoutSuspend(FauxContinuationTest.java:122)
Comment 1 Greg Wilkins CLA 2010-05-24 07:25:28 EDT
was this fixed by your ulimit changes?
Comment 2 Joakim Erdfelt CLA 2010-05-24 17:01:40 EDT
No longer getting this specific test failure,
But there are still failures in test-sessions.