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 2022/02/16 22:27:07 UTC

[geode] branch develop updated (9ef20d9 -> 5d72863)

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 9ef20d9  GEODE-10034: Organize Geode For Redis Stats By Category (#7363)
     add 5d72863  GEODE-9694: Removed deprecated elements from QueryCommandDistributedTestBase (#6959)

No new revisions were added by this update.

Summary of changes:
 .../apache/geode/codeAnalysis/excludedClasses.txt  |  4 +--
 ...e.java => QueryCommandDistributedTestBase.java} | 32 +++++++++++++---------
 ...tTest.java => QueryCommandDistributedTest.java} |  2 +-
 ...va => QueryCommandOverHttpDistributedTest.java} |  2 +-
 4 files changed, 23 insertions(+), 17 deletions(-)
 rename geode-dunit/src/main/java/org/apache/geode/management/internal/cli/commands/{QueryCommandDUnitTestBase.java => QueryCommandDistributedTestBase.java} (92%)
 rename geode-gfsh/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/{QueryCommandDUnitTest.java => QueryCommandDistributedTest.java} (95%)
 rename geode-web/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/{QueryCommandOverHttpDUnitTest.java => QueryCommandOverHttpDistributedTest.java} (95%)