You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2022/02/28 18:10:27 UTC

[geode] branch develop updated (040062d -> 41e7a17)

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 040062d  GEODE-10086: Removed StringBuilder variables (#7399)
     add 41e7a17  GEODE-10084: CliFunction should handle all throwable (#7395)

No new revisions were added by this update.

Summary of changes:
 .../apache/geode/management/cli/CliFunction.java   |  2 +-
 .../internal/cli/functions/ImportDataFunction.java | 49 ++++++--------
 .../internal/cli/functions/CliFunctionTest.java    | 62 +++++++++++++++++
 .../cli/functions/ImportDataFunctionTest.java      | 78 ++++++++++++++++++++++
 4 files changed, 163 insertions(+), 28 deletions(-)
 create mode 100644 geode-gfsh/src/test/java/org/apache/geode/management/internal/cli/functions/CliFunctionTest.java
 create mode 100644 geode-gfsh/src/test/java/org/apache/geode/management/internal/cli/functions/ImportDataFunctionTest.java