This is an automated email from the ASF dual-hosted git repository.
jensdeppe pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from f38fef5 GEODE-6824: Copy backup files using file copy on Windows
(#3658)
add 7ce0f51 GEODE-6777: Create gateway senders command should only return
when DistributedSystemMXBean reflects creation status (#3643)
No new revisions were added by this update.
Summary of changes:
.../apache/geode/management/cli/GfshCommand.java | 33 +++++++++++++++++
.../cli/commands/CreateGatewaySenderCommand.java | 41 ++++++++++++++++++++++
.../cli/commands/DestroyGatewaySenderCommand.java | 22 ++++++++++++
.../commands/CreateGatewaySenderCommandTest.java | 1 +
.../commands/DestroyGatewaySenderCommandTest.java | 1 +
.../tests/MemberStarterRuleAwaitDUnitTest.java | 7 ----
.../apache/geode/test/dunit/rules/MemberVM.java | 6 ----
.../geode/test/junit/rules/MemberStarterRule.java | 12 +------
...CreateDestroyGatewaySenderCommandDUnitTest.java | 14 ++++++++
.../DestroyGatewaySenderCommandDUnitTest.java | 35 +++++++++---------
.../cli/commands/AlterRegionCommandDUnitTest.java | 12 +++----
.../cli/commands/CreateRegionCommandDUnitTest.java | 15 ++++----
.../cli/commands/DescribeRegionDUnitTest.java | 5 +--
13 files changed, 148 insertions(+), 56 deletions(-)