This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 2b1d6a079f6 [fix][test] Fix flaky
SchemaServiceTest.testSchemaRegistryMetrics (#25645)
new 3c47859cafe [fix][test] Fix flaky PersistentTopicsTest setup caused by
concurrent Mockito stubbing (#26083)
new 3c4948b613c [fix][test] Run makeReadEntryProbFail's errorOrNot on a
caller-provided executor (#26123)
new 88405242a01 [fix][broker] Don't let a closing topic-policies reader
abort a concurrent cache-init reload (#26132)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../bookkeeper/mledger/impl/ManagedLedgerTest.java | 21 ++--
.../SystemTopicBasedTopicPoliciesService.java | 108 ++++++++-------------
.../pulsar/broker/admin/PersistentTopicsTest.java | 49 +++++++---
.../broker/service/OneWayReplicatorTest.java | 4 +-
.../SystemTopicBasedTopicPoliciesServiceTest.java | 93 ++++++++++++++----
.../PersistentReplicatorInflightTaskTest.java | 21 +++-
6 files changed, 184 insertions(+), 112 deletions(-)