slinkydeveloper commented on pull request #110:
URL: https://github.com/apache/flink-statefun/pull/110#issuecomment-629073869


   > As @sjwiesman mentioned, using the flink-e2e-tests module, you can write a 
full-blown end-to-end test, where you verify by writing to ingresses / 
asserting outputs in egresses. However, I'm not sure for this feature we 
actually need such a heavy test. Perhaps a more scoped integration test, where 
you only specifically test the integration between a UDS-enabled 
HttpRequestReplyClient against a mock web server (e.g. the MockWebServer 
provided by OkHttp looks promising) would be sufficient. This is also something 
I'm trying to define more clearly in the project: what makes sense to write an 
end-to-end test with the flink-e2e-tests utility, and for what a smaller scoped 
integration test is more reasonable.
   
   That's a good idea, but can i find somewhere such test for standard over TCP 
http connection? Maybe i can just take that one and parametrize it


----------------------------------------------------------------
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


Reply via email to