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 2020/06/29 17:05:22 UTC

[geode] branch develop updated (34cfe04 -> f5c5e2c)

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 34cfe04  GEODE-8176: Fix flakiness in testPingWrongServer (#5303)
     add f5c5e2c  GEODE-8095: Changes to make GEODE Respond to Restore Redundancy REST Command (#5300)

No new revisions were added by this update.

Summary of changes:
 .../rest/RestoreRedundancyManagementDUnitTest.java | 345 +++++++++++++++++++++
 .../internal/operation/OperationManager.java       |   2 +
 ...rializableRestoreRedundancyResultsImplTest.java |   5 +-
 ...edundancyRequestControllerIntegrationTest.java} |  40 +--
 ...a => RestoreRedundancyOperationController.java} |  39 +--
 5 files changed, 391 insertions(+), 40 deletions(-)
 create mode 100644 geode-assembly/src/distributedTest/java/org/apache/geode/management/internal/rest/RestoreRedundancyManagementDUnitTest.java
 copy geode-web-management/src/integrationTest/java/org/apache/geode/management/internal/rest/{RebalanceIntegrationTest.java => RestoreRedundancyRequestControllerIntegrationTest.java} (82%)
 copy geode-web-management/src/main/java/org/apache/geode/management/internal/rest/controllers/{RebalanceOperationController.java => RestoreRedundancyOperationController.java} (60%)