This is an automated email from the ASF dual-hosted git repository.
jinmeiliao pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 1d3ae3c GEODE-6979: Clean files in ExportLogsStatsDistributedTestBase
(#3812)
add da87d64 GEODE-6779: fix issues with DUnit failures (#3810)
No new revisions were added by this update.
Summary of changes:
.../cli/commands/CompactDiskStoreCommand.java | 14 +---
.../cli/commands/CreateDiskStoreCommand.java | 23 +-----
.../internal/cli/commands/CreateRegionCommand.java | 28 +++----
.../cli/commands/DiskStoreCommandsUtils.java | 38 +++++++++
.../cli/commands/DiskStoreCommandsUtilsTest.java | 94 ++++++++++++++++++++++
.../cli/commands/GfshCommandJUnitTest.java | 7 --
6 files changed, 148 insertions(+), 56 deletions(-)
create mode 100644
geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/DiskStoreCommandsUtilsTest.java