Details
Description
When testing
ds.createOrUpdate(Collection.NODES, Lists.newArrayList(up1, up2, up3));
the test case assumes that all three IDs ought to be updated. However, this is not true if the DocumentStore doesn't support batching here (RDB in OAK <= 1.2), or if batching is disabled (org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.BATCHUPDATES system property).
Attachments
Attachments
Issue Links
- relates to
-
OAK-4802 Basic cache consistency test on exception
- Closed