You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/01/24 03:20:11 UTC

[GitHub] jiazhai commented on issue #3312: Prevent dup consumers on same client cnx with shared subscription

jiazhai commented on issue #3312: Prevent dup consumers on same client cnx with shared subscription
URL: https://github.com/apache/pulsar/pull/3312#issuecomment-457052221
 
 
   @lovelle Thanks, lgtm. 
   Is this error realted? I will rerun the ut.
   ```
   2019-01-24\T\02:06:59.486 [ERROR] Tests run: 31, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 59.625 s <<< FAILURE! - in org.apache.pulsar.broker.service.PersistentTopicE2ETest
   2019-01-24\T\02:06:59.486 [ERROR] testSubscriptionTypeTransitions(org.apache.pulsar.broker.service.PersistentTopicE2ETest)  Time elapsed: 0.13 s  <<< FAILURE!
   java.lang.AssertionError: expected [true] but found [false]
   	at org.testng.Assert.fail(Assert.java:96)
   	at org.testng.Assert.failNotEquals(Assert.java:776)
   	at org.testng.Assert.assertTrue(Assert.java:44)
   	at org.testng.Assert.assertTrue(Assert.java:54)
   	at org.apache.pulsar.broker.service.PersistentTopicE2ETest.testSubscriptionTypeTransitions(PersistentTopicE2ETest.java:840)
   	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)
   ```

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


With regards,
Apache Git Services