X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-akka-raft%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fraft%2Futils%2FInMemoryJournal.java;h=c17c29c0fd1846ff0ad76a5299fe5bb10cd8c68e;hb=ddd479df27cfc49f353ceb66cd289694e891761a;hp=8c6cf0945713ed0cbae3d5f7fbb2870220985dc5;hpb=fa96da71c5ab10973a9f93c2e8b35494b96fd7ed;p=controller.git diff --git a/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/utils/InMemoryJournal.java b/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/utils/InMemoryJournal.java index 8c6cf09457..c17c29c0fd 100644 --- a/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/utils/InMemoryJournal.java +++ b/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/utils/InMemoryJournal.java @@ -76,6 +76,9 @@ public class InMemoryJournal extends AsyncWriteJournal { public static void clear() { JOURNALS.clear(); + DELETE_MESSAGES_COMPLETE_LATCHES.clear(); + WRITE_MESSAGES_COMPLETE.clear(); + BLOCK_READ_MESSAGES_LATCHES.clear(); } @SuppressWarnings("unchecked")