question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AbstractInterfaceConfigTest failed

See original GitHub issue

Environment

  • Dubbo version: 2.6.3
  • Operating System version: window 7
  • Java version: 1.8

Steps to reproduce this issue

  1. 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:closed
  • Created 5 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
Jeff-Lvcommented, Oct 12, 2018

please check this PR https://github.com/apache/incubator-dubbo/pull/2607

时无两丶 notifications@github.com 于2018年10月11日周四 下午5:51写道:

Reopened #2637 https://github.com/apache/incubator-dubbo/issues/2637.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/apache/incubator-dubbo/issues/2637#event-1897725914, or mute the thread https://github.com/notifications/unsubscribe-auth/AFuREw8uk6TKJHadML7vHDf2DoMQoyzZks5ujxSdgaJpZM4XXEdG .

0reactions
carryxyhcommented, Oct 31, 2018
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found