| Summary: | [server] testCheckoutFileOutsideCurrentFolder - AssertionError: expected:<2> but was:<1> | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Tomasz Zarna <tomasz.zarna> |
| Component: | Git | Assignee: | Tomasz Zarna <tomasz.zarna> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P4 | CC: | john.arthorne, Szymon.Brandys |
| Version: | unspecified | Keywords: | investigate, test |
| Target Milestone: | 0.3 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| URL: | http://download.eclipse.org/e4/orion/drops/I201106132225/org.eclipse.orion.server.tests.AllServerTests.html | ||
| Whiteboard: | |||
|
Description
Tomasz Zarna
All tests pass when ran locally, on Windows and Linux. All tests passed in http://download.eclipse.org/e4/orion/drops/I201106142222/org.eclipse.orion.server.tests.AllServerTests.html. False alarm. This failed again today. Clearly there is an intermittent bug in here somewhere. expected:<2> but was:<1> java.lang.AssertionError: expected:<2> but was:<1> at org.eclipse.orion.server.tests.servlets.git.GitCheckoutTest.testCheckoutFileOutsideCurrentFolder(GitCheckoutTest.java:386) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:416) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:249) 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) Haven't seen it since the build John mentioned in the comment above. Passed in the last 5 builds. Reducing priority. I've just pushed a change that cleans up the test a little bit[1]. Hopefully, it will shed some light on that case. If not, I'm planning to dig deeper, it started to fail quite regularly :| [1] http://git.eclipse.org/c/e4/org.eclipse.orion.server.git/commit/?id=c5d2cf64d4f77bb1e8dd087d5a5e4d59ba8ba90d Another update: http://git.eclipse.org/c/e4/org.eclipse.orion.server.git/commit/?id=78bbb1506611fb13d62604dd5d69e8890686bbcb Haven't seen it in over a month. I don't think my changes from comment 5 or comment 6 made a difference, but it's a good reason to reduce the priority. Haven't seen it for a long time. Marking as INVALID. I will reopen it if I see the failure again. |