This is an automated email from the ASF dual-hosted git repository.
chetanm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git.
from fac309c Combines active ack and slot release when both are available.
(#4624)
add 4dd1797 Refactor action activation tests to test db polling. (#4623)
No new revisions were added by this update.
Summary of changes:
common/scala/src/main/resources/application.conf | 3 +-
.../apache/openwhisk/core/controller/Actions.scala | 67 +++++------
.../openwhisk/core/controller/WebActions.scala | 2 +-
.../core/controller/actions/PrimitiveActions.scala | 3 +-
.../core/controller/test/ActionsApiTests.scala | 101 ++--------------
.../test/ActionsApiWithDbPollingTests.scala | 129 +++++++++++++++++++++
.../test/ActionsApiWithoutDbPollingTests.scala | 125 ++++++++++++++++++++
.../controller/test/ControllerTestCommon.scala | 4 +-
.../core/controller/test/PollingFromDbTests.scala | 91 ---------------
.../core/controller/test/SequenceApiTests.scala | 2 +-
.../test/ShardingContainerPoolBalancerTests.scala | 3 +-
11 files changed, 302 insertions(+), 228 deletions(-)
create mode 100644
tests/src/test/scala/org/apache/openwhisk/core/controller/test/ActionsApiWithDbPollingTests.scala
create mode 100644
tests/src/test/scala/org/apache/openwhisk/core/controller/test/ActionsApiWithoutDbPollingTests.scala
delete mode 100644
tests/src/test/scala/org/apache/openwhisk/core/controller/test/PollingFromDbTests.scala