Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-releng] orion-server-dev - Build #3057 - Still Unstable!

orion-server-dev - Build #3057 - Still Unstable:

Check console output at https://hudson.eclipse.org/orion/job/orion-server-dev/3057/ to view the results.

Changes:

Test Failures:

3 tests failed.
REGRESSION:  org.eclipse.orion.server.tests.servlets.git.GitMergeTest.testMergeIntoLocalFailedDirtyWorkTree

Error Message:
The operation took too long

Stack Trace:
java.lang.AssertionError: The operation took too long
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.eclipse.orion.server.tests.servlets.git.GitTest.waitForTaskCompletionObject(GitTest.java:275)
	at org.eclipse.orion.server.tests.servlets.git.GitTest.waitForTask(GitTest.java:295)
	at org.eclipse.orion.server.tests.servlets.git.GitTest.waitForTask(GitTest.java:287)
	at org.eclipse.orion.server.tests.servlets.git.GitTest.push(GitTest.java:633)
	at org.eclipse.orion.server.tests.servlets.git.GitTest.push(GitTest.java:600)
	at org.eclipse.orion.server.tests.servlets.git.GitTest.push(GitTest.java:594)
	at org.eclipse.orion.server.tests.servlets.git.GitMergeTest.testMergeIntoLocalFailedDirtyWorkTree(GitMergeTest.java:321)


FAILED:  org.eclipse.orion.server.tests.metastore.SimpleMetaStoreTests.testCreateProjectWithURLAsName

Error Message:
SimpleMetaStore.createProject: could not find workspace with id:testCreateProjectWithURLAsName-OrionContent, workspace does not exist.

Stack Trace:
org.eclipse.core.runtime.CoreException: SimpleMetaStore.createProject: could not find workspace with id:testCreateProjectWithURLAsName-OrionContent, workspace does not exist.
	at org.eclipse.orion.internal.server.core.metastore.SimpleMetaStore.createProject(SimpleMetaStore.java:189)
	at org.eclipse.orion.server.tests.metastore.SimpleMetaStoreTests.testCreateProjectWithURLAsName(SimpleMetaStoreTests.java:666)


FAILED:  org.eclipse.orion.server.tests.metastore.SimpleMetaStoreUtilTest.testCreateMetaFileWithBadName

Error Message:
Attempting to create a metafile with an invalid path should have thrown an exception

Stack Trace:
java.lang.AssertionError: Attempting to create a metafile with an invalid path should have thrown an exception
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.eclipse.orion.server.tests.metastore.SimpleMetaStoreUtilTest.testCreateMetaFileWithBadName(SimpleMetaStoreUtilTest.java:141)



Back to the top