summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute
Commit message (Expand)AuthorAgeFilesLines
* Wire reporting of attribute resource usage all the way to the cluster control...Geir Storli2021-01-291-10/+37
* Move idestructorcallback.h to vespalib module and search::IDestructorCallback...Henning Baldersheim2021-01-141-1/+2
* Reduce test time for searchcore_attributeflush_test_app.Tor Egge2021-01-081-2/+2
* Wire in use of flush tokens for flush targets.Tor Egge2021-01-061-13/+14
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-5/+6
* Name the threads so it is easier to see who is doing what.Henning Baldersheim2020-11-121-1/+2
* Drop immediate commit, as it is gone.Henning Baldersheim2020-10-232-32/+34
* simplifyArne Juul2020-10-151-2/+1
* handle both engine- and factory-based tensorsArne Juul2020-10-151-20/+21
* Use XXH3 over XXH64 as vespalib string hash functionTor Brede Vekterli2020-10-083-10/+26
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-1/+0
* Modify applyCommit to commit without updating synctoken if too early.Henning Baldersheim2020-10-032-4/+5
* Use correct serial number when creating attribute.Henning Baldersheim2020-10-031-5/+4
* Ignore force commit with serial number not greater than attribute vector crea...Tor Egge2020-09-231-0/+14
* GC unused code.Henning Baldersheim2020-08-132-12/+12
* Consolidate search for GTest.Tor Egge2020-07-073-3/+0
* Use find_package to find gtest library.Tor Egge2020-06-293-3/+6
* Let getExecutorId be a pure interface.Henning Baldersheim2020-06-261-2/+2
* Use ForegroundThreadExecutor in unit tests.Geir Storli2020-06-254-12/+17
* Run prepare step of two-phase puts in the shared executor instead of the attr...Geir Storli2020-06-251-14/+22
* Expose the shared executor via attribute manager interface.Geir Storli2020-06-255-36/+44
* Let the executor create an executor id to its liking.Henning Baldersheim2020-06-251-1/+1
* Wire flag to enable multi-threaded indexing for a hnsw index.Geir Storli2020-06-191-4/+4
* Test more edge cases for two-phase put.Geir Storli2020-06-171-16/+78
* Test that attribute writer can handle put in two phases.Geir Storli2020-06-171-9/+86
* Implement initial support for two-phase puts in attribute writer.Geir Storli2020-06-171-0/+34
* Rename variable '_m' -> '_mgr'.Geir Storli2020-06-161-16/+16
* Simplify attribute writer tests by using mock attribute manager.Geir Storli2020-06-162-25/+25
* Revert "Two phase put in attribute writer"Harald Musum2020-06-152-155/+44
* Test that attribute writer can handle put in two phases.Geir Storli2020-06-151-9/+86
* Implement initial support for two-phase puts in attribute writer.Geir Storli2020-06-151-0/+34
* Rename variable '_m' -> '_mgr'.Geir Storli2020-06-151-16/+16
* Simplify attribute writer tests by using mock attribute manager.Geir Storli2020-06-152-25/+25
* Simplify.Geir Storli2020-06-101-3/+1
* Rewrite attribute (writer) tests to use gtest.Geir Storli2020-06-102-316/+302
* Stop using script to run the attribute test.Geir Storli2020-06-102-7/+2
* Add unit test for AttributeUsageSamplerFunctor.Tor Egge2020-05-132-0/+142
* Verify that transient memory is zero when attribute to load doesn't haveTor Egge2020-05-081-2/+10
* Add get_transient_memory_usage() method to AttibuteInitializer.Tor Egge2020-05-081-0/+30
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-046-14/+12
* Add getStats and setTaskLimit to interface to make it easy to swap implementa...Henning Baldersheim2020-02-271-4/+4
* Fix issues detected by clang 10.Tor Egge2020-02-141-0/+1
* Add ReadableAttributeVector accessor to IAttributeManagerTor Brede Vekterli2020-01-292-10/+42
* Improve the distribution by using a indirect mapping that should improveHenning Baldersheim2020-01-031-1/+1
* Update tests after changing how executors are selected.Henning Baldersheim2020-01-031-6/+4
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-051-8/+10
* timeSinceEpoch -> time_since_epoch.Henning Baldersheim2019-12-051-5/+5
* Specify UTC explicitHenning Baldersheim2019-11-181-7/+7
* Extend AttributeAspectDelayer to handle matchedattributeelementsfilterTor Egge2019-10-221-3/+48
* Stop exposing low-level data store out of enum store.Geir Storli2019-09-101-1/+1