Details
Description
When run with -Dorg.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.NOAPPEND=true (see OAK-4389):
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)