aboutsummaryrefslogtreecommitdiffstats
path: root/storageserver/src/tests/storageservertest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove usages of deprecated DirConfig in storage unit testsTor Brede Vekterli2024-05-151-24/+20
| | | | | | Introduce a distinct `StorageConfigSet` which wraps the actual underlying config objects and exposes them through a unified `ConfigUri`.
* Propagate existing StorageNode config from main Process reconfig loopTor Brede Vekterli2023-10-231-5/+4
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Make ConfigUri constructors explicit and use same context where possible in ↵Henning Baldersheim2022-02-201-2/+2
| | | | proton.
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* - Reorder members for compactness.Henning Baldersheim2020-11-231-13/+14
| | | | | - Avoid needing the definition of Error everywhere. - use std::make_xxx and other c++11 constructs.
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-2/+4
|
* Rewrite storageserver tests from cppunit to gtest.Geir Storli2019-05-281-996/+38
| | | | | Also remove a set of tests that have been ignored / disabled for 8 years. These were highly unstable integration tests. System tests should cover such cases instead.
* Simplify the supervisor responsibilityHenning Baldersheim2019-05-101-38/+37
|
* Some return values are ignored in storageserver unit test.Tor Egge2019-01-281-6/+6
|
* Remove the costly and unnecessary setSlobrokId interface.Henning Baldersheim2018-10-041-12/+7
|
* Minor GC of unused codeHenning Baldersheim2018-04-091-3/+2
|
* Enable test to run againHenning Baldersheim2018-04-061-53/+2
|
* Remove memfile implementation.Henning Baldersheim2018-04-061-3/+3
|
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-2/+2
|
* Clean out priority blocking stuff in PersistenceThreadHenning Baldersheim2018-03-191-2/+1
| | | | | | | Conflicts: storage/src/tests/persistence/filestorage/filestormanagertest.cpp Resolve merge conflict.
* Move test function makeDocumentBucket to document module.Tor Egge2017-10-201-4/+3
|
* Take document::Bucket instead of document::BucketId as constructorTor Egge2017-10-171-7/+12
| | | | argument to storage commands that inherit from BucketCommand.
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-281-1/+2
|
* Separate interface with a const getXXX for readonly and another getXXXSP ↵Henning Baldersheim2017-08-241-9/+4
| | | | when you really need the SP.
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-181-0/+2
|
* 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 storageserver moduleArne H Juul2017-04-121-12/+12
|
* let EntryWrapper expose internal value with get functionHaavard2017-03-281-1/+1
|
* remove most usage of LinkedPtr from vespaHaavard2017-03-271-5/+6
|
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-13/+29
|
* Update tests with explicitt includes.Henning Baldersheim2016-12-191-0/+1
|
* Avoid pulling in all of slobrok and config everywhere.Henning Baldersheim2016-12-121-6/+2
|
* Remove test that has been disabled for literally yearsTor Brede Vekterli2016-11-231-128/+0
| | | | | It also makes assumptions about the distributor bucket database that no longer necessarily hold.
* Finished with the storage dependency mess cleanup.Arnstein Ressem2016-10-121-2/+2
|
* PublishJon Bratseth2016-06-151-0/+1245