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 Travis CI <ju...@apache.org> on 2013/08/26 13:58:01 UTC

jackrabbit-oak build #2026: Broken

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

Re: jackrabbit-oak build #2026: Broken

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Mon, Aug 26, 2013 at 8:11 AM, Chetan Mehrotra
<ch...@gmail.com> wrote:
> 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

Yes, sounds likely. I'm just about to commit a big set of locking
changes, that should resolve the issue.

BR,

Jukka Zitting

Re: jackrabbit-oak build #2026: Broken

Posted by Chetan Mehrotra <ch...@gmail.com>.
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 <ju...@apache.org> 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