devinbost opened a new issue #6197: Flaky-test:  
PulsarStateTest.testPythonWordCountFunction
URL: https://github.com/apache/pulsar/issues/6197
 
 
   When running tests in Github CI, this exception occasionally occurs:
   
   ```
   org.apache.pulsar.tests.integration.functions.PulsarStateTest
     -     
org.apache.pulsar.tests.integration.functions.PulsarStateTest.pulsar-standalone-suite
     -     PulsarStateTest.testPythonWordCountFunction
            -     which gave: 
PulsarStateTest.testPythonWordCountFunction:78->publishAndConsumeMessages:410 ยป 
ThreadTimeout
   ```
   Interestingly, line 410 of publishAndConsumeMessages is the first line of 
this block:
   
   ```
   @Cleanup Producer<byte[]> producer = client.newProducer(Schema.BYTES)
       .topic(inputTopic)
       .create();
   ```
   
   This issue was first mentioned here: 
https://github.com/apache/pulsar/issues/6137

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


With regards,
Apache Git Services

Reply via email to