Apache Dubbo feature test

Clone this repo:
  1. 046e86d Merge pull request #8 from apache/dependabot/maven/org.apache.zookeeper-zookeeper-3.7.2 by Albumen Kevin · 7 months ago master
  2. a471b89 Bump org.apache.zookeeper:zookeeper from 3.4.9 to 3.7.2 by dependabot[bot] · 7 months ago
  3. 64198aa Fix config content exchange by ken.lj · 6 years ago
  4. ceee53d change dubbo version to 2.5.7 by ken.lj · 6 years ago
  5. 1e6352d change dubbo version to 2.5.7-SNAPSHOT by ken.lj · 6 years ago

简介

此工程定位为dubbo特性的测试工程,可以基于当前内容任意增加模块、文件等用于测试已有的dubbo功能。期望最终所有dubbo特性的使用方式在这个工程都有代码示例,甚至能够一键执行集成测试并统计执行结果。
Github issue中有疑问、有争议的点,大家也可以通过做示例Pull Request等方便实例交流。

使用方法

打包

请参考spring boot打包运行方法

访问入口

http://localhost:8080/xxx

期待

从集成测试层面,如何组织用例、自动化测试、自动化统计测试结果等是这个工程欠缺的,期待熟悉的同学提代码、思路或建议。