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 Julian Reschke <ju...@gmx.de> on 2016/10/04 12:03:44 UTC

another trunk build failure

On 2016-10-04 12:08, Julian Reschke wrote:
>
>> [ERROR]
>> org.apache.jackrabbit.oak.spi.security.authentication.external.basic:
>> Version increase required; detected 1.2.0, suggested 1.2.1

The above can be mitigated with -Dbase.skip.

With that, I get a test failure at:

> Tests in error:
>   checkpoints[SegmentTar](org.apache.jackrabbit.oak.spi.state.NodeStoreTest): org.apache.jackrabbit.oak.segment.SegmentNodeStore.checkpoints()Ljava/lang/Iterable;

Maybe related to

> r1763253 | frm | 2016-10-04 10:09:16 +0100 (Di, 04. Okt 2016) | 2 Zeilen
>
> OAK-4856 - Enable SEGMENT_TAR fixture in NodeStoreTest.checkpoints()

?

Best regards, Julian

Re: another trunk build failure

Posted by Francesco Mari <ma...@gmail.com>.
I reverted that commit at r1763270.

2016-10-04 14:09 GMT+02:00 Francesco Mari <ma...@gmail.com>:
> Yes, I guess I was too fast at enabling that fixture. The version of
> Segment Tar implementing the Checkpoints interface hasn't been
> released and referenced from the rest of Oak yet.
>
> 2016-10-04 14:03 GMT+02:00 Julian Reschke <ju...@gmx.de>:
>> On 2016-10-04 12:08, Julian Reschke wrote:
>>>
>>>
>>>> [ERROR]
>>>> org.apache.jackrabbit.oak.spi.security.authentication.external.basic:
>>>> Version increase required; detected 1.2.0, suggested 1.2.1
>>
>>
>> The above can be mitigated with -Dbase.skip.
>>
>> With that, I get a test failure at:
>>
>>> Tests in error:
>>>
>>> checkpoints[SegmentTar](org.apache.jackrabbit.oak.spi.state.NodeStoreTest):
>>> org.apache.jackrabbit.oak.segment.SegmentNodeStore.checkpoints()Ljava/lang/Iterable;
>>
>>
>> Maybe related to
>>
>>> r1763253 | frm | 2016-10-04 10:09:16 +0100 (Di, 04. Okt 2016) | 2 Zeilen
>>>
>>> OAK-4856 - Enable SEGMENT_TAR fixture in NodeStoreTest.checkpoints()
>>
>>
>> ?
>>
>> Best regards, Julian

Re: another trunk build failure

Posted by Francesco Mari <ma...@gmail.com>.
Yes, I guess I was too fast at enabling that fixture. The version of
Segment Tar implementing the Checkpoints interface hasn't been
released and referenced from the rest of Oak yet.

2016-10-04 14:03 GMT+02:00 Julian Reschke <ju...@gmx.de>:
> On 2016-10-04 12:08, Julian Reschke wrote:
>>
>>
>>> [ERROR]
>>> org.apache.jackrabbit.oak.spi.security.authentication.external.basic:
>>> Version increase required; detected 1.2.0, suggested 1.2.1
>
>
> The above can be mitigated with -Dbase.skip.
>
> With that, I get a test failure at:
>
>> Tests in error:
>>
>> checkpoints[SegmentTar](org.apache.jackrabbit.oak.spi.state.NodeStoreTest):
>> org.apache.jackrabbit.oak.segment.SegmentNodeStore.checkpoints()Ljava/lang/Iterable;
>
>
> Maybe related to
>
>> r1763253 | frm | 2016-10-04 10:09:16 +0100 (Di, 04. Okt 2016) | 2 Zeilen
>>
>> OAK-4856 - Enable SEGMENT_TAR fixture in NodeStoreTest.checkpoints()
>
>
> ?
>
> Best regards, Julian