sven-lange-last commented on issue #4553: Lower minimum number of available 
file descriptors in action limit tests
URL: 
https://github.com/apache/incubator-openwhisk/pull/4553#issuecomment-510045548
 
 
   ```
   Failed
   org.apache.openwhisk.core.limits.ActionLimitsTests.Action limits should fail 
to invoke an action when it exceeds nofile limit
   
   Error Message
   org.scalatest.exceptions.TestFailedException: 1003 was not greater than or 
equal to 1004
   Stacktrace
   org.scalatest.exceptions.TestFailedException: 1003 was not greater than or 
equal to 1004
        at 
org.scalatest.MatchersHelper$.indicateFailure(MatchersHelper.scala:346)
        at 
org.scalatest.Matchers$ShouldMethodHelper$.shouldMatcher(Matchers.scala:6668)
        at org.scalatest.Matchers$AnyShouldWrapper.should(Matchers.scala:6704)
        at 
org.apache.openwhisk.core.limits.ActionLimitsTests.$anonfun$new$48(ActionLimitsTests.scala:410)
        at 
org.apache.openwhisk.core.limits.ActionLimitsTests.$anonfun$new$48$adapted(ActionLimitsTests.scala:395)
   
   Starting test Action limits should fail to invoke an action when it exceeds 
nofile limit at 2019-07-10 00:06:44.932
   check failed for activation 513c3de79f3d4730bc3de79f3dc73035: 
{"activationId":"513c3de79f3d4730bc3de79f3dc73035","annotations":[{"key":"path","value":"guest/TestFileLimitBad-1562731604933"},{"key":"waitTime","value":49974},{"key":"kind","value":"nodejs:10"},{"key":"timeout","value":false},{"key":"limits","value":{"concurrency":1,"logs":10,"memory":256,"timeout":60000}},{"key":"initTime","value":6919}],"duration":7020,"end":1562731662315,"logs":["2019-07-10T04:07:42.307122121Z
 stdout: ERROR: opened files =  1003","2019-07-10T04:07:42.307297567Z stdout: 
opened files =  
1003"],"name":"TestFileLimitBad-1562731604933","namespace":"guest","publish":false,"response":{"result":{"error":{"filesOpen":1003,"filesToOpen":1025,"message":{"code":"EMFILE","errno":-24,"path":"/dev/zero","syscall":"open"}}},"status":"application
 
error","success":false},"start":1562731655295,"subject":"guest","version":"0.0.1"}
   Exception occurred during test execution: 
org.scalatest.exceptions.TestFailedException: 1003 was not greater than or 
equal to 1004
   
   Finished test Action limits should fail to invoke an action when it exceeds 
nofile limit at 2019-07-10 00:07:45.308
   ```

----------------------------------------------------------------
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

Reply via email to