lhotari opened a new issue #13849: URL: https://github.com/apache/pulsar/issues/13849
ProducerTest.testSendAsyncCloseAsyncConcurrentlyWithLazyProducers fails sporadically. [example failure](https://github.com/apache/pulsar/runs/4877678504?check_suite_focus=true#step:11:748) ``` 2022-01-20 05:08:14.347 INFO [139723758618368] ProducerTest:208 | Closing 2022-01-20 05:08:14.347 INFO [139723758618368] ProducerImpl:621 | [persistent://public/default/testProducerIsConnectedPartitioned-1642655293-partition-7, standalone-0-401] Closing producer for topic persistent://public/default/testProducerIsConnectedPartitioned-1642655293-partition-7 2022-01-20 05:08:14.347 INFO [139723758618368] ProducerTest:210 | Close called 2022-01-20 05:08:14.347 INFO [139724043835136] ProducerImpl:664 | [persistent://public/default/testProducerIsConnectedPartitioned-1642655293-partition-7, standalone-0-401] Closed producer 2022-01-20 05:08:14.347 INFO [139723758618368] ProducerTest:215 | Closed /pulsar/pulsar-client-cpp/tests/ProducerTest.cc:236: Failure Value of: res Actual: Ok Expected: ResultAlreadyClosed Which is: AlreadyClosed [ FAILED ] ProducerTest.testSendAsyncCloseAsyncConcurrentlyWithLazyProducers (3431 ms) [----------] 1 test from ProducerTest (3431 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (3435 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] ProducerTest.testSendAsyncCloseAsyncConcurrentlyWithLazyProducers ``` full logs at https://gist.github.com/lhotari/f37aefd7919f030399f3a5b7020baa23 -- 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]
