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/12/03 14:54:26 UTC

[GitHub] [pulsar] Jason918 opened a new issue #13125: Flaky-test: [org.apache.pulsar.client.api.BrokerServiceLookupTest].[testModularLoadManagerSplitBundle]

Jason918 opened a new issue #13125:
URL: https://github.com/apache/pulsar/issues/13125


   <!--- 
   
   Instructions for reporting a flaky test using this issue template:
   
   1. Replace [test class] in title and body with the test class name
   2. Replace [test method] in title and body with the test method that failed. Multiple methods are flaky, remove the content that refers to the test method.
   3. Replace "url here" with a url to an example failure. In the Github Actions workflow run logs, you can right click on the line number to copy a link to the line. Example of such url is https://github.com/apache/pulsar/pull/8892/checks?check_run_id=1531075794#step:9:377 . The logs are available for a limited amount of time (usually for a few weeks).
   4. Replace "relevant parts of the exception stacktrace here" with the a few lines of the stack trace that shows at least the exception message and the line of test code where the stacktrace occurred.
   5. Replace "full exception stacktrace here" with the full exception stacktrace from logs. This section will be hidden by default.
   6. Remove all unused fields / content to unclutter the reported issue. Remove this comment too.
   
   -->
   [org.apache.pulsar.client.api.BrokerServiceLookupTest] is flaky. The [testModularLoadManagerSplitBundle] test method fails sporadically.
   
   [example failure](https://github.com/apache/pulsar/runs/4409105676?check_suite_focus=true#step:9:592)
   
   ```
   Caused by: java.lang.AssertionError: did not expect [my-property/my-ns/0x00000000_0xffffffff] but found [my-property/my-ns/0x00000000_0xffffffff]
   	at org.testng.Assert.fail(Assert.java:99)
   	at org.testng.Assert.failEquals(Assert.java:1041)
   	at org.testng.Assert.assertNotEqualsImpl(Assert.java:147)
   	at org.testng.Assert.assertNotEquals(Assert.java:1531)
   	at org.testng.Assert.assertNotEquals(Assert.java:1535)
   	at org.apache.pulsar.client.api.BrokerServiceLookupTest.lambda$testModularLoadManagerSplitBundle$5(BrokerServiceLookupTest.java:742)
   ```
   
   <details>
   <summary>Full exception stacktrace</summary>
   <code><pre>
   org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.apache.pulsar.client.api.BrokerServiceLookupTest that uses org.apache.pulsar.broker.PulsarService, org.apache.pulsar.broker.PulsarServiceorg.apache.pulsar.common.naming.TopicName, org.apache.pulsar.common.naming.TopicNameorg.apache.pulsar.common.naming.NamespaceBundle did not expect [my-property/my-ns/0x00000000_0xffffffff] but found [my-property/my-ns/0x00000000_0xffffffff] within 10 seconds.
   	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:165)
   	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
   	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
   	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:895)
   	at org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:679)
   	at org.apache.pulsar.client.api.BrokerServiceLookupTest.testModularLoadManagerSplitBundle(BrokerServiceLookupTest.java:741)
   	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)
   Caused by: java.lang.AssertionError: did not expect [my-property/my-ns/0x00000000_0xffffffff] but found [my-property/my-ns/0x00000000_0xffffffff]
   	at org.testng.Assert.fail(Assert.java:99)
   	at org.testng.Assert.failEquals(Assert.java:1041)
   	at org.testng.Assert.assertNotEqualsImpl(Assert.java:147)
   	at org.testng.Assert.assertNotEquals(Assert.java:1531)
   	at org.testng.Assert.assertNotEquals(Assert.java:1535)
   	at org.apache.pulsar.client.api.BrokerServiceLookupTest.lambda$testModularLoadManagerSplitBundle$5(BrokerServiceLookupTest.java:742)
   	at org.awaitility.core.AssertionCondition.lambda$new$0(AssertionCondition.java:53)
   	at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:222)
   	at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:209)
   	... 4 more
   
   </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] Jason918 commented on issue #13125: Flaky-test: [org.apache.pulsar.client.api.BrokerServiceLookupTest].[testModularLoadManagerSplitBundle]

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


   Duplicated of #13102


-- 
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 closed issue #13125: Flaky-test: [org.apache.pulsar.client.api.BrokerServiceLookupTest].[testModularLoadManagerSplitBundle]

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


   


-- 
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] mattisonchao commented on issue #13125: Flaky-test: [org.apache.pulsar.client.api.BrokerServiceLookupTest].[testModularLoadManagerSplitBundle]

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


   same to #13102


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