This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 2c9af46 Fix race condition of OpSendMsgQueue when publishing messages
(#14231)
add dc602c0 [test] remove PowerMockito from the classpath and replace the
usages with Mockito (#14250)
No new revisions were added by this update.
Summary of changes:
.../impl/ManagedLedgerFactoryShutdownTest.java | 3 +-
pom.xml | 16 +-
.../org/apache/pulsar/broker/admin/TopicsTest.java | 8 +-
.../broker/auth/MockedPulsarServiceBaseTest.java | 2 -
.../service/PersistentMessageFinderTest.java | 8 +-
.../pulsar/broker/service/TopicOwnerTest.java | 5 +-
.../StreamingEntryReaderTests.java | 8 +-
.../apache/pulsar/admin/cli/TestCmdPackages.java | 2 -
.../client/impl/AutoClusterFailoverTest.java | 9 +-
.../client/impl/BatchMessageContainerImplTest.java | 69 ++++-----
.../client/impl/ControlledClusterFailoverTest.java | 5 +-
.../apache/pulsar/client/impl/MessageImplTest.java | 3 +-
.../RoundRobinPartitionMessageRouterImplTest.java | 5 +-
.../schema/SupportVersioningAvroSchemaTest.java | 2 +-
.../SupportVersioningKeyValueSchemaTest.java | 2 +-
.../common/allocator/PulsarByteBufAllocator.java | 24 +--
.../PulsarByteBufAllocatorDefaultTest.java | 50 +++---
...ulsarByteBufAllocatorOomThrowExceptionTest.java | 47 +++---
.../instance/FunctionResultRouterTest.java | 2 +-
.../instance/JavaInstanceRunnableTest.java | 6 +-
.../kubernetes/KubernetesRuntimeFactoryTest.java | 4 +-
.../runtime/kubernetes/KubernetesRuntimeTest.java | 4 +-
.../functions/utils/SinkConfigUtilsTest.java | 3 +-
.../functions/utils/SourceConfigUtilsTest.java | 3 +-
.../worker/FunctionRuntimeManagerTest.java | 170 +++++++++++----------
.../worker/rest/api/FunctionsImplTest.java | 8 +-
.../apache/pulsar/io/mongodb/MongoSinkTest.java | 9 +-
.../apache/pulsar/io/mongodb/MongoSourceTest.java | 8 -
testmocks/pom.xml | 3 +-
29 files changed, 238 insertions(+), 250 deletions(-)