You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2020/11/06 02:33:11 UTC

[geode] branch support/1.13 updated (986334e -> 61ad751)

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

onichols pushed a change to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 986334e  Revert "GEODE-8136: Move UncheckedUtils to geode-common (#5123)"
     add 61ad751  GEODE-8603: Potentially expand classes identified for CI stressing to include subclasses (#5601) (#5674)

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       | 197 +++++++++++++++++++++
 .../geode/test/util/WhatExtendsJUnitTest.java      |  99 +++++++++++
 geode-junit/src/test/resources/expected-pom.xml    |   5 +
 7 files changed, 358 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