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/07/26 09:46:02 UTC

[GitHub] [pulsar] codelipenghui opened a new issue, #16795: Flaky-test: SimpleProducerConsumerTest.testSharedSamePriorityConsumer

codelipenghui opened a new issue, #16795:
URL: https://github.com/apache/pulsar/issues/16795

   [example failure](https://github.com/apache/pulsar/runs/7514010794?check_suite_focus=true)
   
   ```
   Error:  Tests run: 117, Failures: 1, Errors: 0, Skipped: 27, Time elapsed: 575.841 s <<< FAILURE! - in org.apache.pulsar.client.api.SimpleProducerConsumerTest
     Error:  testSharedSamePriorityConsumer(org.apache.pulsar.client.api.SimpleProducerConsumerTest)  Time elapsed: 15.853 s  <<< FAILURE!
     java.lang.AssertionError: expected [500] but found [501]
     	at org.testng.Assert.fail(Assert.java:99)
     	at org.testng.Assert.failNotEquals(Assert.java:1037)
     	at org.testng.Assert.assertEqualsImpl(Assert.java:140)
     	at org.testng.Assert.assertEquals(Assert.java:122)
     	at org.testng.Assert.assertEquals(Assert.java:907)
     	at org.testng.Assert.assertEquals(Assert.java:917)
     	at org.apache.pulsar.client.api.SimpleProducerConsumerTest.testSharedSamePriorityConsumer(SimpleProducerConsumerTest.java:2450)
     	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
     	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
     	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:1136)
     	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
     	at java.base/java.lang.Thread.run(Thread.java:833)
   ```
   
   <!-- optionally provide the full stacktrace ->
   <details>
   <summary>Full exception stacktrace</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.apache.org

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


[GitHub] [pulsar] tisonkun commented on issue #16795: Flaky-test: SimpleProducerConsumerTest.testSharedSamePriorityConsumer

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

   another instance: https://github.com/apache/pulsar/actions/runs/3328130218/jobs/5509161587


-- 
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 #16795: Flaky-test: SimpleProducerConsumerTest.testSharedSamePriorityConsumer

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

   Another one: https://github.com/shibd/pulsar/actions/runs/3210516613/jobs/5248015431


-- 
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] nodece closed issue #16795: Flaky-test: SimpleProducerConsumerTest.testSharedSamePriorityConsumer

Posted by GitBox <gi...@apache.org>.
nodece closed issue #16795: Flaky-test: SimpleProducerConsumerTest.testSharedSamePriorityConsumer
URL: https://github.com/apache/pulsar/issues/16795


-- 
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] nicoloboschi commented on issue #16795: Flaky-test: SimpleProducerConsumerTest.testSharedSamePriorityConsumer

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

   Another one: https://github.com/apache/pulsar/runs/7884888194?check_suite_focus=true


-- 
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] poorbarcode commented on issue #16795: Flaky-test: SimpleProducerConsumerTest.testSharedSamePriorityConsumer

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

   @codelipenghui 
   
   > Please help check this one
   
   OK


-- 
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 #16795: Flaky-test: SimpleProducerConsumerTest.testSharedSamePriorityConsumer

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

   @eolivelli @codelipenghui Can you help reopen it?


-- 
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] eolivelli closed issue #16795: Flaky-test: SimpleProducerConsumerTest.testSharedSamePriorityConsumer

Posted by GitBox <gi...@apache.org>.
eolivelli closed issue #16795: Flaky-test: SimpleProducerConsumerTest.testSharedSamePriorityConsumer
URL: https://github.com/apache/pulsar/issues/16795


-- 
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] codelipenghui commented on issue #16795: Flaky-test: SimpleProducerConsumerTest.testSharedSamePriorityConsumer

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

   Another one: https://github.com/apache/pulsar/runs/7856447331?check_suite_focus=true


-- 
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] codelipenghui commented on issue #16795: Flaky-test: SimpleProducerConsumerTest.testSharedSamePriorityConsumer

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

   @poorbarcode Please help check this one


-- 
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] coderzc commented on issue #16795: Flaky-test: SimpleProducerConsumerTest.testSharedSamePriorityConsumer

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

   Another one: https://github.com/coderzc/pulsar/actions/runs/3096439259/jobs/5041008782


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