aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/common
Commit message (Expand)AuthorAgeFilesLines
* Allow longer timeout to allow tests to complete on a heavily loaded system.Henning Baldersheim2023-10-181-2/+2
* Update copyrightJon Bratseth2023-10-0918-18/+18
* Modernize C++ code.Geir Storli2023-08-291-1/+1
* Handle tensor modify update with "create: true" for non-existing tensor.Geir Storli2023-08-281-0/+9
* Use a timeBomb to ensure test terminates on error.Henning Baldersheim2023-05-151-0/+3
* Ensure thread safety of handlA.Henning Baldersheim2023-05-151-6/+10
* Export moved config definitions.Tor Egge2023-05-092-2/+1
* Avoid overload resolution ambiguity in attribute updater unit test.Tor Egge2023-04-031-2/+4
* Use AttributeBuilder in attribute updater unit test.Tor Egge2023-03-302-125/+92
* Use explicit instantiations of SingleValueNumericPostingAttributeTor Egge2023-03-241-1/+0
* Handle SingleRawAttribute in AttributeUpdater.Tor Egge2023-03-161-1/+35
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-132-4/+3
* avoid using fastos thread in searchcoreHåvard Pettersen2023-02-271-1/+0
* untangle fnet from fastosHåvard Pettersen2023-02-221-4/+2
* Change from typedef to using in searchcore.Geir Storli2022-12-213-9/+9
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-2/+2
* Include thread to get declaration of std::this_thread::sleep_for().Tor Egge2022-12-151-0/+1
* Add unit test for proper sequencing of task execution and synchronous cleanup.Henning Baldersheim2022-12-131-0/+30
* Remove reset as interface for the executors. Require users to consider lifetime.Henning Baldersheim2022-12-121-10/+0
* Return a handle that will deregister the recurring task when it goes out of s...Henning Baldersheim2022-12-091-4/+13
* Add SessionManager in IDocumentDBOwner, but only use in mocks in tests for now.Henning Baldersheim2022-12-081-27/+0
* Add class that posts tasks at a regular interval to another executor.Geir Storli2022-12-082-24/+58
* avoid nullptr derefHåvard Pettersen2022-06-211-1/+1
* Remove 'attribute: huge' from config def file and C++ code.Geir Storli2022-06-081-1/+1
* Remove most use of vespalib::rmdir in searchlib.Tor Egge2022-06-021-1/+1
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-252-12/+13
* - Introduce the concept of minimal capacity for rcu vectors.Henning Baldersheim2022-05-241-1/+1
* Fold staging_vespalib into vespalibHenning Baldersheim2022-05-202-3/+3
* Move ScheduledExecutor to searchcore and drop fnet dependency in staging_vesp...Henning Baldersheim2022-05-183-0/+63
* Remove unneeded include statements in searchlib.Tor Egge2022-04-071-2/+0
* Minor simplifications after PR feedback.Henning Baldersheim2022-03-291-6/+6
* Remove copy constructors.Henning Baldersheim2022-03-281-81/+57
* Avoid the need for clone by using unique_ptr.Henning Baldersheim2022-03-281-26/+25
* Remove inlining warnings (searchcore).Tor Egge2022-02-261-0/+2
* Move CompactionStrategy from searchcommon to vespalib.Tor Egge2021-12-081-1/+1
* more descriptive name for header fileArne H Juul2021-12-022-2/+2
* track namespace move in documenttypes.defArne H Juul2021-12-022-0/+2
* Update Verizon Media copyright notices.gjoranv2021-10-075-5/+5
* Update 2017 copyright notices.gjoranv2021-10-0712-12/+12
* Remove SerializedTensorAttribute that is replaced by SerializedFastValueAttri...Geir Storli2021-03-261-5/+5
* use size literals in searchcoreArne Juul2021-02-151-1/+2
* More descriptive test name.Tor Egge2021-02-021-1/+1
* Improve handling of changed alloc config.Tor Egge2021-02-022-0/+44
* GC unused interface that has been misused once....Henning Baldersheim2021-01-141-9/+0
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-5/+7
* GC unused TwoPhaseLidTrackerHenning Baldersheim2020-10-301-20/+0
* fix specArne Juul2020-10-151-1/+1
* simplifyArne Juul2020-10-151-2/+1
* simplifyArne Juul2020-10-151-2/+1
* handle both engine- and factory-based tensorsArne Juul2020-10-151-8/+10