Eliminate use of deprecated mockito methods
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / ShardTest.java
2018-12-19 Robert VargaEliminate use of deprecated mockito methods 76/78876/2
2018-12-05 Robert VargaMigrate to java.time.Duration 74/75374/41
2018-10-24 Robert VargaIntegrate MRI projects for Neon 55/74855/74
2018-08-26 Robert VargaAlign tested boolean/Boolean expectations 20/75420/19
2018-08-24 Robert VargaEliminate ShardTestKit subclasses 17/75417/15
2018-07-25 Stephen KittRemove unused exceptions 39/74339/5
2018-06-21 Tom PantelisFix shard deadlock in 3 nodes 74/72874/11
2018-05-29 Tom PantelisRemove DataChangeListener and friends 01/71801/7
2018-01-11 Robert VargaAdjust to yangtools-2.0.0 changes 75/64175/42
2017-09-07 Tom PantelisFix intermittent PreLeaderScenarioTest failure 67/62767/4
2017-08-16 Robert VargaMake ShardTest.testCommitWhenTransactionHasModification... 03/61703/3
2017-08-11 Robert VargaBUG-8941: enqueue purges once ask-based transactions... 84/61284/5
2017-07-10 Robert VargaCleanup warnings 89/59589/11
2017-06-21 Robert VargaBump to odlparent 2.0.0 76/50176/13
2017-05-19 Robert VargaDo not retain initial SchemaContext 24/57424/1
2017-05-17 Stephen Kittsal-distributed-datastore: use lambdas 85/57185/2
2017-04-30 Tom PantelisRefactor Register*ListenerReply classes 76/55176/2
2017-04-18 Tom PantelisBug 8231: Fix testChangeListenerRegistration failure 08/55108/5
2017-03-12 Tom PantelisBug 7814: Fix InvalidActorNameException 00/53100/5
2017-03-08 Tomas CereBUG-2138: Create DistributedShardFrontend 29/46829/76
2017-02-27 Robert VargaBUG-5280: add {Create,Close,Purge}LocalHistoryPayload 26/39426/73
2017-02-15 Tom PantelisAdd OnDemandShardState to report additional Shard state 83/51583/6
2017-02-10 Tom PantelisBug 7521: Convert Snapshot to store a State instance 72/50572/9
2017-01-06 Tom PantelisBug 7362: Notify applyState synchronously 04/49404/7
2017-01-04 Tom PantelisBUG-7033: Remove payload replication short-circuits 71/49971/2
2016-12-29 Tom PantelisBUG-7033: Implement batchHint in ShardDataTree 98/49498/4
2016-12-20 Tom PantelisBUG-7033: Implement pipe-lining in ShardDataTree 84/49384/6
2016-12-15 Robert VargaBUG-7033: Allow ShardDataTree to pipeline transactions 75/28775/21
2016-12-01 Tom PantelisChange ReplicatedLogImplEntry to Externalizable proxy... 03/48803/2
2016-10-25 Tom PantelisFix unit test CS warnings in sal-distributed-datastore 83/47483/3
2016-09-07 Tom PantelisBug 6540: EOS - Rework behavior of onPeerDown 29/45129/5
2016-08-22 Tom PantelisTake snapshot after recovery on migrated messages 47/43747/8
2016-08-12 Robert VargaBUG-5280: persist metadata in snaphots 74/42974/19
2016-08-05 Robert VargaBUG-5280: expand ShardDataTree to cover transaction... 97/42497/27
2016-08-02 Tom PantelisAlleviate premature elections in followers 64/42564/7
2016-08-01 Robert VargaBUG-5280: centralize ShardSnapshot operations 85/42785/11
2016-07-26 Tom PantelisFix test failure in ShardTest 70/42570/2
2016-06-14 Robert VargaBUG-5280: add CommitTransactionPayload 83/39283/46
2016-06-10 Robert VargaBUG-5280: switch transaction IDs from String to Transac... 90/38990/47
2016-05-20 Robert VargaUse YangInstanceIdentifier.EMPTY 14/39014/7
2016-05-20 Robert VargaBUG-5626: Eliminate ShardIdentifier.Builder 09/38809/15
2016-05-20 Robert VargaBUG-5280: use MemberName instead of String 02/38802/16
2016-05-13 Robert VargaBUG-5626: use Identifier instead of String 32/38632/7
2016-05-03 Tom PantelisFix intermittent test failure in ShardTest.testPeerAddr... 87/38087/2
2016-04-28 Tony TkacikBug 1435: CDS: Added support for custom commit cohort. 02/32602/21
2016-04-12 Robert VargaBUG-5626: do not allow overriding of RaftActor.handleCo... 58/36958/18
2016-04-02 Robert VargaDo not use Strings for internal messages 10/37010/5
2016-03-24 Tom PantelisForward pending transactions on leadership change 99/35199/9
2016-03-21 Robert VargaDo not allow overrides of onReceive{Command,Recover} 92/36292/3
2016-03-16 Tom PantelisBug 5485: Improve DataTreeModification pruning on recovery 13/36013/5
2016-02-15 Robert VargaTurn ElectionTimeout into a proper singleton 12/34612/4
2016-02-15 Tom PantelisFix intermittent ShardTest failures 32/34632/2
2016-02-13 Robert VargaCleanup and document FindLeaderReply 05/34605/4
2016-02-13 Robert VargaDocument FindLeader message 04/34604/3
2016-02-01 Tom PantelisDeprecate 3PC protobuff messages 85/33385/5
2016-01-27 Tom PantelisDeprecate ReadData/DataExists protobuff messages 78/33178/3
2016-01-27 Tom PantelisDeprecate CreateTransaction protobuff message 42/33142/5
2016-01-19 Tom PantelisUse ActorFactory in ShardTest 73/32473/5
2016-01-14 Tom PantelisRemove ModificationPayload class 01/32401/5
2015-12-19 Tom PantelisTransaction message retry when no shard leader present 83/31183/8
2015-12-10 Moiz RajaConvert all tests that use ForwardReadyTransaction... 15/29715/6
2015-11-20 Tom PantelisBug 4651: Implement handling of ClusteredDOMDataTreeCha... 43/29943/2
2015-11-19 Moiz RajaBUG 2817 : Handle ServerRemoved message in Shard/ShardM... 04/29804/5
2015-11-14 Robert VargaBUG-865: specify DataTreeType explicitly 44/29644/4
2015-11-11 Tom PantelisBug 4564: Add Shard Builder class 37/29237/6
2015-10-30 evvyBUG-3381: Capture Snapshot on recovery if journal is... 21/27721/7
2015-10-27 Robert VargaReduce ShardDataTree#getDataTree() callsites 29/28729/7
2015-10-26 Tom PantelisAdd getPeerIds to RaftActorContext 18/28718/6
2015-09-28 Tom PantelisAlways persist and recover election term info 91/27491/9
2015-08-18 Harman SinghEnabling Data Change Notifications for all nodes in... 96/24496/6
2015-08-09 Thanh HaFix license header violations in sal-distributed-datastore 85/24985/1
2015-07-20 Tom PantelisCDS: Changes to Tx abort in Shard 62/24262/2
2015-07-08 Tom PantelisBug 3195: Cleanup on error paths and error handling 11/23911/2
2015-06-16 Tony TkacikMake sure DataTreeModifications are ready. 27/22727/2
2015-06-10 Tom PantelisBug 3570: Persist snapshot on follower ApplySnapshot 50/22250/2
2015-06-06 Tom PantelisCheck total batched messages sent in ShardCommitCoordin... 34/22034/2
2015-06-01 Kamal RameshanBug:3260-Recovery misses flows installed on single... 70/21570/2
2015-05-21 Tom PantelisBug 3206: CDS - issues with direct commit 90/20890/2
2015-05-16 Moiz RajaBUG 3232 : Fix intermittent failure in ShardTest 92/20592/2
2015-05-12 Robert VargaCDS: add backend support for local transactions 72/19072/7
2015-05-08 Robert VargaCDS: split TransactionType from TransactionProxy 89/19089/8
2015-05-07 Tony TkacikMerge "Add missing copyright text"
2015-05-07 Tony TkacikMerge "BUG 2954 : Thread local DocumentBuilder's for...
2015-05-05 Tony TkacikMerge "BUG 2820 - LLDP refactor"
2015-05-05 Tony TkacikMerge "Bug 2820 - LLDP TLV support and testing"
2015-05-05 Tony TkacikMerge "Bug 2820 - problem to add second TLV with type...
2015-05-04 Tony TkacikMerge "BUG 3057 - notify added event source by topics...
2015-05-04 Tony TkacikMerge changes Ibe016728,Ic719c519,I87a81a54
2015-05-04 Tony TkacikMerge "BUG 3066 : Optimistic lock failed, on NetconfSta...
2015-05-04 Tony TkacikMerge "Bug222:Comments incorporated for response based...
2015-05-01 Moiz RajaMerge "BUG 3049 : Upgrade from akka 2.3.9 to 2.3.10"
2015-04-30 Tony TkacikMerge "BUG-2288: deprecate old binding Notification...
2015-04-30 Tom PantelisMerge "Return local shard tree from FindPrimaryShard"
2015-04-30 Tom PantelisReturn local shard tree from FindPrimaryShard 56/19356/1
2015-04-27 Tony TkacikMerge "Event Source: switch from wildcards to regexs"
2015-04-27 Tony TkacikMerge "BUG 3029 - netconf event source modification...
2015-04-24 Tom PantelisMerge "Fix NoSuchElementException thrown when transacti...
2015-04-24 Tony TkacikMerge "Use ImmutableNodes.fromInstanceId in netconf"
2015-04-24 Tony TkacikMerge "Improve performance of XmlElement.getName"
2015-04-24 Tony TkacikMerge "Fix test failure in TopologyManagerImplTest...
next