kezhenxu94 opened a new pull request #2935: Add end to end tests URL: https://github.com/apache/skywalking/pull/2935 Please answer these questions before submitting pull request - Why submit this pull request? - [ ] Bug fix - [x] New feature provided - [ ] Improve performance This patch provides a mechanism to run end to end tests with docker and Jenkins. It uses the final distribution package to run the e2e tests, which is much closer to what the end-users do in reality. FYI, I've drafted [another approach](https://github.com/kezhenxu94/skywalking/tree/test/e2e) to do the same thing by dockerizing the individual module (oap-server, webapp, agent and client) and linking them together at run time, which may not be as close as to what end-users do in reality, and will cause some difficulties for Docker server to build many images/containers over and over. Therefore I give up and raise this PR. Look forward to the opinions from the community
---------------------------------------------------------------- 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
