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 Robert Munteanu <ro...@apache.org> on 2017/12/21 22:18:01 UTC

[windows] Jenkins test failure - o.a.j.o.index.indexer.document.flatfile.FlatFileStoreTest.basicTest

Hi,

The
org.apache.jackrabbit.oak.index.indexer.document.flatfile.FlatFileStore
Test.basicTest has failed for the past 2 runs on the Windows build job:

https://builds.apache.org/job/Jackrabbit-Oak-Windows/lastBuild/org.apac
he.jackrabbit$oak-
run/testReport/org.apache.jackrabbit.oak.index.indexer.document.flatfil
e/FlatFileStoreTest/basicTest/

The error message is: java.lang.IllegalArgumentException: Invalid
threshold: 2147483648 > max (358088704).

I am not able to qualify whether this is a valid failure or not,
therefore I'm bringing it to the mailing list.

Thanks,

Robert

Re: [windows] Jenkins test failure - o.a.j.o.index.indexer.document.flatfile.FlatFileStoreTest.basicTest

Posted by Chetan Mehrotra <ch...@gmail.com>.
Thanks Vikas for the fix!
Chetan Mehrotra


On Fri, Dec 22, 2017 at 2:14 PM, Robert Munteanu <ro...@apache.org> wrote:
> On Fri, 2017-12-22 at 06:07 +0530, Vikas Saurabh wrote:
>> Hi Robert,
>>
>> > I am not able to qualify whether this is a valid failure or not,
>> > therefore I'm bringing it to the mailing list.
>> >
>>
>> That should be independent of OS... for me, following failed:
>> MAVEN_OPTS='-Xmx512m -Xms512m' mvn test -pl :oak-run
>> -Dtest=FlatFileStoreTest#basicTest
>>
>> Opened OAK-7108 and fixed in r1818991.
>
>
> Thanks! Windows build is now passing again.
>
> Robert

Re: [windows] Jenkins test failure - o.a.j.o.index.indexer.document.flatfile.FlatFileStoreTest.basicTest

Posted by Robert Munteanu <ro...@apache.org>.
On Fri, 2017-12-22 at 06:07 +0530, Vikas Saurabh wrote:
> Hi Robert,
> 
> > I am not able to qualify whether this is a valid failure or not,
> > therefore I'm bringing it to the mailing list.
> > 
> 
> That should be independent of OS... for me, following failed:
> MAVEN_OPTS='-Xmx512m -Xms512m' mvn test -pl :oak-run
> -Dtest=FlatFileStoreTest#basicTest
> 
> Opened OAK-7108 and fixed in r1818991.


Thanks! Windows build is now passing again.

Robert

Re: [windows] Jenkins test failure - o.a.j.o.index.indexer.document.flatfile.FlatFileStoreTest.basicTest

Posted by Vikas Saurabh <vi...@gmail.com>.
Hi Robert,

> I am not able to qualify whether this is a valid failure or not,
> therefore I'm bringing it to the mailing list.
>
That should be independent of OS... for me, following failed:
MAVEN_OPTS='-Xmx512m -Xms512m' mvn test -pl :oak-run
-Dtest=FlatFileStoreTest#basicTest

Opened OAK-7108 and fixed in r1818991.

Thanks,
Vikas