This is an automated email from the ASF dual-hosted git repository.
sijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from b7b9926 Fix: don't set interrupt flag again after catching interrupt
exception in Pulsar Client (#5643)
add ca9e28b Improve PartitionedTopicsSchemaTest (#5640)
No new revisions were added by this update.
Summary of changes:
.../pulsar/broker/service/BkEnsemblesTestBase.java | 115 +++++++++++++++++++++
.../broker/service/BrokerBkEnsemblesTests.java | 83 +--------------
.../schema/PartitionedTopicsSchemaTest.java | 36 ++++---
3 files changed, 136 insertions(+), 98 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BkEnsemblesTestBase.java