You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by xy...@apache.org on 2021/06/22 15:51:34 UTC

[pulsar] branch master updated (cf2ec14 -> dbcaa98)

This is an automated email from the ASF dual-hosted git repository.

xyz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from cf2ec14  [Tests] Convert Junit tests to TestNG (#11020)
     add dbcaa98  maxTopicsPerNamespace check should exclude system topic. (#10850)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/broker/admin/AdminResource.java  | 10 ++++-
 .../pulsar/broker/service/BrokerService.java       |  8 +++-
 .../pulsar/broker/systopic/SystemTopicClient.java  | 18 +++++++--
 .../apache/pulsar/broker/admin/AdminApiTest2.java  | 40 +++++++++++++++---
 .../broker/systopic/SystemTopicClientTest.java     | 47 ++++++++++++++++++++++
 .../pulsar/common/events/EventsTopicNames.java     | 19 +++++----
 6 files changed, 120 insertions(+), 22 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/systopic/SystemTopicClientTest.java