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/03/08 03:16:55 UTC

[pulsar] branch master updated (32c3cd1 -> 791853f)

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 32c3cd1  [flaky-tests] AdminApiSchemaTest#testSchemaInfoApi (#14508)
     add 791853f  [PIP-132] Include message header size when check maxMessageSize for non-batch message on the client side. (#14007)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/broker/service/MaxMessageSizeTest.java  | 103 +++++++++++++++++++--
 .../pulsar/client/impl/MessageChunkingTest.java    |  26 +++---
 .../apache/pulsar/client/impl/ProducerImpl.java    |  69 +++++++++++++-
 .../org/apache/pulsar/client/util/MathUtils.java   |  11 +++
 .../apache/pulsar/client/util/MathUtilsTest.java   |  33 +++----
 5 files changed, 199 insertions(+), 43 deletions(-)
 copy pulsar-common/src/test/java/org/apache/pulsar/common/policies/data/PolicyHierarchyValueTest.java => pulsar-client/src/test/java/org/apache/pulsar/client/util/MathUtilsTest.java (54%)