Add RaftActor integration tests
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / test / java / org / opendaylight / controller / cluster / raft / RaftActorTest.java
2015-03-13 Tom PantelisAdd RaftActor integration tests 71/16371/3
2015-03-13 Tom PantelisRefactor InMemoryJournal and InMemorySnapshot to sal... 58/16358/5
2015-03-08 Tony TkacikMerge "Remove Neutron dependencies"
2015-03-08 Tony TkacikMerge "BUG 2412 - restconf RestconfDocumentedExceptionM...
2015-03-05 Tony TkacikMerge "Unit Test for md-sal netconf northbound mapping...
2015-03-05 Tony TkacikMerge "Fixed discard-changes for mdsal netconf, mapping...
2015-03-04 Moiz RajaMerge "Dynamically update DatastoreContext properties"
2015-03-04 Tom PantelisMerge "Introduce a mechanism for a Follower to signal...
2015-03-03 Moiz RajaMerge "Switch opendaylight-karaf-empty to using karaf...
2015-03-03 Tony TkacikMerge "Exception when creating new DOMNotificationRouter"
2015-03-02 Moiz RajaMerge "Bug 2769: Fix issues with ApplyLogEntries"
2015-03-01 Tom PantelisBug 2769: Fix issues with ApplyLogEntries 01/15901/4
2015-02-25 Tony TkacikMerge "Startup arch - add odlparent to root pom."
2015-02-25 Tony TkacikMerge "Removing { } from NormalizedNodeJsonBodyWriter"
2015-02-24 Tony TkacikMerge "Bug 2697: Improvement wrong response handling...
2015-02-24 Tony TkacikMerge "Bug 2731: Discard changes only when transaction...
2015-02-24 Tony TkacikMerge "Fix race condition in get/get-config netconf...
2015-02-24 Tony TkacikMerge "Startup archetype - move impl under 'impl' names...
2015-02-24 Tony TkacikMerge "Startup arch - Add scm section to root pom."
2015-02-24 Tony TkacikMerge "Startup arch - feature cleanup"
2015-02-24 Tony TkacikMerge "Skip install and deploy of karaf artifact."
2015-02-24 Tom PantelisMerge "BUG 2676 : Use notification-dispatcher for DataC...
2015-02-24 Tom PantelisMerge "BUG 2676 : Use transaction-dispatcher for ShardT...
2015-02-24 Tom PantelisMerge "BUG 2676 : Use shard-dispatcher for ShardManager...
2015-02-24 Tom PantelisMerge "BUG 2676 : Use custom client-dispatcher when...
2015-02-23 Tom PantelisMerge "BUG 2676 : Introduce API for accessing akka...
2015-02-23 Tom PantelisMerge "BUG 2718 : Create a diagnostic utility to track...
2015-02-23 Tom PantelisMerge "BUG 2741 : Fix issue with real snapshotting...
2015-02-23 Ed WarnickeMerge "Bug 2673: Binding cursor-based data change API"
2015-02-23 Tony TkacikMerge "Re-enable running of SingleFeaturesTest"
2015-02-23 Tony TkacikMerge "Startup archetype: remove 'Impl' from config...
2015-02-23 Tony TkacikMerge "Startup archetype: Add basic unit tests for...
2015-02-23 Tony TkacikMerge "Startup arch - remove artifactId prefix from...
2015-02-23 Tony TkacikMerge "Cleanup root pom "name"."
2015-02-23 Tony TkacikMerge "Update JMX generator"
2015-02-23 Tony TkacikMerge "xsql should pull junit directly"
2015-02-23 Tony TkacikMerge "Migrate JMX plugin's use of BindingGeneratorUtil"
2015-02-23 Tony TkacikMerge "Migrate deprecated guava methods"
2015-02-23 Tony TkacikMerge "Do not override artifact versions"
2015-02-23 Tony TkacikMerge "Use Preconditions"
2015-02-23 Tony TkacikMerge "Do not override jsr305 version"
2015-02-23 Tony TkacikMerge "Make reconnect on capability changed truly optional"
2015-02-23 Tony TkacikMerge "Prevent multiple config pushers"
2015-02-23 Moiz RajaBUG 2741 : Fix issue with real snapshotting when replic... 04/15604/2
2015-02-24 Ed WarnickeMerge "Create odl-nsf-service feature, which excludes...
2015-02-22 tpantelisFix spurious failures in RaftActorTest due to RecoveryC... 99/15599/2
2015-02-21 Moiz RajaMerge "Fix RaftActorTest.testRaftRoleChangeNotifier...
2015-02-21 Tom PantelisMerge "Fix for Bug 2727 - Upgrade Akka from 2.3.4 to...
2015-02-20 tpantelisFix RaftActorTest.testRaftRoleChangeNotifier failure 47/15047/3
2015-02-19 Tony TkacikMerge "Initial message bus implementation"
2015-02-19 Tony TkacikMerge "BUG-2634 Config binding for netconf server"
2015-02-19 Tony TkacikMerge "BUG-2633 - Netconf northbound mapping."
2015-02-19 Tony TkacikMerge "BUG-2633 - Added Operation Service Factory Filte...
2015-02-19 Moiz RajaMerge "Refactor LeaderTest"
2015-02-19 Tom PantelisMerge "Bug 2538: Remove redundant Augmentation checks...
2015-02-19 Tony TkacikMerge "Bug 2682 - Switch sal-binding-dom-it to sal...
2015-02-18 Moiz RajaMerge "Bug-2692:Real snapshots should use the replicate...
2015-02-18 Tom PantelisMerge "Make ReadData exception logging less noisy"
2015-02-18 Tom PantelisMerge "Minor enhancements to dummy datastore"
2015-02-18 Tony TkacikMerge "BUG-2573: mark CompositeNode-based RPC APIs...
2015-02-18 Tony TkacikMerge "Marked as deprecated all classes within protocol...
2015-02-18 tpantelisRefactor LeaderTest 08/15208/3
2015-02-17 Kamal RameshanBug-2692:Real snapshots should use the replicatedToAllI... 31/15131/12
2015-02-17 Tom PantelisMerge "Bug-2692 : Eliminate InitiateInstallSnapshot"
2015-02-16 Kamal RameshanBug-2692 : Eliminate InitiateInstallSnapshot 39/15239/5
2015-02-13 Tony TkacikMerge "BUG-2573: create DOMRpcRouter"
2015-02-13 Tony TkacikMerge "BUG-2626: activate enunciate only on jdk-1.7"
2015-02-13 Tony TkacikMerge "BUG-2626: Do not override enunciate version"
2015-02-13 Tony TkacikMerge "BUG-2573: add NormalizedNode-based RPC API"
2015-02-13 Moiz RajaMerge "(Fix: Bug 2711) - Match RPC actor system's Netty...
2015-02-13 Tom PantelisMerge "Try to eliminate random failures in RaftActorTest"
2015-02-12 Moiz RajaTry to eliminate random failures in RaftActorTest 15/15215/3
2015-02-12 Ed WarnickeMerge "Mark yang generated source location as a source...
2015-02-12 Moiz RajaMerge "(Bug 2035) - Increasing default Akka config...
2015-02-12 Tony TkacikMerge "Do not duplicate OSGi dependencyManagement"
2015-02-12 Tony TkacikMerge "BUG-2632 Netconf connector (optionally) reconnec...
2015-02-12 Tony TkacikMerge "BUG-2600 Dynamic schemas in netconf server"
2015-02-12 Ed WarnickeMerge "Bug 2684 - Fixing support for Neutron binding...
2015-02-12 Tony TkacikMerge "BUG-2627: do not duplicate descriptions"
2015-02-12 Tony TkacikMerge "BUG-2627: JMX interfaces need to be public"
2015-02-12 Moiz RajaMerge "Initial heartbeats not sent by Leader"
2015-02-11 Tom PantelisMerge topic 'bug/2676'
2015-02-11 Tony TkacikMerge "Run SingleFeatureTest on features/netconf"
2015-02-11 Moiz RajaAdd a diagnostic message to figure out why test fails 61/15161/1
2015-02-13 Tony TkacikMerge "Bring features/neutron into the same parent...
2015-02-10 Moiz RajaMerge "Bug 2669: Use slf4j Logger instead of akka Loggi...
2015-02-10 Tony TkacikMerge "BUG-2679 Workaround for wrong nagasena encode...
2015-02-10 Tony TkacikMerge "BUG-2310 - widen yang model for netconf-node."
2015-02-10 Tony TkacikMerge "BUG-2599 Netconf notification manager initial...
2015-02-10 Tony TkacikMerge "Fix missing log argument"
2015-02-10 Tony TkacikMerge "Standardize on pax-exam 4.4.0"
2015-02-10 Tony TkacikMerge "BUG-2288: implement DOMNotificationRouter"
2015-02-10 Tony TkacikMerge "BUG-2627: Fix ambiguous lookup in test case"
2015-02-10 Tom PantelisMerge "Bug-2692:Avoid fake snapshot during initiate...
2015-02-10 Moiz RajaMerge "Add signature marker and version to NormalizedNo...
2015-02-09 Kamal RameshanBug-2692:Avoid fake snapshot during initiate snapshot 91/15091/2
2015-02-09 Moiz RajaMerge "Bug 2410: Use generated serialVersionUID for...
2015-02-06 Moiz RajaMerge "Bug-2590: Clustering : Minimize usage of in...
2015-02-06 Kamal RameshanBug-2590: Clustering : Minimize usage of in-memory... 15/14615/10
2015-02-05 Tony TkacikMerge "Improve JavaAttribute performance"
next