Bug 345697 - [server] testConflict failed in I201105120950, JSONObject["Running"] not found
Summary: [server] testConflict failed in I201105120950, JSONObject["Running"] not found
Status: RESOLVED INVALID
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Client (show other bugs)
Version: 0.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL: http://download.eclipse.org/e4/orion/...
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2011-05-13 04:36 EDT by Tomasz Zarna CLA
Modified: 2011-08-30 10:20 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-05-13 04:36:52 EDT
JSONObject["Running"] not found. 

org.json.JSONException: JSONObject["Running"] not found.
at org.json.JSONObject.get(JSONObject.java:515)
at org.json.JSONObject.getBoolean(JSONObject.java:531)
at org.eclipse.orion.server.tests.servlets.git.GitTest.waitForTaskCompletion(GitTest.java:207)
at org.eclipse.orion.server.tests.servlets.git.GitTest.clone(GitTest.java:255)
at org.eclipse.orion.server.tests.servlets.git.GitTest.clone(GitTest.java:266)
at org.eclipse.orion.server.tests.servlets.git.GitTest.clone(GitTest.java:271)
at org.eclipse.orion.server.tests.servlets.git.GitStatusTest.testConfilct(GitStatusTest.java:717)
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)
Comment 1 Tomasz Zarna CLA 2011-05-13 04:37:40 EDT
The test passes in http://download.eclipse.org/e4/orion/drops/N201105122000/.
Comment 2 Tomasz Zarna CLA 2011-05-17 07:25:05 EDT
All tests passed in http://download.eclipse.org/e4/orion/drops/I201105170200/.
Comment 3 John Arthorne CLA 2011-05-17 09:32:46 EDT
This test failed for me yesterday. It smells like a timing issue because the test is waiting for a task to complete in another thread. I have added some more debugging information to the failure message in GitTest#waitForTaskCompletion, so if it fails again we can see what's going on.