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 2244041  GEODE-5435 COMMIT-THEN-REVIEW Fix single character doc typo
     new a1621b3  GEODE-5430: Add getController method to VM
     new 08fcb95  GEODE-5431: Improve error message when using 
DistributedDiskDirRule with VM.bounce()
     new 5cd4e05  GEODE-5405: Use zero as default revokedTime in 
PersistentMemberPattern
     new a17071a  GEODE-5405: Streamline Backup distributed tests
     new 0742437  GEODE-5405: Cleanup PersistentMemberPattern

The 5 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:
 .../cache/persistence/PersistentMemberPattern.java |   29 +-
 .../cache/backup/BackupDistributedTest.java        |  674 +++++-----
 .../backup/IncrementalBackupDistributedTest.java   | 1283 +++++++-------------
 ...titionedBackupPrepareAndFinishMsgDUnitTest.java |   29 -
 ... => PrepareAndFinishBackupDistributedTest.java} |  179 ++-
 ...eplicateBackupPrepareAndFinishMsgDUnitTest.java |   29 -
 .../test/java/org/apache/geode/test/dunit/VM.java  |    7 +
 .../test/dunit/rules/DistributedDiskDirRule.java   |    4 +
 8 files changed, 945 insertions(+), 1289 deletions(-)
 delete mode 100644 
geode-core/src/test/java/org/apache/geode/internal/cache/backup/PartitionedBackupPrepareAndFinishMsgDUnitTest.java
 rename 
geode-core/src/test/java/org/apache/geode/internal/cache/backup/{BackupPrepareAndFinishMsgDUnitTest.java
 => PrepareAndFinishBackupDistributedTest.java} (60%)
 delete mode 100644 
geode-core/src/test/java/org/apache/geode/internal/cache/backup/ReplicateBackupPrepareAndFinishMsgDUnitTest.java

Reply via email to