You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/02 04:51:11 UTC

[GitHub] csantanapr opened a new issue #23: FAIL: Example_badinit_nocompiler

csantanapr opened a new issue #23:  FAIL: Example_badinit_nocompiler 
URL: https://github.com/apache/incubator-openwhisk-runtime-go/issues/23
 
 
   Build in travis is failing
   https://travis-ci.org/apache/incubator-openwhisk-runtime-go/builds/373762183#L1197
   ```
   --- FAIL: Example_badinit_nocompiler (1.11s)
   got:
   400 {"error":"no action defined yet"}
   200 {"ok":true}
   400 {"error":"cannot start action: command exited"}
   400 {"error":"cannot start action: command exited"}
   200 {"ok":true}
   400 {"error":"command exited"}
   want:
   400 {"error":"no action defined yet"}
   200 {"ok":true}
   400 {"error":"cannot start action: command exited"}
   400 {"error":"cannot start action: command exited"}
   400 {"error":"cannot start action: command exited"}
   400 {"error":"no action defined yet"}
   === RUN   Example_bininit_nocompiler
   ```
   
   Same test passed when it was from the PR
   https://travis-ci.org/apache/incubator-openwhisk-runtime-go/builds/373761010#L1208

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


With regards,
Apache Git Services