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 2019/04/09 10:18:16 UTC

[GitHub] [incubator-skywalking] peng-yongsheng opened a new pull request #2464: Integration test for elastic search client.

peng-yongsheng opened a new pull request #2464: Integration test for elastic search client.
URL: https://github.com/apache/incubator-skywalking/pull/2464
 
 
   SkyWalking is not a tools library, actually it's a system. Most of the codes work together with third party system, such as elasticsearch, zookeeper.  So, how to test them is a big trouble. 
   Now, I attempt to test them with docker. The docker-maven-plugin will startup the docker image of elasticsearch server before integration test case running. This will let us write the test case code connect with the really elasticsearch server. 
   
   Integration test class naming rule is: IT*.java. Don't worry, those class will not running in the maven test cycle.
   Executing command line: mvm verify

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services