aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb
Commit message (Expand)AuthorAgeFilesLines
* Change AttributeContext to use makeReadGuard method on attribute vectors.Tor Egge2018-04-201-1/+1
* Extend unit test coverage to check validation of updates with fallback toTor Egge2018-04-051-11/+42
* Add extra check if document type for update operation might be differentTor Egge2018-04-052-9/+78
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-045-0/+5
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-0411-28/+28
* Use shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-2/+2
* Revert "Revert "Balder/compute summary cache automatically in backend""Henning Baldersheim2018-01-313-5/+4
* Revert "Balder/compute summary cache automatically in backend"Harald Musum2018-01-313-4/+5
* Add the HwInfo to the BootstrapConfig.Henning Baldersheim2018-01-303-5/+4
* Remove the support for extra config, that is a leftover from rise integration...Henning Baldersheim2018-01-291-22/+4
* Revert "Revert "Revert "Balder/group multiple commits rebased 1"""Henning Baldersheim2018-01-141-2/+4
* Revert "Revert "Balder/group multiple commits rebased 1""Henning Baldersheim2018-01-121-4/+2
* Revert "Balder/group multiple commits rebased 1"Arnstein Ressem2018-01-121-2/+4
* Merge pull request #4601 from vespa-engine/balder/group-multiple-commits-reba...Henning Baldersheim2018-01-111-4/+2
|\
| * Wire in the remaining config and make it not require restart.Henning Baldersheim2018-01-101-4/+2
* | Let proton subscribe to bucketspaces config.Tor Egge2018-01-093-0/+9
|/
* Use standard locking in searchlib (pass 1).Tor Egge2017-12-121-0/+1
* Factor out CountDownLatch and Gate to separate header files.Tor Egge2017-12-112-2/+2
* Use alternate maxflushed parameter (max number of flushed memory indexesTor Egge2017-12-072-4/+44
* Consolidate makeBucketSpace() test functions to document module.Tor Egge2017-11-145-10/+10
* Rename storage::spi::test::makeBucket to storage::spi::test::makeSpiBucket.Tor Egge2017-10-201-2/+2
* Introduce async write interface in the TLS.Henning Baldersheim2017-10-183-29/+17
* Revert "Introduce async write interface in the TLS."Henning Baldersheim2017-10-173-17/+29
* Introduce async write interface in the TLS.Henning Baldersheim2017-10-173-29/+17
* Update tests with expected trace order. Also remove unused imports and follow...Henning Baldersheim2017-10-161-33/+24
* remove unused importsHenning Baldersheim2017-10-161-9/+0
* remove unused code and follow clion adviceHenning Baldersheim2017-10-161-31/+13
* Use shared ptr and Idesructorcallback to make it more flexible.Henning Baldersheim2017-10-153-8/+8
* Remove explicit ack and use feedtoken as a smartptrHenning Baldersheim2017-10-134-96/+67
* Avoid using 2 different mechanisms for allowing a only one reply.Henning Baldersheim2017-10-121-4/+2
* Get rid of mbus::reply leftovers.Henning Baldersheim2017-10-122-74/+31
* Remove the PerDocTypeFeedMetricsHenning Baldersheim2017-10-124-110/+40
* Add config class for the threading service used by a document db.Geir Storli2017-10-122-0/+74
* Revert "Geirst/add feeding concurrency setting to proton"Arnstein Ressem2017-10-112-74/+0
* Add config class for the threading service used by a document db.Geir Storli2017-10-112-0/+74
* Move bucket factory to proton test library, it is only used by unit tests.Tor Egge2017-10-065-3/+5
* Use propagated bucket space instead of place holder.Tor Egge2017-10-062-1/+6
* Use propagated bucket space instead of place holder.Tor Egge2017-10-062-2/+6
* Use storage::spi::test::makeBucketSpace() in tests when creating bucket space.Geir Storli2017-10-061-8/+10
* Add bucket space concept to DocumentDB and wire it into setup of PersistenceE...Geir Storli2017-10-061-0/+1
* Resolve the LogDocumentStoreConfig in DocumentDBConfigManager.Henning Baldersheim2017-10-062-9/+4
* There is a less intrusive way ...Henning Baldersheim2017-10-052-2/+2
* Wire in for live reconfiguration of DocumentStore.Henning Baldersheim2017-10-052-14/+11
* Use document::Bucket in storage::spi::Bucket to add bucket space.Tor Egge2017-10-041-1/+3
* Update so that the tls direct writer is not optional.Henning Baldersheim2017-09-302-19/+10
* Use multiple threads for mbus invokeHenning Baldersheim2017-09-262-2/+2
* Rename notifyPut to notifyPutDone since notification happens afterTor Egge2017-09-151-1/+1
* Adjust test name to clarify what is tested.Tor Egge2017-09-141-1/+1
* Test that notifyCreateBucket() causes bucket to be reconsidered in bucketTor Egge2017-09-131-0/+23
* Documents moved to new buckets due to split or join might trigger a needTor Egge2017-09-132-2/+10