You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/11/22 13:01:02 UTC

[GitHub] [openwhisk] style95 commented on a change in pull request #5027: [WIP] Fix heisenbug

style95 commented on a change in pull request #5027:
URL: https://github.com/apache/openwhisk/pull/5027#discussion_r528332414



##########
File path: tests/src/test/scala/org/apache/openwhisk/core/limits/ActionLimitsTests.scala
##########
@@ -435,7 +418,7 @@ class ActionLimitsTests extends TestHelpers with WskTestHelpers with WskActorSys
     }
 
     for (a <- 1 to 10) {
-      val run = wsk.action.invoke(name, Map("payload" -> "128".toJson))
+      val run = wsk.action.invoke(name, Map("payload" -> "128".toJson), blocking = true)

Review comment:
       This test is supposed to reuse a container, so I change them to blocking calls.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org