You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by 李广 <yo...@qq.com> on 2019/08/18 11:22:23 UTC

dubbo-remoting-api模块中有测试方法不能正常执行



在最新的master分支中  dubbo-remoting-api模块的test中Main类中startServer方法无法正常启动  因为ExtensionLoader.getExtensionLoader(Transporter.class).getAdaptiveExtension() 不能正常执行  


Re: dubbo-remoting-api模块中有测试方法不能正常执行

Posted by Ian Luo <ia...@gmail.com>.
Sure, pls. go ahead to submit a pull request.

-Ian.

On Sun, Aug 25, 2019 at 10:48 PM 李广 <yo...@qq.com> wrote:

> > 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 <ht...@gmail.com> 写道:
> >
> > 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 李广 <youngman12306@qq.com <mailto:
> youngman12306@qq.com>> wrote:
> >
> >
> >
> > 在最新的master分支中  dubbo-remoting-api模块的test中Main类中startServer方法无法正常启动
> 因为ExtensionLoader.getExtensionLoader(Transporter.class).getAdaptiveExtension()
> 不能正常执行
> >
> >
>
>

Re: dubbo-remoting-api模块中有测试方法不能正常执行

Posted by 李广 <yo...@qq.com>.
> 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 <ht...@gmail.com> 写道:
> 
> 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 李广 <youngman12306@qq.com <ma...@qq.com>> wrote:
> 
> 
> 
> 在最新的master分支中  dubbo-remoting-api模块的test中Main类中startServer方法无法正常启动  因为ExtensionLoader.getExtensionLoader(Transporter.class).getAdaptiveExtension() 不能正常执行  
> 
> 


Re: dubbo-remoting-api模块中有测试方法不能正常执行

Posted by YunKun Huang <ht...@gmail.com>.
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 李广 <yo...@qq.com> wrote:

>
>
> 在最新的master分支中  dubbo-remoting-api模块的test中Main类中startServer方法无法正常启动
>  因为ExtensionLoader.getExtensionLoader(Transporter.class).getAdaptiveExtension()
> 不能正常执行
>
>