heesung-sn opened a new issue, #23541:
URL: https://github.com/apache/pulsar/issues/23541

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Read release policy
   
   - [X] I understand that unsupported versions don't get bug fixes. I will 
attempt to reproduce the issue on a supported version of Pulsar client and 
Pulsar broker.
   
   
   ### Version
   
   4.0
   
   ### Minimal reproduce step
   
   run NonPersistentTopicMessagingTest
   
   
   ### What did you expect to see?
   
   NonPersistentTopicMessagingTest should use non-persistent topics
   
   ### What did you see instead?
   
   NonPersistentTopicMessagingTest uses persistent topics
   
   ### Anything else?
   
   
https://github.com/apache/pulsar/blob/master/tests/integration/src/test/java/org/apache/pulsar/tests/integration/messaging/MessagingBase.java#L57
   
   
https://github.com/apache/pulsar/blob/master/tests/integration/src/test/java/org/apache/pulsar/tests/integration/messaging/MessagingBase.java#L65
   
   In the above test code, we don't pass the `isPersistent` input when 
generating topic names.
   
   If I fix the above code and run the test, the test fails. There might be 
some bugs around here.
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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