You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2022/02/24 13:13:39 UTC

[pulsar] branch master updated (009da3f -> 561c95d)

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