> hey, Thank you for your reply. It is the dependencies problem. I have changed it to standard junit test. Is it necessary to submit pr?
> 在 2019年8月21日,下午12:44,YunKun Huang <[email protected]> 写道: > > 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 > <https://github.com/apache/dubbo-samples>) > > On Sun, Aug 18, 2019 at 7:23 PM 李广 <[email protected] > <mailto:[email protected]>> wrote: > > > > 在最新的master分支中 dubbo-remoting-api模块的test中Main类中startServer方法无法正常启动 > 因为ExtensionLoader.getExtensionLoader(Transporter.class).getAdaptiveExtension() > 不能正常执行 > >
