summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/common
Commit message (Expand)AuthorAgeFilesLines
* Support imported attribute fields in backend selection logicTor Brede Vekterli2020-01-311-9/+37
* Revert "Revert "Balder/remove steadytimestamp 2""Henning Baldersheim2019-12-161-3/+3
* Revert "Balder/remove steadytimestamp 2"Henning Baldersheim2019-12-161-3/+3
* Use std::chrono.Henning Baldersheim2019-12-091-3/+3
* Address comment by specifying timeunit in the type.Henning Baldersheim2019-11-201-6/+3
* Add typesafe SteadyTimeStamp.Henning Baldersheim2019-11-151-1/+0
* Use a steady_clock for the stop watch.Henning Baldersheim2019-11-151-1/+1
* Avoid dependency on weighted set ordering in unit testsTor Brede Vekterli2019-10-181-2/+8
* GC unused filesHenning Baldersheim2019-09-301-1/+0
* doc: -> id:Henning Baldersheim2019-08-162-61/+28
* Integrate TensorRemoveUpdate in attribute updater.Geir Storli2019-02-211-23/+44
* Remove files used by old unit test runner.Tor Egge2019-02-196-8/+0
* Set data type for TensorFieldValue.Tor Egge2019-02-141-2/+14
* Rename tensoraddupdate.{h,cpp} -> tensor_add_update.{h,cpp}.Geir Storli2019-02-111-1/+1
* Rename tensormodifyupdate.{h,cpp} -> tensor_modify_update.{h,cpp}.Geir Storli2019-02-111-1/+1
* Handle TensorAddUpdate in attribute updater.Geir Storli2019-02-111-9/+25
* Test that tensor modify update is applied.Geir Storli2019-02-061-1/+59
* Rewrite to new unit test syntax.Geir Storli2019-02-061-113/+83
* Use std::vector and initializer list instead of wrapper.Geir Storli2019-02-061-62/+39
* Specify document type in code instead of config file.Geir Storli2019-02-052-184/+35
* Rename applyattrupdates -> attribute_updater_test and move it to correct place.Geir Storli2019-02-054-0/+582
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-271-0/+2
* Detect unchanged field in in array/map of struct.Tor Egge2018-06-131-41/+94
* Make tests less verbose when verifying stats.Geir Storli2018-05-151-110/+16
* Add pre-document selection than can disqualify a document without retrieving ...Geir Storli2018-05-151-38/+134
* Make member variables in CachedSelect private.Geir Storli2018-05-111-133/+133
* Improve logging.Geir Storli2018-05-111-1/+1
* Merge pull request #5671 from vespa-engine/toregge/extend-document-selection-...Tor Brede Vekterli2018-04-231-4/+61
|\
| * Extend document select pruner to generate document select expressionTor Egge2018-04-231-4/+61
* | Change AttributeContext to use makeReadGuard method on attribute vectors.Tor Egge2018-04-201-1/+0
|/
* Remove DocumentTypeRepo::UP typedef.Tor Egge2018-04-053-14/+14
* Use new C++ document selection parserTor Brede Vekterli2017-11-141-2/+0
* Add num cpu cores to HwInfo and sample if not specified.Geir Storli2017-10-101-7/+21
* Extend HwInfo with disk size, if disk is shared and memory size and sample si...Geir Storli2017-09-271-5/+34
* Revert "Geirst/reapply fix disk and memory usage sampling for docker"Geir Storli2017-09-221-31/+3
* Extend HwInfo with disk size and memory size and sample these if not specifie...Geir Storli2017-09-211-3/+31
* Revert "Geirst/fix disk and memory usage sampling for docker"Henning Baldersheim2017-09-201-31/+3
* Extend HwInfo with disk size and memory size and sample these if not specifie...Geir Storli2017-09-191-3/+31
* Update copyright headersJon Bratseth2017-06-1410-10/+10
* Revert "Update copyright headers"Jon Bratseth2017-06-1410-10/+10
* Update copyright headersJon Bratseth2017-06-1410-10/+10
* Revert "Copyright header"Jon Bratseth2017-06-1310-10/+10
* Copyright headerJon Bratseth2017-06-1310-10/+10
* enumRange is now constexprHenning Baldersheim2017-06-071-1/+1
* Hide BucketDistributionHenning Baldersheim2017-06-071-0/+1
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-061-0/+1
* Forward declare DocumentType.Henning Baldersheim2017-06-061-0/+1
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-014-4/+0
* Remove unused schema changes related code. We now use state v1 api toTor Egge2017-05-263-139/+0
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-243-13/+13