You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/09/09 22:47:34 UTC

[Oak origin/1.2] Apache Jackrabbit Oak matrix - Build # 406 - Still Failing

The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #406)

Status: Still Failing

Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/406/ to view the results.

Changes:
[chetanm] OAK-3367 - Boosting fields not working as expected

[mreutegg] OAK-98 Source code formatting, code conventions, Javadocs

[chetanm] OAK-3367 - Boosting fields not working as expected

[mreutegg] OAK-2929: Parent of unseen children must not be removable

[reschke] OAK-3369: set working default JDBC URL for OakDocumentRDBRepositoryStub (ported to 1.2)

[alexparvulescu] OAK-3385 Make compress-interval configurable

[baedke] OAK-3144: Support multivalue user properties for Ldap users

 

Test results:
1 tests failed.
REGRESSION:  org.apache.jackrabbit.test.api.SerializationTest.testVersioningExceptionFileChildWorkspaceContentHandler

Error Message:
Could not add property: javax.jcr.InvalidItemStateException: OakMerge0001: OakMerge0001: Failed to merge changes to the underlying store (retries 5, 4551 ms)

Stack Trace:
junit.framework.AssertionFailedError: Could not add property: javax.jcr.InvalidItemStateException: OakMerge0001: OakMerge0001: Failed to merge changes to the underlying store (retries 5, 4551 ms)
	at junit.framework.Assert.fail(Assert.java:50)
	at org.apache.jackrabbit.test.api.TreeComparator.createComplexTree(TreeComparator.java:247)
	at org.apache.jackrabbit.test.api.SerializationTest.setUp(SerializationTest.java:85)
	at junit.framework.TestCase.runBare(TestCase.java:132)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:464)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)