You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ja...@apache.org on 2020/01/24 20:41:34 UTC

[geode] branch develop updated (4f078de -> fd1ae6b)

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

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


    from 4f078de  GEODE-7660: Code cleanup for cqs (#4540)
     add fd1ae6b  GEODE-7659: Removed unused wait parameter, fixed test listener pollution (#4531)

No new revisions were added by this update.

Summary of changes:
 .../geode/internal/cache/wan/WANTestBase.java      |   5 -
 .../ConcurrentWANPropagation_1_DUnitTest.java      | 188 +++++------
 .../ConcurrentWANPropagation_2_DUnitTest.java      | 160 +++++-----
 ...rallelGatewaySenderAlertThresholdDUnitTest.java |  16 +-
 .../ParallelGatewaySenderOperationsDUnitTest.java  | 104 +++---
 ...arallelGatewaySenderQueueOverflowDUnitTest.java |  75 +++--
 .../wan/serial/SerialWANPropagationDUnitTest.java  | 350 ++++++++++-----------
 .../SerialWANPropagationsFeatureDUnitTest.java     | 132 ++++----
 .../cache/wan/serial/SerialWANStatsDUnitTest.java  |   4 +-
 9 files changed, 515 insertions(+), 519 deletions(-)