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

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


    from 0b7bdb2  Optimize ack messages for setups not collecting logs  (#4699)
     add 186000c  Include response size in Activation (#4660)

No new revisions were added by this update.

Summary of changes:
 common/scala/src/main/resources/application.conf   |   3 +-
 .../apache/openwhisk/core/connector/Message.scala  |   9 +-
 .../openwhisk/core/entity/ActivationResult.scala   |  52 +++++---
 .../src/main/resources/apiv1swagger.json           |   4 +
 .../core/monitoring/metrics/KamonRecorder.scala    |   4 +
 .../core/monitoring/metrics/MetricNames.scala      |   1 +
 .../monitoring/metrics/PrometheusRecorder.scala    |  14 +-
 docs/metrics.md                                    |  39 +++++-
 .../core/connector/test/EventMessageTests.scala    |  16 ++-
 .../docker/test/DockerContainerTests.scala         |   2 +-
 .../kubernetes/test/KubernetesContainerTests.scala |   2 +-
 .../core/controller/test/WebActionsApiTests.scala  |   2 +-
 .../core/entity/test/ActivationCompatTests.scala   | 142 +++++++++++++++++++++
 .../core/entity/test/ActivationResponseTests.scala |   2 +
 .../scala/system/basic/WskActivationTests.scala    |   5 +-
 15 files changed, 260 insertions(+), 37 deletions(-)
 create mode 100644 
tests/src/test/scala/org/apache/openwhisk/core/entity/test/ActivationCompatTests.scala

Reply via email to