You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/06/27 05:19:25 UTC

[GitHub] ascrutae commented on issue #1393: Integration test before 5.0.0 beta2 release

ascrutae commented on issue #1393: Integration test before 5.0.0 beta2 release
URL: https://github.com/apache/incubator-skywalking/issues/1393#issuecomment-400545745
 
 
   The process of test case as following: portal service receive key from http request, and it call the cache query service and query the key on the mysql service. finally update the cache by the new key. BTW, there are three layer on cache service: Redis, embed h2 database and mongo DB. The call graph as following:
   
   <img width="577" alt="wx20170412-163927 2x" src="https://cloud.githubusercontent.com/assets/12436447/24948960/a00c9e90-1f9e-11e7-9ac1-b304a8301f0f.png">
   
   Portal Server: Entry of test case. Portal Server run in tomcat container.
   
   Cache Server: Cache service provide query and update cache. and it run in motan. 
   **NOTE:** It will start H2 database when the server start
   
   Persistence Server: Persistence service provide query data from mysql, and it initial data when persistence service start. it run in Dubbo with rest protocol.
   
   

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