You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ag...@apache.org on 2019/11/20 22:04:45 UTC

[geode] branch feature/GEODE-7465 updated (386e73c -> c835a66)

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

agingade pushed a change to branch feature/GEODE-7465
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 386e73c  GEODE-7465: Updated test
     add c835a66  Add unit tests.

No new revisions were added by this update.

Summary of changes:
 .../internal/SerialAsyncEventQueueImpl.java        |  27 +++--
 .../internal/cache/wan/AbstractGatewaySender.java  |   4 +-
 .../wan/AbstractGatewaySenderEventProcessor.java   |   6 +-
 ...currentParallelGatewaySenderEventProcessor.java |   8 +-
 ...oncurrentSerialGatewaySenderEventProcessor.java |   8 +-
 .../cache/wan/serial/SerialGatewaySenderQueue.java |   2 +-
 .../internal/SerialAsyncEventQueueImplTest.java    | 118 +++++++++++++++++++++
 7 files changed, 151 insertions(+), 22 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/cache/asyncqueue/internal/SerialAsyncEventQueueImplTest.java