jackrabbit-oak build #3835: Fixed

2014-03-25 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #3835 Status: Fixed Duration: 2568 seconds Commit: 45bd6894a0ddb1a07a86fbc8e2cbf848c667f101 (trunk) Author: Michael Duerig Message: OAK-1341: DocumentNodeStore: Implement revision garbage collection Ignoring

jackrabbit-oak build #3838: Broken

2014-03-25 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #3838 Status: Broken Duration: 644 seconds Commit: 65330172c269e02748a3f1336b7a49bcf545b12d (trunk) Author: Chetan Mehrotra Message: OAK-1586 - Implement checkpoint support in DocumentNodeStore Adding a separate

Re: jackrabbit-oak build #3838: Broken

2014-03-25 Thread Michael Dürig
testCacheInvalidationLinear(org.apache.jackrabbit.oak.plugins.document.mongo.CacheInvalidationIT) Time elapsed: 0.222 sec FAILURE! java.lang.AssertionError: expected:8 but was:7 at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at

Re: jackrabbit-oak build #3838: Broken

2014-03-25 Thread Chetan Mehrotra
On Tue, Mar 25, 2014 at 5:49 PM, Michael Dürig mdue...@apache.org wrote: CacheInvalidationIT Looking into it Chetan Mehrotra

Multi-value properties and order

2014-03-25 Thread Davide Giannella
Good morning everyone, I'm looking into OAK-1570[0] and willing to implement the fast lanes of a SkipList[1] by converting the :next[3] property into a multivalue, where each position represent the associated lane. (0) https://issues.apache.org/jira/browse/OAK-1570 (1)

Re: Multi-value properties and order

2014-03-25 Thread Jukka Zitting
Hi, On Tue, Mar 25, 2014 at 9:43 AM, Davide Giannella giannella.dav...@gmail.com wrote: While chatting with a colleague he raised a doubt abut if the order is kept or it could change over the time. So if I have { :next : [ a, b, c ] } is it guaranteed that it will always be abc and not cba or

Re: Multi-value properties and order

2014-03-25 Thread Jukka Zitting
Hi, On Tue, Mar 25, 2014 at 10:00 AM, Alex Parvulescu alex.parvule...@gmail.com wrote: Out of curiosity, do we have any tests that verify this behavior? The TCK has a pretty complete set of property tests that also check for multivalued properties. See for example the

Re: Multi-value properties and order

2014-03-25 Thread Alex Parvulescu
Hi, While chatting with a colleague he raised a doubt abut if the order is kept or it could change over the time. guilty as charged :) Sorry about the confusion, I was thinking about the fact that the child nodes don't have a guaranteed order, and applied the same line of thinking for the

Checkstyle, eclipse and .gitignore

2014-03-25 Thread Davide Giannella
Hello there, to ease my formatting and checking I installed and configured eclipse-cs with some checkstyle rules. It's now correctly highlighting it while typing. Eclipse create under each project, for example oak-core, a .checkstyle file. Is it fine if I add it to the global .gitignore to

Re: Checkstyle, eclipse and .gitignore

2014-03-25 Thread Jukka Zitting
Hi, On Tue, Mar 25, 2014 at 11:13 AM, Davide Giannella giannella.dav...@gmail.com wrote: to ease my formatting and checking I installed and configured eclipse-cs with some checkstyle rules. It's now correctly highlighting it while typing. Eclipse create under each project, for example