After rerunning the build with -PintegrationTesting,unittesting the
build failed with 2 test failures on RDB [1]

----
A)
testAddNode[RDBDocumentStore on
jdbc:h2:file:./target/oaktest](org.apache.jackrabbit.oak.jcr.OrderableNodesTest)
 Time elapsed: 10.519 sec  <<< ERROR!
javax.jcr.InvalidItemStateException: Failed to register node types.
at 
org.apache.jackrabbit.oak.api.CommitFailedException.asRepositoryException(CommitFailedException.java:239)
at 
org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager.registerNodeTypes(ReadWriteNodeTypeManager.java:156)
...
Caused by: org.apache.jackrabbit.oak.plugins.document.DocumentStoreException:
update of 3:/jcr:system/jcr:nodeTypes/mix:created failed, race
condition?
at 
org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.internalCreateOrUpdate(RDBDocumentStore.java:959)
at 
org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.createOrUpdate(RDBDocumentStore.java:280)
at 
org.apache.jackrabbit.oak.plugins.document.Commit.createOrUpdateNode(Commit.java:472)
at 
org.apache.jackrabbit.oak.plugins.document.Commit.applyToDocumentStore(Commit.java:370)
at org.apache.jackrabbit.oak.plugins.document.Commit.prepare(Commit.java:241)
at org.apache.jackrabbit.oak.plugins.document.Commit.apply(Commit.java:207)

B)
propertyIndexVersusNodeTypeIndex[RDBDocumentStore on
jdbc:h2:file:./target/oaktest](org.apache.jackrabbit.oak.jcr.query.QueryPlanTest)
 Time elapsed: 10.444 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.jackrabbit.oak.api.CommitFailedException: OakMerge0001:
OakMerge0001: Failed to merge changes to the underlying store (retries
5, 6077 ms)
at 
org.apache.jackrabbit.oak.spi.lifecycle.OakInitializer.initialize(OakInitializer.java:64)
at org.apache.jackrabbit.oak.Oak.createContentRepository(Oak.java:565)
at org.apache.jackrabbit.oak.jcr.Jcr.createRepository(Jcr.java:202)
at 
org.apache.jackrabbit.oak.jcr.AbstractRepositoryTest.createRepository(AbstractRepositoryTest.java:125)
....
Caused by: org.apache.jackrabbit.oak.plugins.document.DocumentStoreException:
update of 2:/oak:index/nodetype failed, race condition?
at 
org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.internalCreateOrUpdate(RDBDocumentStore.java:959)
at 
org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.createOrUpdate(RDBDocumentStore.java:280)
----

Probably these are intermittent failures.

However bit unsure for B) - As there exception comes just in the
OakInitializer.initialize call which should be single threaded. So not
sure why there was a conflict

Chetan Mehrotra
[1] https://paste.apache.org/ngsL


On Tue, Nov 17, 2015 at 10:42 AM, Chetan Mehrotra
<[email protected]> wrote:
> Looks like running  check-release.sh for 1.2.8 build (or 1.2 branch)
> is not triggering testcase. It looks like Marcel raised this earlier
> also at [1]. Would followup there
>
> Chetan Mehrotra
> [1] http://markmail.org/thread/f5uvng2b2yvqu7ix
>
>
> On Tue, Nov 17, 2015 at 12:49 AM, Julian Reschke <[email protected]> 
> wrote:
>> On 2015-11-16 17:43, Davide Giannella wrote:
>>>
>>> ...
>>
>>
>> [X] +1 Release this package as Apache Jackrabbit Oak 1.2.8
>>
>> Best regards, Julian
>>

Reply via email to