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 2022/03/04 08:55:44 UTC

[GitHub] [pulsar] shibd opened a new issue #14558: Flaky-test: MultiTopicsConsumerTest.testShouldMaintainOrderForIndividualTopicInMultiTopicsConsumer

shibd opened a new issue #14558:
URL: https://github.com/apache/pulsar/issues/14558


   MultiTopicsConsumerTest.testShouldMaintainOrderForIndividualTopicInMultiTopicsConsumer is flaky. It fails sporadically.
   
   [example failure](https://github.com/apache/pulsar/runs/5418948651?check_suite_focus=true#step:9:1741)
   
   ```
   Error:  Tests run: 5, Failures: 1, Errors: 0, Skipped: 3, Time elapsed: 312.09 s <<< FAILURE! - in org.apache.pulsar.client.api.MultiTopicsConsumerTest
   Error:  testShouldMaintainOrderForIndividualTopicInMultiTopicsConsumer(org.apache.pulsar.client.api.MultiTopicsConsumerTest)  Time elapsed: 241.064 s  <<< FAILURE!
   java.util.concurrent.TimeoutException
   	at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1886)
   	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2021)
   	at org.apache.pulsar.client.api.MultiTopicsConsumerTest.testShouldMaintainOrderForIndividualTopicInMultiTopicsConsumer(MultiTopicsConsumerTest.java:188)
   ```
   
   <!-- optionally provide the full stacktrace ->
   <details>
   <summary>
   Error:  Tests run: 5, Failures: 1, Errors: 0, Skipped: 3, Time elapsed: 312.09 s <<< FAILURE! - in org.apache.pulsar.client.api.MultiTopicsConsumerTest
   Error:  testShouldMaintainOrderForIndividualTopicInMultiTopicsConsumer(org.apache.pulsar.client.api.MultiTopicsConsumerTest)  Time elapsed: 241.064 s  <<< FAILURE!
   java.util.concurrent.TimeoutException
   	at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1886)
   	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2021)
   	at org.apache.pulsar.client.api.MultiTopicsConsumerTest.testShouldMaintainOrderForIndividualTopicInMultiTopicsConsumer(MultiTopicsConsumerTest.java:188)
   	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)
   
   [INFO] 
   [INFO] Results:
   [INFO] 
   Error:  Failures: 
   Error:  org.apache.pulsar.client.api.MultiTopicsConsumerTest.testShouldMaintainOrderForIndividualTopicInMultiTopicsConsumer(org.apache.pulsar.client.api.MultiTopicsConsumerTest)
   [INFO]   Run 1: PASS
   Error:    Run 2: MultiTopicsConsumerTest.testShouldMaintainOrderForIndividualTopicInMultiTopicsConsumer:188 ยป Timeout
   [INFO] 
   [INFO] 
   Error:  Tests run: 1030, Failures: 1, Errors: 0, Skipped: 2
   [INFO]
    </summary>
   <code><pre>
   full exception stacktrace here
   </pre></code>
   </details>
   


-- 
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] lhotari closed issue #14558: Flaky-test: MultiTopicsConsumerTest.testShouldMaintainOrderForIndividualTopicInMultiTopicsConsumer

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


   


-- 
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] shibd commented on issue #14558: Flaky-test: MultiTopicsConsumerTest.testShouldMaintainOrderForIndividualTopicInMultiTopicsConsumer

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


   related  #12456


-- 
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] lhotari commented on issue #14558: Flaky-test: MultiTopicsConsumerTest.testShouldMaintainOrderForIndividualTopicInMultiTopicsConsumer

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


   fixed by #14572


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