You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2018/09/12 21:13:47 UTC

[geode] branch develop updated (d9bb24d -> 4290946)

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

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


    from d9bb24d  GEODE-5605: After removeAll/PutAll messages are processed on replicas, check for cache close is done. (#2450)
     add 4290946  GEODE-4273: overhaul DiskRegionJUnitTest (#2449)

No new revisions were added by this update.

Summary of changes:
 .../cache/DiskRegionAttributesIntegrationTest.java |  413 ++
 .../DiskRegionCompactorCloseIntegrationTest.java   |  189 +
 .../geode/internal/cache/DiskRegionJUnitTest.java  | 4040 ++++++++++----------
 .../geode/internal/cache/AbstractRegion.java       |    5 +
 .../cache/InternalPersistentRegion.java}           |   12 +-
 .../geode/internal/cache/InternalRegion.java       |    1 +
 .../apache/geode/internal/cache/LocalRegion.java   |    3 +-
 7 files changed, 2548 insertions(+), 2115 deletions(-)
 create mode 100644 geode-core/src/integrationTest/java/org/apache/geode/internal/cache/DiskRegionAttributesIntegrationTest.java
 create mode 100644 geode-core/src/integrationTest/java/org/apache/geode/internal/cache/DiskRegionCompactorCloseIntegrationTest.java
 copy geode-core/src/main/java/org/apache/geode/{cache/asyncqueue/internal/InternalAsyncEventQueue.java => internal/cache/InternalPersistentRegion.java} (71%)