summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/tests/persistenceconformance_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* It is enough to hold the read lock.Henning Baldersheim2020-02-141-2/+2
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-1/+2
* Migrate persistence unit tests from cppunit to gtest.Tor Egge2019-04-171-219/+12
* UINT1 -> BOOLHenning Baldersheim2018-12-161-0/+3
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-5/+5
* Match engine should be up if cluster state for any bucketspace saysTor Egge2018-03-141-1/+1
* Revert "Revert "Balder/compute summary cache automatically in backend""Henning Baldersheim2018-01-311-1/+1
* Revert "Balder/compute summary cache automatically in backend"Harald Musum2018-01-311-1/+1
* Add the HwInfo to the BootstrapConfig.Henning Baldersheim2018-01-301-1/+1
* Let proton subscribe to bucketspaces config.Tor Egge2018-01-091-0/+3
* Consolidate makeBucketSpace() test functions to document module.Tor Egge2017-11-141-2/+2
* Add minimal test using multiple bucket spaces when peristence providerTor Egge2017-10-101-3/+13
* Use storage::spi::test::makeBucketSpace() in tests when creating bucket space.Geir Storli2017-10-061-10/+12
* Add bucket space concept to DocumentDB and wire it into setup of PersistenceE...Geir Storli2017-10-061-2/+3
* Wire in LogDocumentStore::Config in snapshot.Henning Baldersheim2017-10-051-0/+1
* There is a less intrusive way ...Henning Baldersheim2017-10-051-1/+1
* Wire in for live reconfiguration of DocumentStore.Henning Baldersheim2017-10-051-1/+1
* Update so that the tls direct writer is not optional.Henning Baldersheim2017-09-301-3/+2
* Replace tab with spaces.Geir Storli2017-09-131-1/+1
* Include what you need yourself.Henning Baldersheim2017-08-231-2/+3
* 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
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-8/+8
* Remove history schema and wiping of old removed fields.Tor Egge2017-04-241-1/+1
* Remove recently added attribute specs from document db config.Tor Egge2017-04-201-6/+2
* Rename AttributeSpecsBuilder to AttributeAspectDelayer.Tor Egge2017-04-201-6/+6
* Delay changes to summarymap config when delaying changes to attributes config.Tor Egge2017-04-201-2/+2
* add override in searchcore moduleArne H Juul2017-04-121-5/+5
* Use more forward declarations.Tor Egge2017-04-051-0/+5
* Add attribute specs (derived from attribute config) to document db config.Tor Egge2017-04-041-1/+5
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-17/+25
* Add imported fields config as part of DocumentDBConfig.Geir Storli2017-02-151-0/+2
* - Break dependency on bootstrapconfig.hHenning Baldersheim2016-12-191-1/+3
* Move HwInfo from vespalib to searchcore and simplify code.Tor Egge2016-11-041-2/+2
* Flush attribute to memory first if attribute saver has aTor Egge2016-11-031-1/+3
* Remove RankingConstantsConfig from DocumentDBConfig and add builder used in u...Geir Storli2016-09-051-1/+0
* Integrate and populate matching::RankingConstants based on files acquired fro...Geir Storli2016-09-021-0/+1
* use std::make_shared more oftenArne H Juul2016-08-311-14/+8
* subscribe to ranking constants configArne H Juul2016-08-311-0/+4
* PublishJon Bratseth2016-06-151-0/+588