This is an automated email from the ASF dual-hosted git repository.

technoboy pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 26b4b3ceeec 
[fix][test]flaky-test:ManagedLedgerInterceptorImplTest.testManagedLedgerPayloadInputProcessorFailure
 (#24170)
26b4b3ceeec is described below

commit 26b4b3ceeecd0f607de3236defdf4057dfa8e894
Author: Ruimin MA <[email protected]>
AuthorDate: Fri Apr 11 13:24:42 2025 +0800

    
[fix][test]flaky-test:ManagedLedgerInterceptorImplTest.testManagedLedgerPayloadInputProcessorFailure
 (#24170)
---
 .../pulsar/broker/intercept/ManagedLedgerInterceptorImplTest.java       | 2 +-
 1 file changed, 1 insertion(+), 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 e609212b5b3..8b49cc4bc52 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
@@ -474,8 +474,8 @@ public class ManagedLedgerInterceptorImplTest  extends 
MockedBookKeeperTestCase
         var addEntryCallback = new AsyncCallbacks.AddEntryCallback() {
             @Override
             public void addComplete(Position position, ByteBuf entryData, 
Object ctx) {
-                countDownLatch.countDown();
                 successCount.incrementAndGet();
+                countDownLatch.countDown();
             }
 
             @Override

Reply via email to