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/09/24 05:39:23 UTC

[pulsar] branch master updated (ec8b58675a0 -> c85b89b5594)

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 ec8b58675a0 [fix][sec] Bump snakeyaml to 1.32 for CVE-2022-38752 (#17779)
     add c85b89b5594 [fix][flaky-test]NamespaceOwnershipListenerTests.testNamespaceBundleOwnershipListener (#17807)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/broker/admin/AdminApi2Test.java  |  62 ++---------
 .../apache/pulsar/broker/admin/AdminApiTest.java   |  32 +++---
 .../pulsar/broker/admin/AdminApiTlsAuthTest.java   |   2 +-
 .../apache/pulsar/broker/admin/AdminRestTest.java  |   2 +-
 .../broker/auth/MockedPulsarServiceBaseTest.java   |  17 +++
 .../namespace/NamespaceOwnershipListenerTests.java |  14 ++-
 .../ResourceGroupConfigListenerTest.java           |   2 +-
 .../broker/service/BacklogQuotaManagerTest.java    |  16 ++-
 .../BrokerServiceBundlesCacheInvalidationTest.java |   2 +-
 .../pulsar/broker/service/BrokerTestBase.java      | 117 +++++++++++++++++++++
 .../broker/service/PersistentTopicE2ETest.java     |   4 +-
 .../broker/transaction/TransactionProduceTest.java |   2 +-
 .../broker/transaction/TransactionTestBase.java    |   9 ++
 13 files changed, 190 insertions(+), 91 deletions(-)