You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by es...@apache.org on 2019/12/17 20:57:44 UTC

[geode] branch develop updated (b1093e1 -> 53f851c)

This is an automated email from the ASF dual-hosted git repository.

eshu11 pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from b1093e1  Geode 6374 - Fixing DistributedNoAckRegionCCEOffHeapDUnitTest.testNoLoaderWithInvalidEntry (#4409)
     add 53f851c  GEODE-7537: use dm.getCache instead of CacheFactory.getAnyInstance (#4486)

No new revisions were added by this update.

Summary of changes:
 ...aySenderQueueEntrySynchronizationOperation.java | 21 +++----
 .../wan/parallel/ParallelGatewaySenderQueue.java   | 12 ++--
 ...nderQueueEntrySynchronizationOperationTest.java | 71 ++++++++++++++++++++++
 .../ParallelGatewaySenderQueueJUnitTest.java       | 28 +++++++++
 4 files changed, 114 insertions(+), 18 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/internal/cache/wan/GatewaySenderQueueEntrySynchronizationOperationTest.java