summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/storageserver/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* We only need to expose a single libstorage.so. No need to split up in ↵Henning Baldersheim2022-05-181-2/+2
| | | | storage storgae_storageserver and storage_distributor.
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Move storageserver rpc unit tests to separate subfolder with its own gtest ↵Geir Storli2020-09-141-1/+0
| | | | runner.
* Basic functionality for direct RPC for StorageAPI communicationTor Brede Vekterli2020-09-141-1/+1
| | | | | | | | This has several advantages: * Completely bypasses all MessageBus indirections * Explicit setup of RPC thread pool * Direct dispatch from RPC thread to persistence queue pool * Better control of encoding/decoding and buffer usage
* Annotate some expensive tests to allow them to start first when running in ↵Arnstein Ressem2020-09-021-0/+1
| | | | parallel.
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
|
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
|
* Remove deprecated BucketIntegrityCheckerTor Brede Vekterli2020-04-301-1/+0
| | | | Not in use after VDS was removed.
* Convert storageserver and visiting tests from CppUnit to GTestTor Brede Vekterli2019-06-141-8/+9
|
* Create gtest runner per test sub-module.Geir Storli2019-06-041-0/+14
| | | | This makes it possible to run storage tests in parallel.
* Add handling of v3 setDistributionStates RPC from cluster controllerTor Brede Vekterli2018-03-061-0/+1
| | | | | ClusterStateBundle is populated with derived states, but these are not yet exposed via the bucket space getter function.
* Revert "Add cluster state RPC v3 support on content nodes"Tor Brede Vekterli2018-03-061-1/+0
|
* Add handling of v3 setDistributionStates RPC from cluster controllerTor Brede Vekterli2018-03-051-0/+1
| | | | | ClusterStateBundle is populated with derived states, but these are not yet exposed via the bucket space getter function.
* Add configurable bucket resolver and fixed space repoTor Brede Vekterli2017-12-151-0/+1
| | | | | Make default (aka. placeholder) bucket space index 1, not 0. Bucket space index 0 is now considered an invalid space.
* Order sources in CMakeLists.txt files.Geir Storli2017-11-021-6/+6
|
* Wire together new listener to propagate errorsTor Brede Vekterli2017-08-311-0/+1
|
* 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
|
* Finished with the storage dependency mess cleanup.Arnstein Ressem2016-10-121-3/+3
|
* Set rpaths for libs and executables. Add more dependencies.Arnstein Ressem2016-06-201-0/+1
|
* Define storage test libs as test targetsVegard Sjonfjell2016-06-171-2/+1
|
* PublishJon Bratseth2016-06-151-0/+17