mhenke1 commented on issue #4332: Sequence tests failing intermittently in 
multiple test environments
URL: 
https://github.com/apache/incubator-openwhisk/issues/4332#issuecomment-477540146
 
 
   I manged to gather the content of a failing activation. One can see that the 
action fails very fast after 3 ms. Which might point to misformed parameter 
input.
   ```
   {
     "_id": "guest/d083bb898256448583bb8982568485c1",
     "_rev": "1-ad3d724be2302d449e7ee9e4661d2f7e",
     "activationId": "d083bb898256448583bb8982568485c1",
     "annotations": [
       {
         "key": "causedBy",
         "value": "sequence"
       },
       {
         "key": "path",
         "value": "guest/head"
       },
       {
         "key": "kind",
         "value": "nodejs:6"
       },
       {
         "key": "timeout",
         "value": false
       },
       {
         "key": "limits",
         "value": {
           "concurrency": 1,
           "logs": 10,
           "memory": 256,
           "timeout": 120000
         }
       }
     ],
     "cause": "b6e199a275bf4e50a199a275bfee505a",
     "duration": 3,
     "end": 1553763025283,
     "entityType": "activation",
     "logs": [
       "2019-03-28T08:50:39.301Z       stderr: There was an issue while 
collecting your logs. Data might be missing."
     ],
     "name": "head",
     "namespace": "guest",
     "publish": false,
     "response": {
       "result": {
         "error": "The action did not produce a valid response and exited 
unexpectedly."
       },
       "statusCode": 2
     },
     "start": 1553763025280,
     "subject": "guest",
     "updated": 1553763039302,
     "version": "0.0.1"
   }
   ```

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


With regards,
Apache Git Services

Reply via email to