This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git.
from a596544 update test to allow for environment specific concurrency
limit (#392)
new a11330e Add a failing test which test `since` timings being changed
or not
new 2bf1dc7 Change the pollSince time based on last activation start
new 28fcb93 Inline SSL context logic as to avoid loading of https config
new 5bfb1c0 Fix test name
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
commands/activation.go | 3 +
tests/src/test/scala/system/basic/HttpProxy.scala | 117 +++++++++++++++++++++
.../scala/system/basic/WskCliActivationTests.scala | 103 ++++++++++++++++++
3 files changed, 223 insertions(+)
create mode 100644 tests/src/test/scala/system/basic/HttpProxy.scala
create mode 100644
tests/src/test/scala/system/basic/WskCliActivationTests.scala