summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/storageserver/changedbucketownershiphandlertest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - Reduce visibility of ClusterState and Distribution.Henning Baldersheim2021-02-191-3/+6
|
* GC disk related code.Henning Baldersheim2020-10-151-1/+0
|
* Convert storageserver and visiting tests from CppUnit to GTestTor Brede Vekterli2019-06-141-254/+115
|
* 1 - Use a backing buffer for the DocumentUpdate that always is source of truth.Henning Baldersheim2018-06-121-12/+6
| | | | | | | | | | | 2 - Use this buffer for re-serialization. 3 - Make deserialization lazy where possible. Currently lazy on replay and when arriving over the storageapi. Still needs to eager over documentapi. 4 - Deserialize eagerly in the persistence thread since those are plentyfull and not bottlenecked, instead of in the single master thread. Use real repo.
* Reduce code visibilityHenning Baldersheim2018-06-121-0/+1
|
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
|
* Check that queued command will be aborted when storage node goes down.Tor Egge2018-03-201-0/+42
|
* Remove MultiOperationHenning Baldersheim2018-03-191-12/+0
| | | | | | | | Conflicts: storage/src/tests/persistence/filestorage/filestormanagertest.cpp storage/src/vespa/storage/persistence/persistencethread.cpp Fix merge conflict.
* Pass document::Bucket to AbortBucketOperationsCommand::shouldAbort method.Tor Egge2017-10-251-2/+2
|
* 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-7/+10
| | | | argument to storage commands that inherit from BucketCommand.
* 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
|
* - Optimize includes.Henning Baldersheim2017-04-251-2/+0
| | | | | - Move htmltable code to implementation file and add add override. - No virtual on override.
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-0/+2
|
* Including storage now builds fine with override enforcement.Henning Baldersheim2017-04-231-2/+0
|
* add override in storage testsArne H Juul2017-04-111-1/+1
|
* PublishJon Bratseth2016-06-151-0/+648