merlimat opened a new issue #3548: Intermittent test failure in 
CreateSubscriptionTest
URL: https://github.com/apache/pulsar/issues/3548
 
 
   
   ```
   2019-02-08\T\00:00:26.815 [INFO] Running 
org.apache.pulsar.broker.admin.CreateSubscriptionTest
   2019-02-08\T\00:02:06.165 [ERROR] Tests run: 14, Failures: 1, Errors: 0, 
Skipped: 13, Time elapsed: 99.326 s <<< FAILURE! - in 
org.apache.pulsar.broker.admin.CreateSubscriptionTest
   2019-02-08\T\00:02:06.166 [ERROR] 
cleanup(org.apache.pulsar.broker.admin.CreateSubscriptionTest)  Time elapsed: 
91.228 s  <<< FAILURE!
   org.apache.pulsar.broker.PulsarServerException: 
org.apache.pulsar.broker.PulsarServerException: 
java.util.concurrent.TimeoutException
        at org.apache.pulsar.broker.PulsarService.close(PulsarService.java:300)
        at 
org.apache.pulsar.broker.auth.MockedPulsarServiceBaseTest.internalCleanup(MockedPulsarServiceBaseTest.java:160)
        at 
org.apache.pulsar.broker.admin.CreateSubscriptionTest.cleanup(CreateSubscriptionTest.java:50)
        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:124)
        at 
org.testng.internal.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:59)
        at 
org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:451)
        at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:222)
        at org.testng.internal.Invoker.invokeMethod(Invoker.java:634)
        at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:707)
        at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:979)
        at 
org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
        at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
        at org.testng.TestRunner.privateRun(TestRunner.java:648)
        at org.testng.TestRunner.run(TestRunner.java:505)
        at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
        at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
        at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
        at org.testng.SuiteRunner.run(SuiteRunner.java:364)
        at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
        at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
        at org.testng.TestNG.runSuitesSequentially(TestNG.java:1187)
        at org.testng.TestNG.runSuitesLocally(TestNG.java:1116)
        at org.testng.TestNG.runSuites(TestNG.java:1028)
        at org.testng.TestNG.run(TestNG.java:996)
        at 
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:112)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:99)
        at 
org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
        at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)
   Caused by: org.apache.pulsar.broker.PulsarServerException: 
java.util.concurrent.TimeoutException
        at org.apache.pulsar.broker.web.WebService.close(WebService.java:203)
        at org.apache.pulsar.broker.PulsarService.close(PulsarService.java:217)
        at 
org.apache.pulsar.broker.PulsarService$$EnhancerByMockitoWithCGLIB$$91aac6c4.CGLIB$close$44(<generated>)
        at 
org.apache.pulsar.broker.PulsarService$$EnhancerByMockitoWithCGLIB$$91aac6c4$$FastClassByMockitoWithCGLIB$$ff7f41d6.invoke(<generated>)
        at org.mockito.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:216)
        at 
org.powermock.api.mockito.repackaged.DelegatingMockitoMethodProxy.invokeSuper(DelegatingMockitoMethodProxy.java:20)
        at 
org.mockito.internal.invocation.realmethod.DefaultRealMethod.invoke(DefaultRealMethod.java:21)
        at 
org.mockito.internal.invocation.realmethod.CleanTraceRealMethod.invoke(CleanTraceRealMethod.java:30)
        at 
org.mockito.internal.invocation.InvocationImpl.callRealMethod(InvocationImpl.java:112)
        at 
org.mockito.internal.stubbing.answers.CallsRealMethods.answer(CallsRealMethods.java:41)
        at 
org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:93)
        at 
org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29)
        at 
org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38)
        at 
org.powermock.api.mockito.repackaged.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:60)
        at 
org.apache.pulsar.broker.PulsarService$$EnhancerByMockitoWithCGLIB$$91aac6c4.close(<generated>)
        ... 35 more
   Caused by: java.util.concurrent.TimeoutException
        at org.eclipse.jetty.util.FutureCallback.get(FutureCallback.java:129)
        at org.eclipse.jetty.util.FutureCallback.get(FutureCallback.java:30)
        at 
org.eclipse.jetty.server.handler.AbstractHandlerContainer.doShutdown(AbstractHandlerContainer.java:181)
        at org.eclipse.jetty.server.Server.doStop(Server.java:439)
        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
        at org.apache.pulsar.broker.web.WebService.close(WebService.java:199)
        ... 49 more
   
   ```

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


With regards,
Apache Git Services

Reply via email to