You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mh...@apache.org on 2019/12/30 21:35:56 UTC

[geode] branch develop updated (8218e48 -> 495d079)

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

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


    from 8218e48  Benchmark against previous release. (#4543)
     add ddf38f0  GEODE-7600: fixing other calls to getRegionAttributes.
     add f487224  GEODE-7600: Cleanup of SearchAndLoadDUnitTest
     add 4f02e8b  GEODE-7600: Fix to await rather than just assert.
     add c3e543f  GEODE-7600: removing an unnecessary cleanup.
     add 748d72b  GEODE-7600: ConnectionPoolDUnitTest cleanup.
     add 6b3fae4  Removing unnecessary changes from my change set
     add f5527dc  GEODE-7600: ConnectionPoolDUnitTest cleanup.
     add 19eee78  Minor changes to find a bug. (not found yet).
     add 495d079  Spotless

No new revisions were added by this update.

Summary of changes:
 .../geode/cache/ConnectionPoolDUnitTest.java       | 2779 ++++++++------------
 ...stributedNoAckAsyncOverflowRegionDUnitTest.java |    4 +-
 ...istributedNoAckSyncOverflowRegionDUnitTest.java |    4 +-
 .../DistributedAckOverflowRegionCCEDUnitTest.java  |    8 +-
 ...ibutedAckOverflowRegionCCEOffHeapDUnitTest.java |   14 +-
 ...DistributedAckPersistentRegionCCEDUnitTest.java |    4 +-
 ...utedAckPersistentRegionCCEOffHeapDUnitTest.java |   12 +-
 .../cache30/DistributedAckRegionCCEDUnitTest.java  |   12 +-
 .../DistributedAckRegionCCEOffHeapDUnitTest.java   |   14 +-
 .../DistributedAckRegionCompressionDUnitTest.java  |   14 +-
 .../cache30/DistributedAckRegionDUnitTest.java     |    4 +-
 .../DistributedAckRegionOffHeapDUnitTest.java      |   14 +-
 .../DistributedMulticastRegionDUnitTest.java       |    4 +-
 .../DistributedNoAckRegionOffHeapDUnitTest.java    |   14 +-
 .../apache/geode/cache30/LocalRegionDUnitTest.java |    4 +-
 .../geode/cache30/SearchAndLoadDUnitTest.java      | 1129 ++++----
 .../geode/cache30/TXDistributedDUnitTest.java      |    6 +-
 .../geode/cache30/TXRestrictionsDUnitTest.java     |    8 +-
 ...entDeserializationCopyOnReadRegressionTest.java |    4 +-
 .../geode/internal/cache/GIIDeltaDUnitTest.java    |    4 +-
 .../apache/geode/cache30/ClientServerTestCase.java |    4 +-
 .../geode/cache30/MultiVMRegionTestCase.java       |  299 +--
 22 files changed, 1713 insertions(+), 2646 deletions(-)