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 2020/07/16 15:48:21 UTC

[geode] branch develop updated (0a5a629 -> 0f16c0f)

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 0a5a629  GEODE-8348: Add benchmarks EC2 image builder job. (#5367)
     add 0f16c0f  GEODE-8331: allow GFSH to connect to other versions of cluster (#5375)

No new revisions were added by this update.

Summary of changes:
 geode-gfsh/build.gradle                            |  9 +++
 .../internal/cli/commands/ConnectCommand.java      | 31 +++-----
 .../geode/management/internal/cli/help/Helper.java | 23 ++++++
 .../cli/remote/OnlineCommandProcessor.java         |  7 +-
 .../geode/management/internal/cli/shell/Gfsh.java  |  1 -
 .../internal/cli/shell/GfshExecutionStrategy.java  | 20 ++++-
 .../internal/cli/commands/ConnectCommandTest.java  | 50 ++++--------
 .../cli/remote/OnlineCommandProcessorTest.java     |  5 +-
 .../cli/shell/GfshExecutionStrategyTest.java       | 14 ++++
 .../geode/management/GfshCompatibilityTest.java    | 89 ++++++++++++++++++++++
 10 files changed, 191 insertions(+), 58 deletions(-)
 create mode 100644 geode-gfsh/src/upgradeTest/java/org/apache/geode/management/GfshCompatibilityTest.java