Skip to main content

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

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

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

Changes:

Test Failures:

2 tests failed.
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