You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/11/13 11:44:23 UTC

[pulsar] branch master updated (b7b9926 -> ca9e28b)

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