Skip to content

Commit a582b00

Browse files
committed
RATIS-2322. Fix Junit Test Error.
1 parent 7bc5f88 commit a582b00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ratis-server/src/test/java/org/apache/ratis/WatchRequestTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ static void checkAll(List<CompletableFuture<WatchReplies>> watches, Logger log)
302302
final WatchReplies watchReplies = watches.get(i).get(GET_TIMEOUT_SECOND, TimeUnit.SECONDS);
303303
final long logIndex = watchReplies.logIndex;
304304
log.info("checkAll {}: logIndex={}", i, logIndex);
305-
final RaftClientReply watchAllReply = watchReplies.getAll();
306305

307306
final RaftClientReply watchAllCommittedReply = watchReplies.getAllCommitted();
308307
{ // check commit infos

0 commit comments

Comments
 (0)