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/27 13:07:08 UTC

[geode] branch develop updated (38ed638 -> 4039a36)

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 38ed638  GEODE-8071: Prevent Test Flakiness (#5676)
     add 4039a36  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