You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2017/02/20 11:42:44 UTC

[jira] [Commented] (OAK-4390) DocumentStoreStatsIT.update fails when RDB's append mode is disabled

    [ https://issues.apache.org/jira/browse/OAK-4390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15874416#comment-15874416 ] 

Chetan Mehrotra commented on OAK-4390:
--------------------------------------

+1. Looks good

> DocumentStoreStatsIT.update fails when RDB's append mode is disabled
> --------------------------------------------------------------------
>
>                 Key: OAK-4390
>                 URL: https://issues.apache.org/jira/browse/OAK-4390
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: rdbmk
>    Affects Versions: 1.4.13, 1.6.0
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>         Attachments: OAK-4390.diff
>
>
> When run with {{-Dorg.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.NOAPPEND=true}} (see OAK-4389):
> {noformat}
> update[RDBFixture: RDB-Postgres](org.apache.jackrabbit.oak.plugins.document.DocumentStoreStatsIT)  Time elapsed: 0.008 sec  <<< FAILURE!
> Wanted but not invoked:
> documentStoreStatsCollector.doneUpdate(
>     <any>,
>     nodes,
>     2
> );
> -> at org.apache.jackrabbit.oak.plugins.document.DocumentStoreStatsIT.update(DocumentStoreStatsIT.java:128)
> However, there were other interactions with this mock:
> documentStoreStatsCollector.doneCreate(
>     1747821,
>     nodes,
>     [update[RDBFixture: RDB-Postgres]],
>     true
> );
> -> at org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.internalCreate(RDBDocumentStore.java:1182)
> documentStoreStatsCollector.doneFindUncached(
>     845900,
>     nodes,
>     "update[RDBFixture: RDB-Postgres]-478ebbb3-cb70-409d-af13-f1b2c11c4103",
>     false,
>     false
> );
> -> at org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.readDocumentUncached(RDBDocumentStore.java:1484)
> documentStoreStatsCollector.doneFindCached(
>     nodes,
>     "update[RDBFixture: RDB-Postgres]"
> );
> -> at org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.readDocumentCached(RDBDocumentStore.java:1093)
> documentStoreStatsCollector.doneFindAndModify(
>     1521593,
>     nodes,
>     "update[RDBFixture: RDB-Postgres]",
>     false,
>     true,
>     -1
> );
> -> at org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.internalUpdate(RDBDocumentStore.java:1299)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)