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 2021/05/13 10:27:15 UTC

[pulsar] branch master updated (80be713 -> 1926dee)

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 80be713  [Tests] Fix test retries for Pulsar Functions integration tests (#10565)
     add 1926dee  [Issue 10522] support mock zookeeper with different session (#10530)

No new revisions were added by this update.

Summary of changes:
 .../OwnerShipForCurrentServerTestBase.java         |   6 +-
 .../broker/transaction/TransactionTestBase.java    |   9 +-
 .../org/apache/zookeeper/MockZooKeeperSession.java | 226 +++++++++++++++++++++
 3 files changed, 236 insertions(+), 5 deletions(-)
 create mode 100644 testmocks/src/main/java/org/apache/zookeeper/MockZooKeeperSession.java