summaryrefslogtreecommitdiffstats
path: root/memfilepersistence/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove memfile implementation.Henning Baldersheim2018-04-0646-9484/+0
|
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-043-0/+3
|
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-042-2/+2
|
* Move FixedBucketSpaces to document module.Tor Egge2018-02-011-3/+3
|
* Ignore non-default bucket spaces for listBuckets and getModifiedBucketsTor Brede Vekterli2018-01-111-0/+20
| | | | | Assert that default space is used for all other ops, as VDS does not support multiple bucket spaces.
* Remove memory manager component from content layerTor Brede Vekterli2017-12-044-30/+1
| | | | | | | | | | | | | | We already have resource utilization tracking in both MessageBus and the search core. The memory manager has never been auto-scaled based on the hardware present and adds a _lot_ of complexity without having any known instances where it has actually saved the day. Removing it also removes a mutex on the message hot path. If we need such functionality in the future, should design a lock-free solution. Cleanup
* Consolidate makeBucketSpace() test functions to document module.Tor Egge2017-11-141-1/+2
|
* Rename storage::spi::test::makeBucket to storage::spi::test::makeSpiBucket.Tor Egge2017-10-206-69/+69
|
* Add BucketSpace parameter to listBuckets() and getModifiedBuckets() SPITor Egge2017-10-051-1/+2
| | | | methods.
* Use document::Bucket in storage::spi::Bucket to add bucket space.Tor Egge2017-10-046-77/+77
|
* Fix typoBjørn Christian Seime2017-08-161-1/+1
|
* Don't use cppunit-parallelize.pyBjørn Christian Seime2017-08-161-2/+1
|
* Enable test to run as rootBjørn Christian Seime2017-08-151-18/+8
|
* Update copyright headersJon Bratseth2017-06-1439-39/+39
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1439-39/+39
|
* Update copyright headersJon Bratseth2017-06-1439-39/+39
|
* Revert "Copyright header"Jon Bratseth2017-06-1339-39/+39
|
* Copyright headerJon Bratseth2017-06-1339-39/+39
|
* Include stringfmt where it was needed.Henning Baldersheim2017-06-061-0/+1
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-021-11/+4
| | | | includes
* Optimize includes and add override.Henning Baldersheim2017-04-2624-103/+38
|
* Revert "Balder/enforce override 2"Arne H Juul2017-04-2410-19/+58
|
* override and optimise includes.Henning Baldersheim2017-04-237-20/+0
|
* Add override to memfilepersistence.Henning Baldersheim2017-04-234-34/+17
|
* Use overrideHenning Baldersheim2017-04-231-4/+2
|
* add override in memfilepersistence moduleArne H Juul2017-04-1012-41/+39
|
* remove unneeded std::move when stealing entriesHaavard2017-03-281-1/+1
|
* remove most usage of LinkedPtr from vespaHaavard2017-03-277-44/+30
|
* Random code unification when file was visited.Henning Baldersheim2017-01-041-1/+0
|
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-201-2/+2
|
* Do not carry exceptions in header filesHenning Baldersheim2016-12-195-38/+64
|
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-1/+0
|
* include only what you need.Henning Baldersheim2016-12-191-2/+0
|
* Do not bring in nbostream everywhere.Henning Baldersheim2016-12-121-1/+1
|
* Move to doubles for all latency reporting metricsTor Brede Vekterli2016-11-281-4/+8
|
* Now make all worksHenning Baldersheim2016-11-243-0/+4
|
* Avoid including iostream in header files.Henning Baldersheim2016-11-191-1/+1
|
* Missing include for vectorHenning Baldersheim2016-11-171-2/+1
|
* TypoVegard Sjonfjell2016-11-171-1/+1
|
* Add testrunner dependencies to parallelized testsVegard Sjonfjell2016-11-171-0/+1
|
* Parallize cppunit test runner test suites using cppunit-parallelize.pyVegard Sjonfjell2016-11-161-1/+6
|
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-022-9/+8
|
* Add testhelper dependency.Arnstein Ressem2016-10-101-0/+1
|
* Update include path.Arnstein Ressem2016-10-102-2/+2
|
* Merge branch 'master' into ↵Arnstein Ressem2016-10-101-3/+2
|\ | | | | | | aressem/dont-allow-unresolved-symbols-in-shared-libs-or-executables
| * Handle variations to alignment smoother.Henning Baldersheim2016-10-031-2/+2
| |
| * Checkpoint 1Henning Baldersheim2016-10-031-3/+2
| |
* | More changes needed to disallow unresolved symbols.Arnstein Ressem2016-10-104-1/+7
| |
* | Fixed some of the libraries.Arnstein Ressem2016-10-035-1/+5
|/
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-232-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.