dubee opened a new issue #4511: Invoke action with large code test failure when creating large action URL: https://github.com/apache/incubator-openwhisk/issues/4511 In the `WskActionTests` package, `invoke action with large code` may fail when creating a large action due to a timeout. Exception is thrown from `WskActionTests.scala:347`: https://github.com/apache/incubator-openwhisk/blob/e88257ea72dd4341726f50af72e8924fc1ddb966/tests/src/test/scala/system/basic/WskActionTests.scala#L347. It seems the underlying problem is in `WskRestOperations` when the HTTP request is sent https://github.com/apache/incubator-openwhisk/blob/d0f6ba5a0ad1d7a85afe8ea19c3188efc82de694/tests/src/test/scala/common/rest/WskRestOperations.scala#L1189. Exception: ``` org.scalatest.exceptions.TestFailedException: The future returned an exception of type: java.util.concurrent.TimeoutException, with message: HttpEntity.toStrict timed out after 5 seconds while still waiting for outstanding data. ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
