hey, I can reproduce this with master branch. it should be some dependencies issue.
Considering those code is quite old(init at year 2011) and it's not standard junit test. Currently dubbo will run unit test with junit but those kind of code (main method) will not included. If you are looking for integration test, please have a look at dubbo-samples (https://github.com/apache/dubbo-samples) On Sun, Aug 18, 2019 at 7:23 PM 李广 <[email protected]> wrote: > > > 在最新的master分支中 dubbo-remoting-api模块的test中Main类中startServer方法无法正常启动 > > 因为ExtensionLoader.getExtensionLoader(Transporter.class).getAdaptiveExtension() > 不能正常执行 > >
