summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/putoperationtest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add configurable bucket resolver and fixed space repoTor Brede Vekterli2017-12-151-1/+1
| | | | | Make default (aka. placeholder) bucket space index 1, not 0. Bucket space index 0 is now considered an invalid space.
* Pass distributor bucket space to get operation, put operation, two phaseTor Egge2017-11-031-0/+1
| | | | update operation and update operation.
* Change methods on Distributor and DistributorComponent to takeTor Egge2017-11-021-3/+3
| | | | | | document::Bucket instead of document::BucketId as argument. This enables future selection of bucket data base and distribution based on bucket space contained in document::Bucket.
* 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-2/+4
| | | | argument to storage commands that inherit from BucketCommand.
* Add ready state to bucket meta info printingTor Brede Vekterli2017-06-191-6/+6
|
* 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
|
* add override in storage testsArne H Juul2017-04-111-2/+2
|
* Avoid pulling all of config everywhere.Henning Baldersheim2016-12-201-0/+1
|
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-201-3/+1
|
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-021-2/+2
|
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vespalib tests run out of source. * staging_vespalib run tests out of source. * fastos tests run out of source. * Fixed storage tests out of source. * Fixed some of the config tests. * config* tests run out of source. * document_* tests run out of source. * documentapi_ tests run out of source. * Fixed fsa out of source tests. * Fix jrt_test out of source. * More tests run out of source. * Fix some slobrok and messagebus tests. * More fixes for out of source tests. * Done with first pass of regular tests out of source. * Only use SOURCE_DIRECTORY in a limited set of places. * Fix some remaining tests. * Some cleanups. * No need for extra slash.
* PublishJon Bratseth2016-06-151-0/+704