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 <no...@travis-ci.org> on 2012/06/30 04:15:32 UTC

[Broken] apache/jackrabbit-oak#20 (trunk - 46d762b)

Build Update for apache/jackrabbit-oak
-------------------------------------

Build: #20
Status: Broken

Duration: 4 minutes and 57 seconds
Commit: 46d762b (trunk)
Author: Michael Duerig
Message: OAK-159: Do not use in memory Microkernel for TCK
 switch tck tests to h2 based Microkernel

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1355334 13f79535-47bb-0310-9956-ffa450edef68

View the changeset: https://github.com/apache/jackrabbit-oak/compare/9cc01ebf081d...46d762b643aa

View the full build log and details: http://travis-ci.org/apache/jackrabbit-oak/builds/1741471

--

You can configure recipients for build notifications in your .travis.yml file. See http://bit.ly/lCybCJ

The delivery of this notification was kindly sponsored by Postmark. Send transactional email confidently using http://postmarkapp.com




Re: [Broken] apache/jackrabbit-oak#20 (trunk - 46d762b)

Posted by Stefan Guggisberg <st...@gmail.com>.
On Sat, Jun 30, 2012 at 11:19 AM, Jukka Zitting <ju...@gmail.com> wrote:
> Hi,
>
> On Sat, Jun 30, 2012 at 4:15 AM, Travis-CI <no...@travis-ci.org> wrote:
>> View the full build log and details: http://travis-ci.org/apache/jackrabbit-oak/builds/1741471
>
> The build says:
>
> Failed tests:
> readRevisions[2](org.apache.jackrabbit.mk.large.ManyRevisionsTest):
> 00000000000000c8..00000000000000c9: [] expected:<2> but was:<0>
>
> Can this be a result of the background garbage collector cleaning up
> the journal before ManyRevisionsTest has a chance to read them? If

yes, that's IMO the most likely cause.

> yes, I think we should either fix the test case or change the behavior
> of the garbage collector. In either case I think it would be a good
> idea to better define and document how long a client can expect
> revisions to remain available.

agreed, i created an issue a while ago [0]. let's move forward there.

cheers
stefan

[0] https://issues.apache.org/jira/browse/OAK-114

>
> BR,
>
> Jukka Zitting

Re: [Broken] apache/jackrabbit-oak#20 (trunk - 46d762b)

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

On Sat, Jun 30, 2012 at 4:15 AM, Travis-CI <no...@travis-ci.org> wrote:
> View the full build log and details: http://travis-ci.org/apache/jackrabbit-oak/builds/1741471

The build says:

Failed tests:
readRevisions[2](org.apache.jackrabbit.mk.large.ManyRevisionsTest):
00000000000000c8..00000000000000c9: [] expected:<2> but was:<0>

Can this be a result of the background garbage collector cleaning up
the journal before ManyRevisionsTest has a chance to read them? If
yes, I think we should either fix the test case or change the behavior
of the garbage collector. In either case I think it would be a good
idea to better define and document how long a client can expect
revisions to remain available.

BR,

Jukka Zitting