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

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


    from 24faeea  GEODE-7196 Simplify ClusterDistributionManage
     add 5aab1bb  GEODE-7239: Remove log4j-core from ColocationHelperTest
     add ee73e09  GEODE-7239: Rename GfshInitFileJUnitTest as 
GfshInitFileIntegrationTest
     add 9d1ff7a  GEODE-7239: Remove log4j-core from GfshInitFileIntegrationTest
     add 0d6b283  GEODE-7239: Rename ShowMissingDiskStoresFunctionTest
     add 150af5a  GEODE-7239: Remove log4j-core from 
ShowMissingDiskStoresFunctionTest

No new revisions were added by this update.

Summary of changes:
 .../cli/shell/GfshInitFileIntegrationTest.java     | 339 +++++++++++++++++
 .../geode/internal/cache/ColocationHelperTest.java | 159 +++-----
 .../cache/execute/FunctionContextImplTest.java}    |  26 +-
 .../ShowMissingDiskStoresFunctionJUnitTest.java    | 326 ----------------
 .../ShowMissingDiskStoresFunctionTest.java         | 291 +++++++++++++++
 .../internal/cli/shell/GfshConfigTest.java         | 165 ++++++++
 .../internal/cli/shell/GfshInitFileJUnitTest.java  | 413 ---------------------
 7 files changed, 860 insertions(+), 859 deletions(-)
 create mode 100755 
geode-core/src/integrationTest/java/org/apache/geode/management/internal/cli/shell/GfshInitFileIntegrationTest.java
 copy 
geode-core/src/test/java/org/apache/geode/{logging/internal/SimpleLoggingProviderTest.java
 => internal/cache/execute/FunctionContextImplTest.java} (61%)
 delete mode 100644 
geode-core/src/test/java/org/apache/geode/management/internal/cli/functions/ShowMissingDiskStoresFunctionJUnitTest.java
 create mode 100644 
geode-core/src/test/java/org/apache/geode/management/internal/cli/functions/ShowMissingDiskStoresFunctionTest.java
 create mode 100644 
geode-core/src/test/java/org/apache/geode/management/internal/cli/shell/GfshConfigTest.java
 delete mode 100755 
geode-core/src/test/java/org/apache/geode/management/internal/cli/shell/GfshInitFileJUnitTest.java

Reply via email to