This is an automated email from the ASF dual-hosted git repository. penghui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 96e98fc Rename test file name from `*Test2.java` to `*Test.java` to run all tests correctly (#13644) add f551fdc [broker] Fix topic produced through REST not support Authorization (#13771) No new revisions were added by this update. Summary of changes: .../org/apache/pulsar/broker/rest/TopicsBase.java | 3 +- .../apache/pulsar/broker/admin/TopicsAuthTest.java | 193 +++++++++++++++++++++ 2 files changed, 195 insertions(+), 1 deletion(-) create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/TopicsAuthTest.java