[Oak origin/1.0] Apache Jackrabbit Oak matrix - Build # 321 - Still Failing

2015-08-10 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #321) Status: Still Failing Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/321/ to view the results.

[Oak origin/trunk] Apache Jackrabbit Oak matrix - Build # 322 - Still Failing

2015-08-10 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #322) Status: Still Failing Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/322/ to view the results.

Re: DocumentStorePerformanceTest executed during unit tests

2015-08-10 Thread Julian Reschke
On 2015-08-10 17:17, Francesco Mari wrote: Hi all, I noticed that DocumentStorePerformanceTest is executed during the test phase of Oak Core. It runs for a relatively long time compared to the unit tests (50 seconds on my machine), and I think that it should be executed with the integration

DocumentStorePerformanceTest executed during unit tests

2015-08-10 Thread Francesco Mari
Hi all, I noticed that DocumentStorePerformanceTest is executed during the test phase of Oak Core. It runs for a relatively long time compared to the unit tests (50 seconds on my machine), and I think that it should be executed with the integration tests, instead. What do you think?

jackrabbit-oak build #6151: Fixed

2015-08-10 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #6151 Status: Fixed Duration: 2765 seconds Commit: ce073a0bbb67c97e03f0c097f90fae9be20a84ce (1.0) Author: Marcel Reutegger Message: OAK-2685: Track root state revision when reading the tree Merged revision

Re: OAK-3201 - Working on it

2015-08-10 Thread Francesco Mari
Thanks! 2015-08-10 12:26 GMT+02:00 Angela Schreiber anch...@adobe.com: done yours angela On 10/08/15 12:20, Francesco Mari mari.france...@gmail.com wrote: Hi, I'm currently working on OAK-3201. Feel free to assign the issue to me, since I don't have enough privileges to do it myself.

build failure due to oak-pojosr ??

2015-08-10 Thread Angela Schreiber
hi i get the following failures in oak-pojosr. is it only me? anybody working on this? Running org.apache.jackrabbit.oak.run.osgi.LuceneSupportTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.447 sec FAILURE!

Re: Modularization

2015-08-10 Thread Bertrand Delacretaz
Hi, On Mon, Aug 10, 2015 at 8:50 AM, Philipp Suter su...@adobe.com wrote: ...I don’t think that it makes sense to have multiple separated maven projects for OAK... FWIW, note that in Sling we do have a few independent Maven project trees: -The main pom builds the core modules and their

Re: Modularization

2015-08-10 Thread Philipp Suter
I took some inspiration from Apache Aries for this hierarchical maven structure. It has very fine granular OSGi modules (not that we have to do that too) and still keeps everything in one hierarchical Maven project. With a hierarchical maven project structure you can build/ test/ install

Re: build failure due to oak-pojosr ??

2015-08-10 Thread Chetan Mehrotra
Looks like some issue with my recent work. Would have a look. Thanks for filing the issue and marking current one as ignored! Chetan Mehrotra On Mon, Aug 10, 2015 at 2:02 PM, Angela Schreiber anch...@adobe.com wrote: hi i get the following failures in oak-pojosr. is it only me? anybody

Re: OAK-3201 - Working on it

2015-08-10 Thread Angela Schreiber
done yours angela On 10/08/15 12:20, Francesco Mari mari.france...@gmail.com wrote: Hi, I'm currently working on OAK-3201. Feel free to assign the issue to me, since I don't have enough privileges to do it myself. Thanks, Francesco

OAK-3201 - Working on it

2015-08-10 Thread Francesco Mari
Hi, I'm currently working on OAK-3201. Feel free to assign the issue to me, since I don't have enough privileges to do it myself. Thanks, Francesco

Re: build failure due to oak-pojosr ??

2015-08-10 Thread Davide Giannella
On 10/08/2015 12:19, Chetan Mehrotra wrote: Looks like some issue with my recent work. Would have a look. Thanks for filing the issue and marking current one as ignored! Chetan Mehrotra Just a hunch. Could it be related to http://svn.apache.org/r1694678 ? Davide

Re: Creating a split Document in a unit test

2015-08-10 Thread Robert Munteanu
On Thu, 2015-08-06 at 20:03 +0530, Vikas Saurabh wrote: - the @Before instantiates a DocumentNodeStore backed by my implementation of the MultiplexingDocumentStore And it's working with say MemoryDocumentStore? IIRC, the decision to split is done on the basis of NodeDocument.getMemory() (and