This is an automated email from the ASF dual-hosted git repository.
tison pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from c35524dae2d [fix][test] Fix flaky
AdminApiMaxUnackedMessagesTest.testMaxUnackedMessagesPerConsumerPriority
(#21335)
add 903e223596a [feat][cli] Add command line option for configuring the
memory limit (#20663)
No new revisions were added by this update.
Summary of changes:
.../pulsar/client/cli/PulsarClientToolTest.java | 30 ++++++++
pulsar-client-tools/pom.xml | 5 ++
.../apache/pulsar/client/cli/PulsarClientTool.java | 13 +++-
pulsar-testclient/pom.xml | 6 ++
.../pulsar/testclient/LoadSimulationClient.java | 7 +-
.../apache/pulsar/testclient/PerfClientUtils.java | 2 +
.../testclient/PerformanceBaseArguments.java | 5 ++
.../pulsar/testclient/PerformanceConsumer.java | 2 +
.../pulsar/testclient/PerformanceProducer.java | 2 +
.../pulsar/testclient/PerformanceReader.java | 2 +
.../pulsar/testclient/PerformanceTransaction.java | 2 +
.../testclient/PerformanceBaseArgumentsTest.java | 80 ++++++++++++++++++++--
src/check-binary-license.sh | 2 +-
13 files changed, 149 insertions(+), 9 deletions(-)