summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute
Commit message (Expand)AuthorAgeFilesLines
* Report hash and B-tree memory usage separately for enum store dictionary.Tor Egge2021-04-082-18/+62
* Rename TransientMemoryUsageProvider to TransientResourceUsageProvider.Geir Storli2021-03-251-5/+5
* Use an enum to avoid dangerous implicit type conversionHenning Baldersheim2021-02-271-1/+1
* Put all params for commit into a single CommitParam structHenning Baldersheim2021-02-273-15/+15
* Avoid including singlenumericattribute.hppHenning Baldersheim2021-02-253-4/+0
* use size literals in searchcoreArne Juul2021-02-153-11/+9
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-142-6/+9
* Improve handling of changed alloc config.Tor Egge2021-02-022-8/+4
* Wire in config for compaction strategy.Tor Egge2021-02-012-2/+4
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-312-1/+2
* 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