This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-ruby.git
The following commit(s) were added to refs/heads/master by this push:
new c68e28b Update for action version. (#39)
c68e28b is described below
commit c68e28b592c377fa808199c0e171a77eabebd742
Author: rodric rabbah <[email protected]>
AuthorDate: Thu Dec 12 04:30:39 2019 -0800
Update for action version. (#39)
See https://github.com/apache/openwhisk/pull/4761.
Why do we have a loop and non loop version? Can't we reuse the one copy of
this code?
---
.../src/test/scala/actionContainers/Ruby26ActionLoopContainerTests.scala | 1 +
1 file changed, 1 insertion(+)
diff --git
a/tests/src/test/scala/actionContainers/Ruby26ActionLoopContainerTests.scala
b/tests/src/test/scala/actionContainers/Ruby26ActionLoopContainerTests.scala
index de8caec..a5ed68d 100644
--- a/tests/src/test/scala/actionContainers/Ruby26ActionLoopContainerTests.scala
+++ b/tests/src/test/scala/actionContainers/Ruby26ActionLoopContainerTests.scala
@@ -65,6 +65,7 @@ class Ruby26ActionLoopContainerTests extends
BasicActionRunnerTests with WskActo
| "api_key" => ENV['__OW_API_KEY'],
| "namespace" => ENV['__OW_NAMESPACE'],
| "action_name" => ENV['__OW_ACTION_NAME'],
+ | "action_version" => ENV['__OW_ACTION_VERSION'],
| "activation_id" => ENV['__OW_ACTIVATION_ID'],
| "deadline" => ENV['__OW_DEADLINE']
| }