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

   <!--- 
   
   Instructions for reporting a flaky test using this issue template:
   
   1. Replace test_class in title and body with the short test class name 
WITHOUT the package 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.
   
   -->
   BasicEndToEndTest. testRegexTopicsWithInitialPosition is flaky. It fails 
sporadically.
   
   [example 
failure](https://github.com/apache/pulsar/runs/6588959111?check_suite_focus=true)
   
   ```
   [ RUN      ] BasicEndToEndTest.testRegexTopicsWithInitialPosition
   2022-05-25 11:29:05.841 INFO  [140692561309376] ClientConnection:189 | 
[<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
   2022-05-25 11:29:05.841 INFO  [140692561309376] ConnectionPool:96 | Created 
connection for pulsar://localhost:6650
   2022-05-25 11:29:05.842 INFO  [140692558206720] ClientConnection:375 | 
[127.0.0.1:43072 -> 127.0.0.1:6650] Connected to broker
   2022-05-25 11:29:05.843 INFO  [140692558206720] HandlerBase:64 | 
[persistent://public/default/test-regex-initial-position-[165](https://github.com/apache/pulsar/runs/6588959111?check_suite_focus=true#step:11:166)3478145,
 ] Getting connection from pool
   2022-05-25 11:29:05.845 INFO  [140692558206720] ProducerImpl:189 | 
[persistent://public/default/test-regex-initial-position-1653478145, ] Created 
producer on broker [127.0.0.1:43072 -> 127.0.0.1:6650]
   2022-05-25 11:29:05.850 INFO  [140692558206720] HandlerBase:64 | 
[persistent://public/default/test-regex-initial-position-1653478145, 
testRegexTopicsWithMessageListener-sub, 0] Getting connection from pool
   2022-05-25 11:29:05.854 INFO  [140692558206720] ConsumerImpl:224 | 
[persistent://public/default/test-regex-initial-position-1653478145, 
testRegexTopicsWithMessageListener-sub, 0] Created consumer on broker 
[127.0.0.1:43072 -> 127.0.0.1:6650]
   2022-05-25 11:29:05.854 INFO  [140692558206720] MultiTopicsConsumerImpl:95 | 
Successfully Subscribed to Topics
   2022-05-25 11:29:05.859 INFO  [140692561309376] ClientImpl:499 | Closing 
Pulsar client with 1 producers and 1 consumers
   2022-05-25 11:29:05.859 INFO  [140692561309376] ProducerImpl:665 | 
[persistent://public/default/test-regex-initial-position-1653478145, 
standalone-0-154] Closing producer for topic 
persistent://public/default/test-regex-initial-position-1653478145
   2022-05-25 11:29:05.859 INFO  [140692561309376] ProducerImpl:708 | 
[persistent://public/default/test-regex-initial-position-1653478145, 
standalone-0-154] Closed producer
   2022-05-25 11:29:05.859 INFO  [140692561309376] ConsumerImpl:1005 | 
[persistent://public/default/test-regex-initial-position-1653478145, 
testRegexTopicsWithMessageListener-sub, 0] Closing consumer for topic 
persistent://public/default/test-regex-initial-position-1653478145
   2022-05-25 11:29:05.859 INFO  [140692561309376] ConsumerImpl:1062 | 
[persistent://public/default/test-regex-initial-position-1653478145, 
testRegexTopicsWithMessageListener-sub, 0] Closed consumer 0
   [93/295] BasicEndToEndTest.testRegexTopicsWithInitialPosition 
returned/aborted with exit code -11 (289 ms)
   ```
   
   <!-- 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to