This is an automated email from the ASF dual-hosted git repository.
mreutegg pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from d7d74e5dd2 Merge pull request #656 from mreutegg/OAK-9883-1
new dc73b55a47 OAK-9850: ConcurrentPrefetchAndUpdateIT.cacheConsistency
fails occasionally
new db8f8ad74a Merge branch 'trunk' into OAK-9850-3
new 5cc9e1df07 OAK-9850: ConcurrentPrefetchAndUpdateIT.cacheConsistency
fails occasionally
new f8cfead01d OAK-9850: ConcurrentPrefetchAndUpdateIT.cacheConsistency
fails occasionally
new cb009e2d0e Merge pull request #646 from mreutegg/OAK-9850-3
The 17937 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../plugins/document/cache/NodeDocumentCache.java | 16 ++++-
.../plugins/document/mongo/MongoDocumentStore.java | 4 +-
.../document/ConcurrentPrefetchAndUpdateIT.java | 2 -
.../document/cache/NodeDocumentCacheTest.java | 77 ++++++++++++++++++++++
4 files changed, 93 insertions(+), 6 deletions(-)
create mode 100644
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/cache/NodeDocumentCacheTest.java