Bug 305397 - Failing test in I-1.2.0-20100304170940 build
Summary: Failing test in I-1.2.0-20100304170940 build
Status: NEW
Alias: None
Product: JSDT
Classification: WebTools
Component: Debug (show other bugs)
Version: 3.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Simon Kaegi CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-10 15:53 EST by Michael Rennie CLA
Modified: 2010-03-11 10:25 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Rennie CLA 2010-03-10 15:53:30 EST
We have a failing test in the last I-build (/I-1.2.0-20100304170940) that must be looked at:

looks like now we are getting a bad packet.

Failed to parse content length:

java.io.IOException: Failed to parse content length:
at org.eclipse.wst.jsdt.debug.rhino.transport.SocketConnection.readPacket(SocketConnection.java:94)

at org.eclipse.wst.jsdt.debug.rhino.transport.SocketTransportService.attach(SocketTransportService.java:137)
at org.eclipse.wst.jsdt.debug.rhino.tests.TransportTest.testSocketAcceptAttach(TransportTest.java:50)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:376)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:209)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:197)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:611)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:566)
at org.eclipse.equinox.launcher.Main.run(Main.java:1363)
at org.eclipse.equinox.launcher.Main.main(Main.java:1339)
Comment 1 Chris Jaun CLA 2010-03-11 09:42:07 EST
This test case is still failing in today's Stable milestone
build(S-3.2.0M6-20100311035744).

If this fix did not work, can we comment the test out?

Thanks,
Chri
Comment 2 Michael Rennie CLA 2010-03-11 10:21:56 EST
I have disabled the test until we can reproduce it
Comment 3 Chris Jaun CLA 2010-03-11 10:25:10 EST
Thank you Michael.