ralf0131 commented on issue #1667: 
com.alibaba.dubbo.rpc.protocol.hessian.HessianProtocolTest fails occasionally
URL: 
https://github.com/apache/incubator-dubbo/issues/1667#issuecomment-389567440
 
 
   @htynkn I think you are right. The two failing ut
   
   ```
   HessianProtocolTest.testHessianProtocol:48 » HessianRuntime 
com.caucho.hessian...
   HessianProtocolTest.testHttpClient:83 » HessianRuntime 
com.caucho.hessian.io.H...
   ```
   
   both call 
`com.alibaba.dubbo.rpc.protocol.hessian.HessianServiceImpl#sayHello(String 
name)`, which  has an override method `sayHello(String name, int times)`.
   
   In the opposite, 
`com.alibaba.dubbo.rpc.protocol.hessian.HessianProtocolTest#testOverload` never 
fails because `hessian.overload.method` is set to true.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to