lhotari opened a new issue #9916:
URL: https://github.com/apache/pulsar/issues/9916
Flaky-test:
org.apache.pulsar.client.api.DeadLetterTopicTest.testDeadLetterTopic
Number of failures: 20
org.apache.pulsar.client.api.DeadLetterTopicTest is flaky. The
testDeadLetterTopic test method fails sporadically.
```
java.lang.AssertionError: expected [null] but found
[org.apache.pulsar.client.impl.MessageImpl@151b99cf]
at org.testng.Assert.fail(Assert.java:99)
at org.testng.Assert.failNotSame(Assert.java:1033)
at org.testng.Assert.assertNull(Assert.java:965)
at org.testng.Assert.assertNull(Assert.java:953)
at
org.apache.pulsar.client.api.DeadLetterTopicTest.testDeadLetterTopic(DeadLetterTopicTest.java:124)
```
Usage tip: To enable automatic navigation to failure message, open the
following links with CTRL/CMD-click.
[example failure
2021-03-10T21:36:48.2364681Z](https://github.com/apache/pulsar/runs/2080868725?check_suite_focus=true#step:8:336)
[example failure
2021-03-15T15:38:25.7377495Z](https://github.com/apache/pulsar/runs/2113745144?check_suite_focus=true#step:9:548)
[example failure
2021-03-12T01:03:28.7485909Z](https://github.com/apache/pulsar/runs/2091179719?check_suite_focus=true#step:8:336)
[example failure
2021-02-26T21:40:51.3841331Z](https://github.com/apache/pulsar/runs/1990688155?check_suite_focus=true#step:8:903)
[example failure
2021-03-10T15:26:59.3094996Z](https://github.com/apache/pulsar/runs/2077869103?check_suite_focus=true#step:8:336)
[example failure
2021-03-11T11:35:33.6131220Z](https://github.com/apache/pulsar/runs/2084704409?check_suite_focus=true#step:8:762)
[example failure
2021-03-11T11:23:56.2390495Z](https://github.com/apache/pulsar/runs/2084704409?check_suite_focus=true#step:8:549)
[example failure
2021-03-08T00:39:47.2234098Z](https://github.com/apache/pulsar/runs/2052659416?check_suite_focus=true#step:8:493)
[example failure
2021-03-11T11:12:15.4495348Z](https://github.com/apache/pulsar/runs/2084704409?check_suite_focus=true#step:8:336)
[example failure
2021-02-27T07:05:57.1162853Z](https://github.com/apache/pulsar/runs/1992797093?check_suite_focus=true#step:8:1301)
[example failure
2021-03-09T02:10:02.7834249Z](https://github.com/apache/pulsar/runs/2062060420?check_suite_focus=true#step:8:336)
[example failure
2021-03-10T15:39:08.1125019Z](https://github.com/apache/pulsar/runs/2077869103?check_suite_focus=true#step:8:549)
[example failure
2021-03-07T09:48:29.6697086Z](https://github.com/apache/pulsar/runs/2049868081?check_suite_focus=true#step:8:493)
[example failure
2021-03-03T21:36:00.2774777Z](https://github.com/apache/pulsar/runs/2025524293?check_suite_focus=true#step:8:493)
[example failure
2021-03-09T15:52:33.5570341Z](https://github.com/apache/pulsar/runs/2067697760?check_suite_focus=true#step:8:336)
[example failure
2021-03-13T04:18:16.5544068Z](https://github.com/apache/pulsar/runs/2100541222?check_suite_focus=true#step:9:572)
[example failure
2021-03-09T16:03:43.0219246Z](https://github.com/apache/pulsar/runs/2067697760?check_suite_focus=true#step:8:549)
[example failure
2021-03-08T01:01:26.6950037Z](https://github.com/apache/pulsar/runs/2052659416?check_suite_focus=true#step:8:1358)
[example failure
2021-03-14T06:24:52.5153419Z](https://github.com/apache/pulsar/runs/2105295699?check_suite_focus=true#step:9:336)
[example failure
2021-03-11T14:34:28.9441969Z](https://github.com/apache/pulsar/runs/2086717463?check_suite_focus=true#step:8:359)
<details>
<summary>Full exception stacktrace</summary>
<code><pre>
java.lang.AssertionError: expected [null] but found
[org.apache.pulsar.client.impl.MessageImpl@151b99cf]
at org.testng.Assert.fail(Assert.java:99)
at org.testng.Assert.failNotSame(Assert.java:1033)
at org.testng.Assert.assertNull(Assert.java:965)
at org.testng.Assert.assertNull(Assert.java:953)
at
org.apache.pulsar.client.api.DeadLetterTopicTest.testDeadLetterTopic(DeadLetterTopicTest.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
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.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
</pre></code>
</details>
Flaky-test:
org.apache.pulsar.client.api.DeadLetterTopicTest.testDeadLetterTopicByCustomTopicName
Number of failures: 8
org.apache.pulsar.client.api.DeadLetterTopicTest is flaky. The
testDeadLetterTopicByCustomTopicName test method fails sporadically.
```
java.lang.AssertionError: expected [null] but found
[org.apache.pulsar.client.impl.MessageImpl@4490d295]
at org.testng.Assert.fail(Assert.java:99)
at org.testng.Assert.failNotSame(Assert.java:1033)
at org.testng.Assert.assertNull(Assert.java:965)
at org.testng.Assert.assertNull(Assert.java:953)
at
org.apache.pulsar.client.api.DeadLetterTopicTest.testDeadLetterTopicByCustomTopicName(DeadLetterTopicTest.java:397)
```
Usage tip: To enable automatic navigation to failure message, open the
following links with CTRL/CMD-click.
[example failure
2021-03-08T00:50:56.6220381Z](https://github.com/apache/pulsar/runs/2052659416?check_suite_focus=true#step:8:893)
[example failure
2021-03-06T02:41:58.7663850Z](https://github.com/apache/pulsar/runs/2044414838?check_suite_focus=true#step:8:493)
[example failure
2021-03-16T00:25:57.4946126Z](https://github.com/apache/pulsar/runs/2117276271?check_suite_focus=true#step:9:565)
[example failure
2021-03-15T15:47:58.3723431Z](https://github.com/apache/pulsar/runs/2113745144?check_suite_focus=true#step:9:757)
[example failure
2021-02-26T21:53:13.5461069Z](https://github.com/apache/pulsar/runs/1990688155?check_suite_focus=true#step:8:1320)
[example failure
2021-03-11T17:33:24.1271868Z](https://github.com/apache/pulsar/runs/2088218128?check_suite_focus=true#step:9:336)
[example failure
2021-03-09T02:10:02.8676980Z](https://github.com/apache/pulsar/runs/2062060420?check_suite_focus=true#step:8:356)
[example failure
2021-03-10T17:22:30.4745269Z](https://github.com/apache/pulsar/runs/2078510525?check_suite_focus=true#step:8:336)
<details>
<summary>Full exception stacktrace</summary>
<code><pre>
java.lang.AssertionError: expected [null] but found
[org.apache.pulsar.client.impl.MessageImpl@4490d295]
at org.testng.Assert.fail(Assert.java:99)
at org.testng.Assert.failNotSame(Assert.java:1033)
at org.testng.Assert.assertNull(Assert.java:965)
at org.testng.Assert.assertNull(Assert.java:953)
at
org.apache.pulsar.client.api.DeadLetterTopicTest.testDeadLetterTopicByCustomTopicName(DeadLetterTopicTest.java:397)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
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.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
</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.
For queries about this service, please contact Infrastructure at:
[email protected]