You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2019/10/18 17:14:37 UTC

[geode] branch develop updated (6ae541a -> ee79003)

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 6ae541a  GEODE-7311: reimplement test to ensure output is captured
     add ee79003  GEODE-7237: Fix race condition in GfshRule (#4153)

No new revisions were added by this update.

Summary of changes:
 .../cli/commands/ConnectCommandAcceptanceTest.java |  2 -
 ...tandaloneClientManagementAPIAcceptanceTest.java | 20 ++++--
 .../geode/test/junit/rules/gfsh/GfshExecution.java | 15 +++--
 .../geode/test/junit/rules/gfsh/GfshRule.java      | 31 +++++-----
 .../junit/rules/gfsh/internal/ProcessLogger.java   | 72 ++++++++++++----------
 .../junit/rules/gfsh/internal/StreamGobbler.java   | 56 +++++++++++++----
 6 files changed, 127 insertions(+), 69 deletions(-)