[Bug][Test] NonPersistentTopicMessagingTest does not cover Non-Persistent topics #23541
Open
2 of 3 tasks
Labels
type/bug
The PR fixed a bug or issue reported a bug
Search before asking
Read release policy
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?
The text was updated successfully, but these errors were encountered: