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

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

commit e565b5484cfb15f287b339ee8ca3a0b50c77f29c
Author: chenhang <[email protected]>
AuthorDate: Mon Jun 26 20:28:06 2023 +0800

    fix failed test
---
 .../test/java/org/apache/bookkeeper/client/BookieWriteLedgerTest.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookieWriteLedgerTest.java
 
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookieWriteLedgerTest.java
index 522d1c0d7f..3b2587f772 100644
--- 
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookieWriteLedgerTest.java
+++ 
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookieWriteLedgerTest.java
@@ -1500,7 +1500,6 @@ public class BookieWriteLedgerTest extends
         }
     }
 
-    @Test
     private void readEntries(LedgerHandle lh, List<byte[]> entries) throws 
InterruptedException, BKException {
         ls = lh.readEntries(0, numEntriesToWrite - 1);
         int index = 0;

Reply via email to