summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/bucketdbupdatertest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Minor C++ cleanupsTor Brede Vekterli2019-03-221-1/+0
* Test more BucketDBUpdater two-phase transition edge casesTor Brede Vekterli2019-03-201-55/+94
* Properly handle non-owned vs. missing bucketsTor Brede Vekterli2019-03-151-18/+128
* WIP on BucketDBUpdater explicit activation supportTor Brede Vekterli2019-03-141-0/+2
* Move non-owned buckets to read-only DB and allow use for read-only opsTor Brede Vekterli2019-03-141-10/+86
* Add read-only bucket space repo and wire it through distributor componentsTor Brede Vekterli2019-03-141-16/+38
* Add workarounds for legacy global distribution hash handlingTor Brede Vekterli2019-02-211-3/+53
* Remove workarounds added during transition to multiple bucket spaces.Tor Egge2019-01-211-25/+0
* Remove stringref::c_str()Tor Brede Vekterli2018-07-251-8/+8
* Enable cluster state bundle in distributor.Tor Egge2018-02-261-3/+4
* Use ClusterState from DistributorBucketSpace in PendingBucketSpaceDbTransition.Tor Egge2018-02-261-2/+7
* Simplify distributor unit tests.Tor Egge2018-02-231-9/+9
* Add messageCount() method to help calculate number of expected messages.Tor Egge2018-02-141-41/+45
* Fix comment.Tor Egge2018-02-141-1/+1
* Repair auto-indent damage caused by confused text editor.Tor Egge2018-02-141-4/+4
* Adjust distributor unit tests to handle global distributor bucket space.Tor Egge2018-02-141-238/+278
* Test that bucket db updater fakes success when receiving encode error reply.Tor Egge2018-02-081-0/+25
* Do not include the world.Henning Baldersheim2017-12-291-4/+3
* Remove DistributorBucketSpaceComponent.Tor Egge2017-11-171-0/+1
* Factor out common lines to defaultDistributorBucketSpace() method.Tor Egge2017-11-171-15/+7
* Stop using old API to get distribution and bucket db.Tor Egge2017-11-171-10/+17
* Remove distribution from ClusterInformation and SimpleClusterInformation.Tor Egge2017-11-131-1/+0
* Partially change BucketDBUpdater to use document::Bucket instead ofTor Egge2017-11-131-6/+6
* Reference using statement in nested namespace.Tor Egge2017-11-101-2/+2
* Track outdated nodes per bucket space.Tor Egge2017-11-101-8/+9
* Rename mergeInto() to MergeIntoBucketDatabases() and remove argument,Tor Egge2017-11-081-3/+2
* Add test method to get a specific pending bucket space db transition from aTor Egge2017-11-081-3/+8
* Pass distributor bucket space repo to pending cluster state.Tor Egge2017-11-081-6/+6
* Change methods on Distributor and DistributorComponent to takeTor Egge2017-11-021-4/+4
* Move test function makeDocumentBucket to document module.Tor Egge2017-10-201-2/+2
* Take document::Bucket instead of document::BucketId as constructorTor Egge2017-10-171-8/+10
* Add ready state to bucket meta info printingTor Brede Vekterli2017-06-191-20/+20
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Removed storageframework.h from header files.Henning Baldersheim2017-06-011-3/+1
* - Optimize includes.Henning Baldersheim2017-04-251-1/+0
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-0/+1
* Including storage now builds fine with override enforcement.Henning Baldersheim2017-04-231-1/+0
* Do not erroneously mark replicas as trusted when merging bucket infoTor Brede Vekterli2017-04-201-0/+82
* add override in storage testsArne H Juul2017-04-111-3/+3
* Track time spent transitioning between cluster statesTor Brede Vekterli2017-01-121-5/+81
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-201-12/+1
* Further test simplificationsTor Brede Vekterli2016-11-231-5/+4
* Simplify some distribution-enabling codeTor Brede Vekterli2016-11-231-6/+5
* Directly associate components with an explicit bucket spaceTor Brede Vekterli2016-11-221-22/+4
* Implement distributor bucket ownership handover safe time point (#1098)Tor Brede Vekterli2016-11-161-19/+96
* PublishJon Bratseth2016-06-151-0/+2296