You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by rdhabalia <gi...@git.apache.org> on 2017/06/21 21:34:44 UTC

[GitHub] incubator-pulsar issue #515: Intermittent failure of BrokerClientIntegration...

GitHub user rdhabalia opened an issue:

    https://github.com/apache/incubator-pulsar/issues/515

    Intermittent failure of BrokerClientIntegrationTest .testDisconnectClientWithoutClosingConnection

    ```
    ------------ Test Failed - com.yahoo.pulsar.client.impl.BrokerClientIntegrationTest / testDisconnectClientWithoutClosingConnection -- attrs: []
    
    Wanted but not invoked:
    
    producerImpl.connectionClosed(<any>);
    
    -> at com.yahoo.pulsar.client.impl.BrokerClientIntegrationTest.testDisconnectClientWithoutClosingConnection(BrokerClientIntegrationTest.java:200)
    
    Actually, there were zero interactions with this mock.
    
    	at com.yahoo.pulsar.client.impl.BrokerClientIntegrationTest.testDisconnectClientWithoutClosingConnection(BrokerClientIntegrationTest.java:200)
    
    	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:498)
    
    	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
    
    	at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
    
    	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
    
    	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
    
    	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
    
    	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
    
    	at org.testng.TestRunner.privateRun(TestRunner.java:767)
    
    	at org.testng.TestRunner.run(TestRunner.java:617)
    
    	at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
    
    	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
    
    	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
    
    	at org.testng.SuiteRunner.run(SuiteRunner.java:240)
    
    	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
    
    	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
    
    	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
    
    	at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
    
    	at org.testng.TestNG.run(TestNG.java:1057)
    
    	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:132)
    
    	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:193)
    
    	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94)
    
    	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:147)
    
    	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
    
    	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
    
    	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
    ```

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---