sven-lange-last commented on issue #3485: Action time limit test cleanup
URL: 
https://github.com/apache/incubator-openwhisk/pull/3485#issuecomment-375653989
 
 
   PG 2 / 2958 🔵.
   
   PG 3 / 2047 completed unstable with a single failed test, i.e. the expected 
test failed because there were intentional setting mismatches:
   
   ```
   org.scalatest.exceptions.TestFailedException: Unexpected result when 
creating action 'ActionLimitTests-1521812192093':
   exit code = 0
   stdout: 
{"name":"ActionLimitTests-1521812192093","publish":false,"annotations":[{"key":"exec","value":"nodejs:6"}],"version":"0.0.1","exec":{"kind":"nodejs:6","code":"/**\n
 * Hello, world.\n */\nfunction main(params) {\n    greeting = 'hello, ' + 
params.payload + '!'\n    console.log(greeting);\n    return {payload: 
greeting}\n}\n","binary":false},"parameters":[],"limits":{"timeout":301000,"memory":256,"logs":10},"namespace":"l...@us.ibm.com"}
   stderr: 
   statusCode: 200 OK
   respData: 
{"name":"ActionLimitTests-1521812192093","publish":false,"annotations":[{"key":"exec","value":"nodejs:6"}],"version":"0.0.1","exec":{"kind":"nodejs:6","code":"/**\n
 * Hello, world.\n */\nfunction main(params) {\n    greeting = 'hello, ' + 
params.payload + '!'\n    console.log(greeting);\n    return {payload: 
greeting}\n}\n","binary":false},"parameters":[],"limits":{"timeout":301000,"memory":256,"logs":10},"namespace":"l...@us.ibm.com"}
   blocking: false
   Failed assertion: 0 was not equal to 144
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to