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

Bug 392340

Summary: Test failure in GitCloneTest.testDeleteInWorkspace
Product: [ECD] Orion Reporter: John Arthorne <john.arthorne>
Component: GitAssignee: Project Inbox <orion.git-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description John Arthorne CLA 2012-10-18 10:53:33 EDT
Occurred in several builds, including I20121017-2230

expected:<201> but was:<400>

java.lang.AssertionError: expected:<201> but was:<400>
at org.eclipse.orion.server.tests.servlets.git.GitTest.createProjectOrLink(GitTest.java:165)
at org.eclipse.orion.server.tests.servlets.git.GitCloneTest.testDeleteInWorkspace(GitCloneTest.java:643)
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:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 John Arthorne CLA 2012-10-18 10:56:12 EDT
I can't reproduce this locally. It is hard to diagnose further without knowing what the server error was. I have added more logging to be triggered only when the assertion fails:

http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=23981a816da735c87a9729959d57495776f2c9ab
Comment 2 John Arthorne CLA 2013-09-09 10:31:55 EDT
Not reproducible.