Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 313198 - Test failure on /test-continuation
Summary: Test failure on /test-continuation
Status: CLOSED WONTFIX
Alias: None
Product: Jetty
Classification: RT
Component: build (show other bugs)
Version: 7.1.0   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-05-17 13:28 EDT by Joakim Erdfelt CLA
Modified: 2011-07-26 16:26 EDT (History)
1 user (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-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.