merlimat opened a new pull request, #25318:
URL: https://github.com/apache/pulsar/pull/25318

   ## Summary
   - Convert 16 broker test classes from `ProducerConsumerBase` to 
`SharedPulsarBaseTest`, reusing the JVM-wide shared Pulsar cluster singleton 
introduced in #25311
   - Each test gets per-method namespace isolation instead of per-class broker 
start/stop, significantly reducing test execution time
   - Replace hardcoded topic names with `newTopicName()` for proper isolation
   
   ### Converted classes
   BatchMessageTest, BrokerServiceBundlesCacheInvalidationTest, ChecksumTest,
   ConsumedLedgersTrimTest, CurrentLedgerRolloverIfFullTest, 
ExclusiveProducerTest,
   KeyValueTest, MessageChecksumTest, PartitionKeyTest, 
PartitionKeywordCompatibilityTest,
   ResendRequestTest, ShadowReplicatorTest, ShadowTopicTest, 
TopicTerminationTest,
   UnAcknowledgedMessagesTimeoutTest, ZeroQueueSizeTest
   
   ## Test plan
   - [ ] All 16 converted test classes pass with `SharedPulsarBaseTest`
   - [ ] No test isolation issues from shared cluster


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to