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/13 02:08:48 UTC

[GitHub] [pulsar] nodece opened a new issue, #16556: Flaky-test: org.apache.pulsar.client.impl.PatternTopicsConsumerImplTest.testAutoSubscribePatternConsumer

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

   ```
   Error:  testAutoSubscribePatternConsumer(org.apache.pulsar.client.impl.PatternTopicsConsumerImplTest)  Time elapsed: 11.211 s  <<< FAILURE!
   [3118](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3119)
     org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a org.apache.pulsar.client.impl.PatternTopicsConsumerImplTest expected [10] but found [6] within 10 seconds.
   [3119](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3120)
     	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
   [3120](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3121)
     	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
   [3121](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3122)
     	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
   [3122](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3123)
     	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
   [3123](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3124)
     	at org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:769)
   [3124](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3125)
     	at org.apache.pulsar.client.impl.PatternTopicsConsumerImplTest.testAutoSubscribePatternConsumer(PatternTopicsConsumerImplTest.java:591)
   [3125](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3126)
     	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [3126](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3127)
     	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
   [3127](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3128)
     	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [3128](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3129)
     	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
   [3129](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3130)
     	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:132)
   [3130](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3131)
     	at org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:45)
   [3131](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3132)
     	at org.testng.internal.InvokeMethodRunnable.call(InvokeMethodRunnable.java:73)
   [3132](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3133)
     	at org.testng.internal.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11)
   [3133](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3134)
     	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [3134](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3135)
     	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
   [3135](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3136)
     	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [3136](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3137)
     	at java.base/java.lang.Thread.run(Thread.java:833)
   [3137](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3138)
     Caused by: java.lang.AssertionError: expected [10] but found [6]
   [3138](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3139)
     	at org.testng.Assert.fail(Assert.java:99)
   [3139](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3140)
     	at org.testng.Assert.failNotEquals(Assert.java:1037)
   [3140](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3141)
     	at org.testng.Assert.assertEqualsImpl(Assert.java:140)
   [3141](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3142)
     	at org.testng.Assert.assertEquals(Assert.java:122)
   [3142](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3143)
     	at org.testng.Assert.assertEquals(Assert.java:907)
   [3143](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3144)
     	at org.testng.Assert.assertEquals(Assert.java:917)
   [3144](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3145)
     	at org.apache.pulsar.client.impl.PatternTopicsConsumerImplTest.lambda$testAutoSubscribePatternConsumer$12(PatternTopicsConsumerImplTest.java:592)
   [3145](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3146)
     	at org.awaitility.core.AssertionCondition.lambda$new$0(AssertionCondition.java:53)
   [3146](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3147)
     	at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:248)
   [3147](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3148)
     	at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:235)
   [3148](https://github.com/apache/pulsar/runs/7309186583?check_suite_focus=true#step:10:3149)
     	... 4 more
   ````


-- 
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] RobertIndie closed issue #16556: Flaky-test: org.apache.pulsar.client.impl.PatternTopicsConsumerImplTest.testAutoSubscribePatternConsumer

Posted by GitBox <gi...@apache.org>.
RobertIndie closed issue #16556: Flaky-test: org.apache.pulsar.client.impl.PatternTopicsConsumerImplTest.testAutoSubscribePatternConsumer
URL: https://github.com/apache/pulsar/issues/16556


-- 
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 commented on issue #16556: Flaky-test: org.apache.pulsar.client.impl.PatternTopicsConsumerImplTest.testAutoSubscribePatternConsumer

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

   The test still failed, see [testAutoSubscribePatternConsumer](https://github.com/apache/pulsar/runs/7392489713?check_suite_focus=true#step:10:1068).
   


-- 
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] RobertIndie commented on issue #16556: Flaky-test: org.apache.pulsar.client.impl.PatternTopicsConsumerImplTest.testAutoSubscribePatternConsumer

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

   Fixed by https://github.com/apache/pulsar/pull/16719


-- 
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 #16556: Flaky-test: org.apache.pulsar.client.impl.PatternTopicsConsumerImplTest.testAutoSubscribePatternConsumer

Posted by GitBox <gi...@apache.org>.
nodece closed issue #16556: Flaky-test: org.apache.pulsar.client.impl.PatternTopicsConsumerImplTest.testAutoSubscribePatternConsumer
URL: https://github.com/apache/pulsar/issues/16556


-- 
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 #16556: Flaky-test: org.apache.pulsar.client.impl.PatternTopicsConsumerImplTest.testAutoSubscribePatternConsumer

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

   fix by https://github.com/apache/pulsar/pull/16599


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