[fix][broker] PIP-322 Fix issue with rate limiters where rates can exceed limits initially and consumption pauses until token balance is positive #23056
Annotations
2 errors and 4 warnings
Run unit test group 'BROKER_GROUP_1'
Process completed with exit code 1.
|
Publish Test Report:
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/DispatchRateLimiterOverconsumingTest.java#L190
[actual rates for each second]
Expecting all elements of:
[100, 50, 50, 50, 50]
to satisfy given requirements, but these elements did not:
100
error:
Expecting actual:
100
to be close to:
50
by less than 10% but difference was 100.0%.
(a difference of exactly 10% being considered valid)
|
Report detected thread leaks
Summary: Tests in class org.apache.pulsar.PulsarBrokerStarterTest created 4 new threads. There are now 13 threads in total.
|
Report detected thread leaks
Summary: Tests in class org.apache.pulsar.broker.stats.TransactionBatchWriterMetricsTest created 1 new threads. There are now 10 threads in total.
|
Report detected thread leaks
Summary: Tests in class org.apache.pulsar.broker.service.schema.PartitionedTopicsSchemaTest created 139 new threads. There are now 148 threads in total.
|
Report detected thread leaks
Summary: Tests in class org.apache.pulsar.broker.service.schema.ClientGetSchemaTest created 70 new threads. There are now 83 threads in total.
|
Loading