You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2020/10/26 13:24:32 UTC

[geode] branch develop updated (0fdfc1a -> 8bfe58f)

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

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


    from 0fdfc1a  GEODE-8067: Improve manifest module resolution (#5660)
     add 8bfe58f  GEODE-8603: Potentially expand classes identified for CI stressing to include subclasses (#5601)

No new revisions were added by this update.

Summary of changes:
 build.gradle                                       |  29 +++
 ci/pipelines/shared/jinja.variables.yml            |   2 +-
 ci/scripts/repeat-new-tests.sh                     |  54 +++---
 geode-junit/build.gradle                           |   2 +-
 .../geode/test/util/StressNewTestHelper.java       | 196 +++++++++++++++++++++
 .../geode/test/util/WhatExtendsJUnitTest.java      |  91 ++++++++++
 geode-junit/src/test/resources/expected-pom.xml    |   5 +
 7 files changed, 349 insertions(+), 30 deletions(-)
 create mode 100644 geode-junit/src/main/java/org/apache/geode/test/util/StressNewTestHelper.java
 create mode 100644 geode-junit/src/test/java/org/apache/geode/test/util/WhatExtendsJUnitTest.java