markusthoemmes commented on a change in pull request #2744: Deploy kafka &
zookeeper cluster with ansible
URL:
https://github.com/apache/incubator-openwhisk/pull/2744#discussion_r152789935
##########
File path: tests/src/test/scala/whisk/core/limits/ActionLimitsTests.scala
##########
@@ -269,13 +269,13 @@ class ActionLimitsTests extends TestHelpers with
WskTestHelpers {
it should "be aborted when exceeding its memory limits" in
withAssetCleaner(wskprops) { (wp, assetHelper) =>
val name = "TestNodeJsMemoryExceeding"
assetHelper.withCleaner(wsk.action, name, confirmDelete = true) {
- val allowedMemory = 256.megabytes
+ val allowedMemory = 128.megabytes
val actionName = TestUtils.getTestActionFilename("memoryWithGC.js")
(action, _) =>
action.create(name, Some(actionName), memory = Some(allowedMemory))
}
- val run = wsk.action.invoke(name, Map("payload" -> 512.toJson))
+ val run = wsk.action.invoke(name, Map("payload" -> 256.toJson))
Review comment:
Bad push? Those changes are unrelated, no?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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