The build passed on Apache CI [1] but failed on Travis. Would look into the failure cause.
All the tests are failing because /testroot/node1 is locked. May be the order of test are different as the build in which it passed [2] LockIT testcase were run later Tests in error: testNode(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): Node at /testroot/node1 is locked testValueArray(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): Node at /testroot/node1 is locked testValue(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): Node at /testroot/node1 is locked testString(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): Node at /testroot/node1 is locked testStringArray(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): Node at /testroot/node1 is locked testInputStream(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): Node at /testroot/node1 is locked testLong(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): Node at /testroot/node1 is locked testDouble(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): Node at /testroot/node1 is locked testCalendar(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): Node at /testroot/node1 is locked testBoolean(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): Node at /testroot/node1 is locked testCheckedIn(org.apache.jackrabbit.test.api.NodeAddMixinTest): Node at /testroot/node1 is locked testCheckedIn(org.apache.jackrabbit.test.api.NodeCanAddMixinTest): Node at /testroot/node1 is locked testCheckedIn(org.apache.jackrabbit.test.api.NodeRemovixinTest): Node at /testroot/node1 is locked testCheckedIn(org.apache.jackrabbit.test.api.NodeSetPrimaryTypeTest): Node at /testroot/node1 is locked testSessionImportXml(org.apache.jackrabbit.test.api.DocumentViewImportTest): Target node is locked. testWorkspaceGetImportContentHandler(org.apache.jackrabbit.test.api.DocumentViewImportTest): Target node is locked. testSameUUIDAtAncestorWorkspaceHandler(org.apache.jackrabbit.test.api.DocumentViewImportTest): Target node is locked. testSameUUIDAtAncestorWorkspace(org.apache.jackrabbit.test.api.DocumentViewImportTest): Target node is locked. testSameUUIDAtAncestorSessionHandler(org.apache.jackrabbit.test.api.DocumentViewImportTest): Target node is locked. testSameUUIDAtAncestorSession(org.apache.jackrabbit.test.api.DocumentViewImportTest): Target node is locked. testRemoveCheckedInItem(org.apache.jackrabbit.test.api.SessionRemoveItemTest): Node at /testroot/node1 is locked testVersioning(org.apache.jackrabbit.test.api.observation.GetUserDataTest): Node at /testroot/node1 is locked testVersionException(org.apache.jackrabbit.test.api.query.SaveTest): Node at /testroot/node1 is locked [1] http://ci.apache.org/builders/oak-trunk/builds/3102 [2] https://travis-ci.org/apache/jackrabbit-oak/builds/10617487 Chetan Mehrotra On Mon, Aug 26, 2013 at 5:28 PM, Travis CI <[email protected]> wrote: > Build Update for apache/jackrabbit-oak > ------------------------------------- > > Build: #2026 > Status: Broken > > Duration: 996 seconds > Commit: fb78f683729db21bdc4f86de022b55b6a2e759c8 (trunk) > Author: Chetan Mehrotra > Message: OAK-960 - Provide an interceptor for SessionOperations > > Replacing the use of interceptor with a simple threadLocal managed within the > SessionDelegate itself. > Thanks to Michale Duerig for simplified design!! > > git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1517503 > 13f79535-47bb-0310-9956-ffa450edef68 > > View the changeset: > https://github.com/apache/jackrabbit-oak/compare/b35649c27db3...fb78f683729d > > View the full build log and details: > https://travis-ci.org/apache/jackrabbit-oak/builds/10620563 > > -- > sent by Jukka's Travis notification gateway
