Bug 355622 - [Net][Tests] testIndividualSetAndClear failure in I20110823-0925
Summary: [Net][Tests] testIndividualSetAndClear failure in I20110823-0925
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: Tomasz Zarna CLA
QA Contact:
URL: http://download.eclipse.org/eclipse/d...
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2011-08-24 04:47 EDT by Tomasz Zarna CLA
Modified: 2011-10-28 09:28 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Zarna CLA 2011-08-24 04:47:36 EDT
Failed on all machines, RHEL, Mac and Win.

expected:<me> but was:<null>

junit.framework.AssertionFailedError: expected:<me> but was:<null>
at org.eclipse.core.tests.net.NetTest.assertHttpSystemProperties(NetTest.java:117)
at org.eclipse.core.tests.net.NetTest.assertSystemPropertiesMatch(NetTest.java:93)
at org.eclipse.core.tests.net.NetTest.assertProxyDataEqual(NetTest.java:88)
at org.eclipse.core.tests.net.NetTest.getProxyData(NetTest.java:150)
at org.eclipse.core.tests.net.NetTest.setHost(NetTest.java:184)
at org.eclipse.core.tests.net.NetTest.setDataTest(NetTest.java:206)
at org.eclipse.core.tests.net.NetTest.testIndividualSetAndClear(NetTest.java:250)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
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:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Tomasz Zarna CLA 2011-08-24 04:48:11 EDT
The test passes locally on Windows.
Comment 2 Tomasz Zarna CLA 2011-09-28 05:57:15 EDT
Haven't seen it for a while, reducing priority.
Comment 3 Tomasz Zarna CLA 2011-10-28 09:28:47 EDT
The failure gone, it must have been an intermittent problem with the test.