You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/09/07 01:50:24 UTC

[GitHub] chickenlj opened a new issue #2461: Fix UT bug in AbstractInterfaceConfigTest

chickenlj opened a new issue #2461: Fix UT bug in AbstractInterfaceConfigTest
URL: https://github.com/apache/incubator-dubbo/issues/2461
 
 
   I see the following test failures:
    Oracle Java 8 update 181
    Ubuntu 18.04.1 LTS (fully patched)
    Maven 3.5.4
   
   This fails consistently for me:
   -------------------------------------------------------------------------------
   Test set: com.alibaba.dubbo.config.AbstractInterfaceConfigTest
   -------------------------------------------------------------------------------
   Tests run: 38, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.119
   sec <<< FAILURE! - in com.alibaba.dubbo.config.AbstractInterfaceConfigTest
   checkApplication1(com.alibaba.dubbo.config.AbstractInterfaceConfigTest)
   Time elapsed: 0.006 sec  <<< FAILURE!
   junit.framework.ComparisonFailure: expected:<10[0]> but was:<10[]>
   	at
   com.alibaba.dubbo.config.AbstractInterfaceConfigTest.checkApplication1(AbstractInterfaceConfigTest.java:90)
   
   I note that this test has been observed to fail for other community
   members in earlier RCs.
   
   I can recreate this failure on the command line but not in an IDE.
   
   Whether this failure is significant enough to halt the release is
   something for those more knowledgeable about Dubbo than I to decide.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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