X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-akka-raft%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fraft%2FIsolationScenarioTest.java;h=471ea375899487b3aea1b46f916c7e001c316d04;hb=f33beecf2a10955a9219757529ba3017079816cc;hp=179f4f039ef650f6384dd392ed040cbafd2cae4d;hpb=c32a09739f0f7a008fe203b7b4ca172755136307;p=controller.git diff --git a/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/IsolationScenarioTest.java b/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/IsolationScenarioTest.java index 179f4f039e..471ea37589 100644 --- a/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/IsolationScenarioTest.java +++ b/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/IsolationScenarioTest.java @@ -48,7 +48,7 @@ public class IsolationScenarioTest extends AbstractRaftActorIntegrationTest { * appropriately. */ @Test - public void testLeaderIsolationWithAllPriorEntriesCommitted() throws Exception { + public void testLeaderIsolationWithAllPriorEntriesCommitted() { testLog.info("testLeaderIsolationWithAllPriorEntriesCommitted starting"); createRaftActors(); @@ -133,7 +133,7 @@ public class IsolationScenarioTest extends AbstractRaftActorIntegrationTest { * sides should reconcile their logs appropriately. */ @Test - public void testLeaderIsolationWithPriorUncommittedEntryAndOneConflictingEntry() throws Exception { + public void testLeaderIsolationWithPriorUncommittedEntryAndOneConflictingEntry() { testLog.info("testLeaderIsolationWithPriorUncommittedEntryAndOneConflictingEntry starting"); createRaftActors(); @@ -254,7 +254,7 @@ public class IsolationScenarioTest extends AbstractRaftActorIntegrationTest { * and both sides should reconcile their logs appropriately. */ @Test - public void testLeaderIsolationWithPriorUncommittedEntryAndMultipleConflictingEntries() throws Exception { + public void testLeaderIsolationWithPriorUncommittedEntryAndMultipleConflictingEntries() { testLog.info("testLeaderIsolationWithPriorUncommittedEntryAndMultipleConflictingEntries starting"); createRaftActors();