This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git.
from df1970b Make kafka version configurable (#5046)
new 8bbcd51 change default nodejs kind from nodejs:10 to nodejs:14
new 87c8a98 attempt to hack around docker rate limiting during tests
The 2 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:
ansible/files/runtimes-nodeonly.json | 6 +--
ansible/files/runtimes.json | 34 ++++++++--------
.../monitoring/metrics/KamonRecorderTests.scala | 2 +-
.../metrics/PrometheusRecorderTests.scala | 2 +-
core/standalone/bin/waitready | 2 +-
.../standalone/StandaloneDockerSupport.scala | 4 +-
.../openwhisk/standalone/StandaloneOpenWhisk.scala | 4 +-
docs/actions-new.md | 10 ++---
docs/actions-nodejs.md | 18 ++++-----
tests/dat/actions/echo.json | 2 +-
tests/dat/actions/word_count.json | 2 +-
.../openwhisk/core/admin/WskAdminTests.scala | 6 +--
.../docker/test/DockerContainerFactoryTests.scala | 2 +-
.../core/controller/test/ActionsApiTests.scala | 46 +++++++++++-----------
.../controller/test/EntitlementProviderTests.scala | 2 +-
.../core/controller/test/KindRestrictorTests.scala | 2 +-
.../controller/test/PackageActionsApiTests.scala | 2 +-
.../SequenceActionApiMigrationTests.scala | 4 +-
...tifactWithFileStorageActivationStoreTests.scala | 6 +--
.../core/database/LimitsCommandTests.scala | 12 +++---
.../test/AttachmentCompatibilityTests.scala | 4 +-
.../openwhisk/core/entity/test/ExecHelpers.scala | 24 +++++------
.../core/entity/test/ExecManifestTests.scala | 24 +++++------
.../openwhisk/core/entity/test/ExecTests.scala | 14 +++----
.../openwhisk/core/entity/test/SchemaTests.scala | 16 ++++----
.../core/entity/test/WhiskEntityTests.scala | 4 +-
.../test/ShardingContainerPoolBalancerTests.scala | 2 +-
.../core/scheduler/grpc/test/CommonVariable.scala | 2 +-
.../test/ElasticSearchDurationCheckerTests.scala | 10 ++---
.../test/scala/system/rest/JsonSchemaTests.scala | 2 +-
tools/travis/runStandaloneTests.sh | 2 +-
tools/travis/runUnitTests.sh | 3 ++
32 files changed, 139 insertions(+), 136 deletions(-)