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/10/23 16:21:10 UTC

[geode] branch develop updated (87d6726 -> 7c70b61)

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 87d6726  GEODE-7308: upgrade Jetty to a newer version (#4166)
     add 7c70b61  GEODE-7184: Fix failing windows CI jobs

No new revisions were added by this update.

Summary of changes:
 .../FunctionExecutionsTimerClusterTest.java        |  2 +-
 .../FunctionExecutionsTimerLonerTest.java          |  2 +-
 .../FunctionExecutionsTimerNoResultTest.java       |  2 +-
 .../executions/FunctionToTimeWithResult.java       | 10 ++---
 .../executions/FunctionToTimeWithoutResult.java    | 10 ++---
 .../metrics/function/executions/ThreadSleep.java   | 48 ++++++++++++++++++++++
 6 files changed, 61 insertions(+), 13 deletions(-)
 create mode 100644 geode-assembly/src/acceptanceTest/java/org/apache/geode/metrics/function/executions/ThreadSleep.java