wolfstudy opened a new issue #4903: [Java8 Test Error] testReplicatorRateLimiterMessageReceivedAllMessages fail URL: https://github.com/apache/pulsar/issues/4903 **Describe the bug** The java8 tests case of Jenkins error, output as follows: ``` 2019-08-06\T\10:32:38.085 [ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 75.886 s <<< FAILURE! - in org.apache.pulsar.broker.service.ReplicatorRateLimiterTest 2019-08-06\T\10:32:38.086 [ERROR] testReplicatorRateLimiterMessageReceivedAllMessages(org.apache.pulsar.broker.service.ReplicatorRateLimiterTest) Time elapsed: 0.125 s <<< FAILURE! org.apache.pulsar.client.admin.PulsarAdminException$ConflictException: Namespace already exists at org.apache.pulsar.client.admin.internal.BaseResource.getApiException(BaseResource.java:218) at org.apache.pulsar.client.admin.internal.NamespacesImpl.createNamespace(NamespacesImpl.java:179) at org.apache.pulsar.broker.service.ReplicatorRateLimiterTest.testReplicatorRateLimiterMessageReceivedAllMessages(ReplicatorRateLimiterTest.java:252) 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.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:54) at org.testng.internal.InvokeMethodRunnable.run(InvokeMethodRunnable.java:44) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: javax.ws.rs.ClientErrorException: HTTP 409 Conflict at org.glassfish.jersey.client.JerseyInvocation.createExceptionForFamily(JerseyInvocation.java:1122) at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:1105) at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:883) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$1(JerseyInvocation.java:767) at org.glassfish.jersey.internal.Errors.process(Errors.java:316) at org.glassfish.jersey.internal.Errors.process(Errors.java:298) at org.glassfish.jersey.internal.Errors.process(Errors.java:229) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:414) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:765) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:456) at org.glassfish.jersey.client.JerseyInvocation$Builder.put(JerseyInvocation.java:340) at org.apache.pulsar.client.admin.internal.NamespacesImpl.createNamespace(NamespacesImpl.java:177) ... 13 more ``` **Expected behavior** The Test case success.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
