This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 6d59b1a292e [fix][test] Remove useless test code (#23823)
6d59b1a292e is described below
commit 6d59b1a292eea1469c606a346b4a8e32afc33254
Author: ran <[email protected]>
AuthorDate: Thu Jan 9 04:05:21 2025 +0800
[fix][test] Remove useless test code (#23823)
---
.../apache/pulsar/broker/intercept/ManagedLedgerInterceptorImplTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/intercept/ManagedLedgerInterceptorImplTest.java
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/intercept/ManagedLedgerInterceptorImplTest.java
index 3866130c64b..b57b5ce94be 100644
---
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/intercept/ManagedLedgerInterceptorImplTest.java
+++
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/intercept/ManagedLedgerInterceptorImplTest.java
@@ -470,7 +470,6 @@ public class ManagedLedgerInterceptorImplTest extends
MockedBookKeeperTestCase
var addEntryCallback = new AsyncCallbacks.AddEntryCallback() {
@Override
public void addComplete(Position position, ByteBuf entryData,
Object ctx) {
- entryData.release();
countDownLatch.countDown();
successCount.incrementAndGet();
}