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 2019/02/15 21:07:48 UTC

[geode] branch develop updated (11747fa -> 67ed50f)

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 11747fa  GEODE-6416: Fix GetRegionsFunctionTest and InternalDistributedSystemTest
     new c20b961  GEODE-6033: Provide default impls in VMEventListener
     new 67ed50f  GEODE-6409: Bounce VM in doesNotWaitForPreviousInstanceOfOnlineServer

The 7383 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...tPartitionHangsDuringRestartRegressionTest.java | 253 +++++++++++++++++++++
 .../PersistentPartitionedRegionRegressionTest.java |  67 ------
 .../apache/geode/test/dunit/VMEventListener.java   |  12 +-
 .../test/dunit/rules/DistributedDiskDirRule.java   |   5 -
 4 files changed, 262 insertions(+), 75 deletions(-)
 create mode 100644 geode-core/src/distributedTest/java/org/apache/geode/internal/cache/partitioned/PersistentPartitionHangsDuringRestartRegressionTest.java