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

yong pushed a commit to branch branch-4.17
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/branch-4.17 by this push:
     new b4a4bd91af [Branch-4.17] Fix branch-4.17 CI (#4611)
b4a4bd91af is described below

commit b4a4bd91af7d3c58a9c4007b4700b844c4bef029
Author: Hang Chen <[email protected]>
AuthorDate: Wed Jun 4 18:46:08 2025 -0700

    [Branch-4.17] Fix branch-4.17 CI (#4611)
    
    * Fix branch-4.17 CI
    
    * clean code
---
 .../java/org/apache/bookkeeper/proto/ClientSocketDisconnectTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/ClientSocketDisconnectTest.java
 
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/ClientSocketDisconnectTest.java
index 2b4eb74397..709ed771dd 100644
--- 
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/ClientSocketDisconnectTest.java
+++ 
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/ClientSocketDisconnectTest.java
@@ -38,7 +38,7 @@ import org.apache.bookkeeper.test.BookKeeperClusterTestCase;
 import org.apache.bookkeeper.tls.SecurityException;
 import org.apache.bookkeeper.util.EventLoopUtil;
 import org.junit.Assert;
-import org.junit.jupiter.api.Test;
+import org.junit.Test;
 
 @Slf4j
 public class ClientSocketDisconnectTest extends BookKeeperClusterTestCase {

Reply via email to