You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2021/11/29 21:31:10 UTC

[geode] branch develop updated (87e3017 -> 09951b7)

This is an automated email from the ASF dual-hosted git repository.

nnag pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 87e3017  GEODE-9782: Restructure geode-for-redis module (#7142)
     add 09951b7  GEODE-9709: Clean up GcCommandDUnitTestBase (#6968)

No new revisions were added by this update.

Summary of changes:
 ...cCommandDUnitTestBase.java => GcCommandDistributedTestBase.java} | 6 +++---
 .../{GcCommandDUnitTest.java => GcCommandDistributedTest.java}      | 2 +-
 ...OverHttpDUnitTest.java => GcCommandOverHttpDistributedTest.java} | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename geode-dunit/src/main/java/org/apache/geode/management/internal/cli/commands/{GcCommandDUnitTestBase.java => GcCommandDistributedTestBase.java} (96%)
 rename geode-gfsh/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/{GcCommandDUnitTest.java => GcCommandDistributedTest.java} (91%)
 rename geode-web/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/{GcCommandOverHttpDUnitTest.java => GcCommandOverHttpDistributedTest.java} (92%)