aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb
Commit message (Expand)AuthorAgeFilesLines
* Move configurer_test to common test binary.Henning Baldersheim4 hours2-46/+54
* buckethandler and combiningfeedview into common test binary. Use anonymous na...Henning Baldersheim4 hours8-145/+114
* Gather lightweight tests into single binary.Henning Baldersheim4 hours15-318/+29
* Reduce sleepHenning Baldersheim4 hours1-13/+15
* GC test wrapper script not necessary anymore.Henning Baldersheim19 hours2-7/+1
* Follow clion advise and use, std::move, explicit and avoid instance to call s...Henning Baldersheim19 hours1-17/+18
* Use shared_ptr when that is only usageHenning Baldersheim34 hours1-8/+8
* remove TEST_APPHOOK, TEST_INIT, TEST_DONE and TestAppHåvard Pettersen7 days12-12/+12
* Document searchcore unit test port number allocation.Tor Egge2024-05-212-4/+20
* Remove most of the now void clock indirection.Henning Baldersheim2023-12-153-4/+3
* Use shared executor for warmup and GC warmup executor.Henning Baldersheim2023-12-051-1/+1
* Merge pull request #29269 from vespa-engine/geirst/control-resource-usage-whe...Geir Storli2023-11-074-43/+71
|\
| * Also tune or turn off background jobs when content node is in maintenance.Geir Storli2023-11-073-15/+52
| * Rewrite to use GTest.Geir Storli2023-11-072-35/+26
* | Test remove by gid for nonexisting gid and for gid with tombstone.Tor Egge2023-11-071-0/+3
|/
* Move `HwInfo` from `proton` namespace to `vespalib`Tor Brede Vekterli2023-11-014-2/+5
* Merge pull request #29156 from vespa-engine/balder/test-document-refusing-to-...Geir Storli2023-10-312-5/+18
|\
| * Test that a document that refuses to move is not moved.Henning Baldersheim2023-10-302-5/+18
* | Get attribute vector match settings from live config when starting proton.Tor Egge2023-10-301-4/+108
|/
* Test that documents failing move are detected and causes retry and eventual c...Henning Baldersheim2023-10-303-6/+68
* BucketMove is 3 phased, startMove, createMoveOps, completeMove.Henning Baldersheim2023-10-303-5/+7
* Update copyrightJon Bratseth2023-10-0952-52/+52
* Add test for disabling of cache in removed dbHenning Baldersheim2023-10-051-21/+46
* Add explorer for the attribute writer.Geir Storli2023-09-011-2/+5
* Simplify IThreadingService as there only is one field writer executor.Geir Storli2023-08-312-17/+4
* Modernize C++ code.Geir Storli2023-08-292-4/+4
* Use std::filesystem::copy instead of vespalib::copyTor Egge2023-07-191-6/+1
* Reduce use of vespalib::unlink.Tor Egge2023-07-171-2/+2
* Export moved config definitions.Tor Egge2023-05-0911-11/+1
* Move ranking config to configdefinitions module.Tor Egge2023-05-093-7/+8
* Revert "Move ranking config to configdefinitions module"Harald Musum2023-05-083-8/+7
* Move ranking config to configdefinitions module.Tor Egge2023-05-083-7/+8
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-2/+1
* avoid using fastos thread in searchcoreHåvard Pettersen2023-02-271-1/+0
* stop using FastOS_ThreadIdHåvard Pettersen2023-02-221-8/+7
* Remove unused parameter in prepare_reconfig member functions.Tor Egge2023-02-092-4/+4
* Delay creation of AttributeCollectionSpec.Tor Egge2023-02-081-25/+31
* Prepare new attribute manager in prepare_reconfig.Tor Egge2023-02-072-7/+15
* Pass optional serial num to prepare reconfig.Tor Egge2023-02-072-4/+4
* Reapply make attribute collection spec serial num optional.Tor Egge2023-02-061-19/+33
* Revert "Make attribute collection spec serial num optional. Pass reconfig"Henning Baldersheim2023-02-061-33/+19
* Make attribute collection spec serial num optional. Pass reconfigTor Egge2023-02-061-19/+33
* Drop ranking assets repo from SearchableDocSubDB.Tor Egge2023-02-031-4/+3
* Remove unused variable.Tor Egge2023-02-021-1/+0
* Add helper member function to fixture classes.Tor Egge2023-02-021-46/+60
* Add prepare_reconfig member function to FastAccessDocSubDBConfigurerTor Egge2023-02-021-13/+45
* Add proton::DocumentDB::prepare_reconfigTor Egge2023-02-021-1/+5
* Deinline large destructors and clean up some code based on clion hints.Henning Baldersheim2023-02-011-16/+14
* Remove redundant or pessimizing moves.Tor Egge2023-01-281-2/+2
* Propagate schema to summary manager.Tor Egge2023-01-251-1/+28