ningyougang commented on PR #172:
URL:
https://github.com/apache/openwhisk-runtime-go/pull/172#issuecomment-1203472758
@style95 @upgle i have repened, but i am not sure when the case failed
whether can merge this pr. e.g. below relative test case will be failed (I
tested in my local)
```
runtime.actionContainers.ActionLoopBasicTests > runtime proxy should run and
report an error for function not returning a json object FAILED
org.scalatest.exceptions.TestFailedException: Some({"error":"The action
did not return a dictionary."}) was not equal to Some({"error":"The action did
not return a dictionary or array."})
at
org.scalatest.MatchersHelper$.indicateFailure(MatchersHelper.scala:343)
at
org.scalatest.Matchers$ShouldMethodHelper$.shouldMatcher(Matchers.scala:6723)
at
org.scalatest.Matchers$AnyShouldWrapper.should(Matchers.scala:6759)
...
```
The reason is
https://github.com/apache/openwhisk/pull/5290/files#diff-af225dd78c7ac7e8e1232021f772d725b544a00a87b747865af4f15eaa338768R176

--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]