summaryrefslogtreecommitdiffstats
path: root/persistence/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* Use a helper for bool -> vespalib::TrinaryHenning Baldersheim2021-02-191-7/+11
|
* Use a trinary to also handle temporary mismatching bucket used bits.Henning Baldersheim2021-02-191-7/+8
|
* Remove partitions from SPI.Tor Egge2020-10-141-1/+1
|
* Revert "Revert "Balder/use an actual fieldset repo""Henning Baldersheim2020-08-201-2/+2
|
* Revert "Balder/use an actual fieldset repo"Arnstein Ressem2020-08-191-2/+2
|
* Change api so that we can drop clone from the interface and prepare for ↵Henning Baldersheim2020-08-141-2/+2
| | | | using a true repo.
* doc: -> id:Henning Baldersheim2019-08-161-11/+11
|
* Migrate persistence unit tests from cppunit to gtest.Tor Egge2019-04-176-100/+80
|
* stop using python script for cppunit testsArne Juul2019-03-261-3/+1
|
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
|
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-042-2/+2
|
* Move FixedBucketSpaces to document module.Tor Egge2018-02-012-65/+0
|
* Add configurable bucket resolver and fixed space repoTor Brede Vekterli2017-12-152-0/+65
| | | | | Make default (aka. placeholder) bucket space index 1, not 0. Bucket space index 0 is now considered an invalid space.
* Add bucketSpace argument to ↵Tor Egge2017-11-201-1/+3
| | | | storage::spi::PersistenceProvider::setClusterState() method.
* Rename storage::spi::test::makeBucket to storage::spi::test::makeSpiBucket.Tor Egge2017-10-201-2/+2
|
* Take document::Bucket instead of document::BucketId as constructorTor Egge2017-10-181-1/+4
| | | | argument to more storage commands.
* Use document::Bucket in storage::spi::Bucket to add bucket space.Tor Egge2017-10-041-1/+1
|
* Remove unused support for SPI over RPC.Tor Egge2017-10-0311-1388/+0
|
* Update copyright headersJon Bratseth2017-06-1417-16/+17
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1417-17/+16
|
* Update copyright headersJon Bratseth2017-06-1417-16/+17
|
* Revert "Copyright header"Jon Bratseth2017-06-1317-17/+16
|
* Copyright headerJon Bratseth2017-06-1317-16/+17
|
* Rename persistence conformance test backend.Tor Egge2017-06-132-2/+2
|
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-062-0/+2
|
* Removed frt.h from header files to reduce include volume.Henning Baldersheim2017-06-011-0/+3
|
* Add node retirement accessor to SPI cluster stateTor Brede Vekterli2017-04-261-0/+28
|
* Optimize includes and add override.Henning Baldersheim2017-04-267-57/+36
|
* Revert "Balder/enforce override 2"Arne H Juul2017-04-246-35/+55
|
* override and optimise includes.Henning Baldersheim2017-04-232-12/+2
|
* Use overrideHenning Baldersheim2017-04-234-43/+33
|
* add override in persistence moduleArne H Juul2017-04-106-45/+32
|
* remove most usage of LinkedPtr from vespaHaavard2017-03-272-5/+5
|
* Avoid pulling in confige everywhere through documenttypes config.Henning Baldersheim2016-12-124-14/+11
|
* Split out so documentprotocol.h does not pull in everything.Henning Baldersheim2016-12-121-4/+2
|
* Avoid pulling in the config library all the time.Henning Baldersheim2016-12-124-14/+5
|
* Add missing includes.Henning Baldersheim2016-11-241-3/+4
|
* Now make all worksHenning Baldersheim2016-11-244-2/+13
|
* 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
|
* Fixed some of the libraries.Arnstein Ressem2016-10-033-3/+4
|
* Name dependencies for script tests.Arnstein Ressem2016-08-241-1/+2
|
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-232-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-281-1/+2
| | | | | | | | | | | | | | | | * Fail test scripts on first error * Some more test fixes * Reverted prod_features_test fix * Re-added prod_features_test.sh change matching that of PR #193 * More error checking * Reverted set -e on failing tests * Enable errexit in lowercasing test
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-163-3/+3
|
* Set output name and install test binaryEirik Nygaard2016-06-161-0/+2
|
* PublishJon Bratseth2016-06-1520-0/+1816