sciabarracom commented on issue #7: Rdiaz82/test implementation
URL: 
https://github.com/apache/incubator-openwhisk-runtime-rust/pull/7#issuecomment-475535506
 
 
   testNotReturningJson fails, but I have the same problem in the Go runtime. 
Because it always returns a map I do not have a way to return a "non-object 
Json".
   
   To pass this test you have to handle the case when the Value is NOT a map 
and return it back to the proxy... that will complain in turn. It has always 
been an odd case because it is perfectly logical to handle it in the actionloop 
instead. 
   
   You can safely skip this test if you do not want to change the 
implementation of the actionloop.
   
   override val testNotReturningJson = TestConfig("", skipTest = true)
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to