jackrabbit-oak build #1629: Broken

2013-05-23 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #1629 Status: Broken Duration: 1063 seconds Commit: cfe9bd61d0e54c94a7dd57157258b354302e12ca (trunk) Author: Michael Duerig Message: OAK-709: Consider moving permission evaluation to the node state level OAK-781:

Re: jackrabbit-oak build #1629: Broken

2013-05-23 Thread Michael Dürig
# A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x7fbf83ae4467, pid=4045, tid=140460548065024 Anyone seen this before? Michael On 23.5.13 12:46, Travis CI wrote: Build Update for apache/jackrabbit-oak -

Re: jackrabbit-oak build #1629: Broken

2013-05-23 Thread Jukka Zitting
Hi, On Thu, May 23, 2013 at 2:49 PM, Michael Dürig mdue...@apache.org wrote: # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x7fbf83ae4467, pid=4045, tid=140460548065024 Anyone seen this before? Yes, it's a somewhat recurring issue. See

Re: jackrabbit-oak build #1631: Still Failing

2013-05-23 Thread Michael Dürig
No org.apache.jackrabbit.oak.jcr.security.authorization.NodeTypeDefinitionManagementTest#testRegisterNodeType fails. This doesn't fail on my machine. Need to check whether this only occurs on JDK 7 or whether this is a transient issue. Michael On 23.5.13 13:18, Travis CI wrote: Build

Re: jackrabbit-oak build #1631: Still Failing

2013-05-23 Thread Alex Parvulescu
I've seen this on my machine as well with jdk7 a few times. switching back to 6 seems to indeed fix the problem. On Thu, May 23, 2013 at 2:26 PM, Michael Dürig mdue...@apache.org wrote: No org.apache.jackrabbit.oak.jcr.**security.authorization.**

jackrabbit-oak build #1632: Fixed

2013-05-23 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #1632 Status: Fixed Duration: 2055 seconds Commit: 89956b76303e5d1068c5577e12dab5233f1f2100 (trunk) Author: Marcel Reutegger Message: OAK-841: Indexing empty string fails with there's already a child node with

RE: svn commit: r1485701 - /jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/index/property/EmptyPropertyTest.java

2013-05-23 Thread Marcel Reutegger
Hi, I looked at the PropertyIndexTest first, but the code to setup the test wasn't straight forward to me. PropertyIndexTest actually doesn't have a common setup method for its tests. It was easier for me to copy the initialization code from MultipleIndicesTest. this also made the actual test

RE: svn commit: r1485701 - /jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/index/property/EmptyPropertyTest.java

2013-05-23 Thread Marcel Reutegger
It was easier for me to copy the initialization code from MultipleIndicesTest. this also made the actual test method very easy to read and understand. on second thought, this indicates the new test could go into MultipleIndicesTest and we avoid the cost of an additional repo setup. regards

jackrabbit-oak build #1633: Fixed

2013-05-23 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #1633 Status: Fixed Duration: 1986 seconds Commit: 0f50cae6cc06a632c1fd1acfe759a7986b403c1b (trunk) Author: Alexandru Parvulescu Message: OAK-837 Lucene: colliding concurrency node creation - refactored test