AbstractInterfaceConfigTest failed
See original GitHub issueEnvironment
- Dubbo version: 2.6.3
- Operating System version: window 7
- Java version: 1.8
Steps to reproduce this issue
- run test case of abstractInterfaceConfigTest
Pls. provide [GitHub address] to reproduce this issue.
paased
What do you expected from the above steps?
Failed
What actually happens?
[11/10/18 04:17:11:011 CST] main INFO logger.LoggerFactory: using logger: com.alibaba.dubbo.common.logger.log4j.Log4jLoggerAdapter
[11/10/18 04:17:11:011 CST] main INFO config.AbstractConfig: [DUBBO] Use System Property dubbo.application.name to config dubbo, dubbo version: , current host: 192.168.81.1
junit.framework.ComparisonFailure:
Expected :100
Actual :null
<Click to see difference>
at junit.framework.Assert.assertEquals(Assert.java:100)
at junit.framework.Assert.assertEquals(Assert.java:107)
at junit.framework.TestCase.assertEquals(TestCase.java:269)
at com.alibaba.dubbo.config.AbstractInterfaceConfigTest.checkApplication1(AbstractInterfaceConfigTest.java:90)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)
at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Failed to build from current git source,PublicApi.txt, does not match ...
Failed to build from current git source,PublicApi.txt, does not match the old signature ... ResourceIterable public abstract interface implements java.lang.
Read more >Concept, base class, and interface for Configurables (e.g., node ...
Goal Design a concept, (abstract) base class, and interface for Configurables (e.g., node types, image styles, vocabularies, views, etc).
Read more >Inject spring bean dynamically - java - Stack Overflow
This bean is just a holder for all implementations of the MyInterface interface. Nothing magic here, just common Spring autowiring behavior. Now ...
Read more >Java Authentication and Authorization Service (JAAS)
If authentication fails, the login method should not retry the authentication. This is the responsibility of the application. Multiple LoginContext login method ...
Read more >Diff - 29542143b1b09ce690dc64b3569bf4ba6bfd8ed6^2 ...
FileDescriptor); } public static abstract interface MessageQueue. ... Provided as a convenience for functions * that require a sentinel error value, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
please check this PR https://github.com/apache/incubator-dubbo/pull/2607
时无两丶 notifications@github.com 于2018年10月11日周四 下午5:51写道:
Close via https://github.com/apache/incubator-dubbo/issues/2637