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 2021/11/08 15:12:27 UTC

[GitHub] [pulsar] lhotari opened a new issue #12672: Flaky-test: PersistentTopicsTest.testPeekWithSubscriptionNameNotExist

lhotari opened a new issue #12672:
URL: https://github.com/apache/pulsar/issues/12672


   PersistentTopicsTest is flaky. The testPeekWithSubscriptionNameNotExist test method fails sporadically.
   
   [example failure](https://github.com/apache/pulsar/runs/4139503686?check_suite_focus=true#step:9:483)
   
   ```
   Error:  Tests run: 50, Failures: 10, Errors: 0, Skipped: 21, Time elapsed: 211.054 s <<< FAILURE! - in org.apache.pulsar.broker.admin.PersistentTopicsTest
   Error:  testPeekWithSubscriptionNameNotExist(org.apache.pulsar.broker.admin.PersistentTopicsTest)  Time elapsed: 60.065 s  <<< FAILURE!
   org.apache.pulsar.client.api.PulsarClientException$TimeoutException: request timeout {'durationMs': '30000', 'reqId':'1030153108732970473', 'remote':'localhost/127.0.0.1:37151', 'local':'/127.0.0.1:45602'}
   	at org.apache.pulsar.client.api.PulsarClientException.unwrap(PulsarClientException.java:1008)
   	at org.apache.pulsar.client.impl.ProducerBuilderImpl.create(ProducerBuilderImpl.java:91)
   	at org.apache.pulsar.broker.admin.PersistentTopicsTest.testPeekWithSubscriptionNameNotExist(PersistentTopicsTest.java:682)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:132)
   	at org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:45)
   	at org.testng.internal.InvokeMethodRunnable.call(InvokeMethodRunnable.java:73)
   	at org.testng.internal.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11)
   	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   	at java.base/java.lang.Thread.run(Thread.java:829)
   ```


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] Jason918 commented on issue #12672: Flaky-test: PersistentTopicsTest.testPeekWithSubscriptionNameNotExist

Posted by GitBox <gi...@apache.org>.
Jason918 commented on issue #12672:
URL: https://github.com/apache/pulsar/issues/12672#issuecomment-963786103


   +1,  I think it's because it sends too many messages, not necessary though.


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] 315157973 closed issue #12672: Flaky-test: PersistentTopicsTest.testPeekWithSubscriptionNameNotExist

Posted by GitBox <gi...@apache.org>.
315157973 closed issue #12672:
URL: https://github.com/apache/pulsar/issues/12672


   


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org