HI all,

A few months ago, an integration test tool was implemented in dubbo-samples[1], 
but it is not convenient to use in other projects (such as dubbo-admin). There 
are also problems with putting all integration tests in dubbo-samples, the 
projects become tight coupling.

Therefore, we intend to extract the integration test tool as a separate 
sub-project, and its name may be dubbo-integration-test-tool. Then introduce 
dubbo-integration-test-tool as a git submodule in dubbo-sample and 
dubbo-admin[2].

The advantage is that these projects share the same code of the integrated 
testing tool and do not need to be packaged and released. When running the 
test, we only need to add a simple shell script and pass a few environment 
variables to the test tool.

Hear more from you.


Gong Dewei

[1] https://github.com/apache/dubbo-samples/tree/master/test
[2] https://github.com/apache/dubbo-admin


Reply via email to