You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ty...@apache.org on 2019/10/03 16:26:25 UTC

[openwhisk] branch master updated (cd7a639 -> 45c37bf)

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

tysonnorris pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git.


    from cd7a639  Refactor the ActiveAck implemenation to simplify testing (#4658)
     add 45c37bf  Unify Alpakka Kafka version across modules (#4662)

No new revisions were added by this update.

Summary of changes:
 core/cosmosdb/cache-invalidator/build.gradle       |  2 +-
 core/monitoring/user-events/build.gradle           | 20 ++++--
 .../core/monitoring/metrics/KafkaSpecBase.scala    | 27 ++-----
 .../monitoring/metrics/KamonRecorderTests.scala    | 83 ++++++++++------------
 .../monitoring/metrics/OpenWhiskEventsTests.scala  | 31 ++++----
 .../metrics/PrometheusRecorderTests.scala          | 56 +++++++--------
 settings.gradle                                    |  1 +
 tests/build.gradle                                 |  2 +-
 .../cosmosdb/cache/CacheInvalidatorTests.scala     |  3 -
 tools/travis/runStandaloneTests.sh                 | 13 ++--
 10 files changed, 109 insertions(+), 129 deletions(-)