You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by te...@apache.org on 2022/10/14 08:23:46 UTC

[pulsar] branch master updated (97035ba5910 -> fc61d5256d6)

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

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


    from 97035ba5910 [fix][connectors] Fix builtin sink transformation on k8s (#18019)
     add fc61d5256d6 [fix][test] Fix flaky test AdminApi2Test.resetClusters (#18043)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/broker/admin/AdminApi2Test.java  |  3 +-
 .../broker/auth/MockedPulsarServiceBaseTest.java   | 20 +++--
 .../OwnerShipForCurrentServerTestBase.java         |  4 +-
 .../broker/service/BacklogQuotaManagerTest.java    | 21 ++++-
 .../pulsar/broker/service/BrokerTestBase.java      | 94 ++++++++++++++++++----
 .../broker/service/CanPausedNamespaceService.java  | 66 +++++++++++++++
 .../broker/transaction/TransactionTestBase.java    | 25 +++++-
 .../client/api/DispatcherBlockConsumerTest.java    |  4 +-
 8 files changed, 210 insertions(+), 27 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/service/CanPausedNamespaceService.java