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 009da3f Optimize topic policy with HierarchyTopicPolicies about
dispatchRate (#14038)
add 561c95d [Test] Add tenant cmd test (#14173)
No new revisions were added by this update.
Summary of changes:
.../tests/integration/cli/tenant/TenantTest.java | 122 +++++++++++++++++++++
.../integration/topologies/PulsarCluster.java | 3 -
.../integration/topologies/PulsarTestBase.java | 9 ++
.../integration/src/test/resources/pulsar-cli.xml | 1 +
4 files changed, 132 insertions(+), 3 deletions(-)
create mode 100644
tests/integration/src/test/java/org/apache/pulsar/tests/integration/cli/tenant/TenantTest.java