You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2018/12/20 21:37:34 UTC

[geode] branch develop updated (7ae273f -> 511d299)

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

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


    from 7ae273f  GEODE-6219: Add assertion to verify the OS commands really ran (#3017)
     add 103c83e  GEODE-6230 Add test start/stop logging to tests using distributed test Rules
     new 511d299  Merge pull request #3028 from apache/feature/GEODE-6230

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../dunit/internal/JUnit4DistributedTestCase.java  | 16 +------------
 .../geode/test/dunit/internal/ProcessManager.java  |  1 -
 .../{BounceResult.java => TestHistoryLogger.java}  | 26 ++++++++++------------
 .../test/dunit/rules/AbstractDistributedRule.java  | 20 ++++++++++++-----
 4 files changed, 27 insertions(+), 36 deletions(-)
 copy geode-dunit/src/main/java/org/apache/geode/test/dunit/internal/{BounceResult.java => TestHistoryLogger.java} (60%)


[geode] 01/01: Merge pull request #3028 from apache/feature/GEODE-6230

Posted by bs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 511d29965b1c8c497c245a7cb367ad9741b94bf0
Merge: 7ae273f 103c83e
Author: Bruce Schuchardt <bs...@pivotal.io>
AuthorDate: Thu Dec 20 13:37:24 2018 -0800

    Merge pull request #3028 from apache/feature/GEODE-6230
    
    GEODE-6230 Add test start/stop logging to tests using distributed tes…

 .../dunit/internal/JUnit4DistributedTestCase.java  | 16 +----------
 .../geode/test/dunit/internal/ProcessManager.java  |  1 -
 .../test/dunit/internal/TestHistoryLogger.java     | 32 ++++++++++++++++++++++
 .../test/dunit/rules/AbstractDistributedRule.java  | 20 ++++++++++----
 4 files changed, 47 insertions(+), 22 deletions(-)