FAIL: Example_badinit_nocompiler
csantanapr opened this issue · 5 comments
csantanapr commented
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
csantanapr commented
@sciabarracom could you take a look why this test is failing.
sciabarra commented
I will
csantanapr commented
@sciabarra you have an update on this?
sciabarracom commented
Can I get a debug build? Will contact you on slack, you start the build I’m debug and give me ssh to connect to the temporary container.
csantanapr commented
It looks like the test is passing in travis now.
Closing...