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 2014/04/03 22:18:51 UTC

FileStoreTest failing

Failed tests: 
testRearrangeOldData(org.apache.jackrabbit.oak.plugins.segment.file.	): 
expected:<[0, 1, 31, 32, 33]> but was:<[0, 1, 32, 33, 31]>

Best regards, Julian

Re: FileStoreTest failing

Posted by Alex Parvulescu <al...@gmail.com>.
yup, for me too locally and also on travis
https://travis-ci.org/apache/jackrabbit-oak/builds/22215308


On Thu, Apr 3, 2014 at 10:18 PM, Julian Reschke <ju...@gmx.de>wrote:

> Failed tests: testRearrangeOldData(org.apache.jackrabbit.oak.plugins.segment.file.
>      ): expected:<[0, 1, 31, 32, 33]> but was:<[0, 1, 32, 33, 31]>
>
> Best regards, Julian
>

Re: FileStoreTest failing

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

On Thu, Apr 3, 2014 at 4:18 PM, Julian Reschke <ju...@gmx.de> wrote:
> Failed tests:
> testRearrangeOldData(org.apache.jackrabbit.oak.plugins.segment.file.      ):
> expected:<[0, 1, 31, 32, 33]> but was:<[0, 1, 32, 33, 31]>

Ah, another subtle behavior change that broke implicit test
assumptions. Fixed in revision 1584381.

BR,

Jukka Zitting