Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix UT bug in AbstractInterfaceConfigTest #2461

Closed
chickenlj opened this issue Sep 7, 2018 · 3 comments
Closed

Fix UT bug in AbstractInterfaceConfigTest #2461

chickenlj opened this issue Sep 7, 2018 · 3 comments
Milestone

Comments

@chickenlj
Copy link
Contributor

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.

@chickenlj chickenlj added this to the 2.6.4 milestone Sep 7, 2018
@diecui1202
Copy link

#2302
has been merged to 2.6.x

@playaround88
Copy link

hi, why most of commitor use mac or linux, windows is OK?
I have run 2.6.3 release UT on windows10 and lot of errors occurred!

@diecui1202
Copy link

@playaround88 pls. issue all of the failed tests. Thanks.

@diecui1202 diecui1202 modified the milestone: 2.6.4 Sep 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants