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/02/14 20:33:30 UTC

[geode] branch develop updated (c7f2983 -> d281604)

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 c7f2983  GEODE-6380: Making pmd.gradle more portable (#3194)
     new 406ab9d  GEODE-6033: Override VM.toArray for easier VM groupings
     new 6ac9f8c  GEODE-6033: Use MultipleFailureException in runTestWithValidation
     new d281604  GEODE-6033: Support dynamic VMs in SharedCountersRule

The 7370 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:
 .../tests/SharedCountersRuleDistributedTest.java   | 120 ++++++++++++++++++---
 .../main/java/org/apache/geode/test/dunit/VM.java  |  22 ++++
 .../geode/test/dunit/rules/SharedCountersRule.java |  48 ++++++++-
 .../geode/test/junit/runners/TestRunner.java       |  14 ++-
 4 files changed, 180 insertions(+), 24 deletions(-)