aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton
Commit message (Expand)AuthorAgeFilesLines
...
* Make test for target numdocs auto-tuning aware of sanitizersTor Brede Vekterli2023-11-061-2/+14
* - Add maxHits param that can be used to compute a realistic(low) hit rate whe...Henning Baldersheim2023-11-032-9/+11
* Move `HwInfo` from `proton` namespace to `vespalib`Tor Brede Vekterli2023-11-0119-12/+29
* 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
* Add test for proper deduction of target num docs.Henning Baldersheim2023-10-271-34/+75
* Allow longer timeout to allow tests to complete on a heavily loaded system.Henning Baldersheim2023-10-181-2/+2
* Consolidate extraction of tokens from annotated string field value.Tor Egge2023-10-101-1/+1
* Merge pull request #28840 from vespa-engine/toregge/flush-indexes-when-enabli...Tor Egge2023-10-101-17/+213
|\
| * Remove unused member variables.Tor Egge2023-10-101-2/+0
| * Test more combinations of initial state before enabling interleavedTor Egge2023-10-091-57/+85
| * Flush memory indexes to disk then fusion disk indexes as soon asTor Egge2023-10-091-17/+187
* | Update copyrightJon Bratseth2023-10-09238-239/+239
|/
* Add test for disabling of cache in removed dbHenning Baldersheim2023-10-051-21/+46
* Use DfaTable as default fuzzy matching algorithm for maxEditDistance <= 2.Geir Storli2023-10-031-4/+4
* Revert "Use DfaTable as default fuzzy matching algorithm for maxEditDistance ...Henning Baldersheim2023-10-021-4/+4
* Use DfaTable as default fuzzy matching algorithm for maxEditDistance <= 2.Geir Storli2023-10-021-4/+4
* Wire in doom and let hitrate be a float intHenning Baldersheim2023-09-221-3/+3
* Add query property to control fuzzy matching algorithm.Geir Storli2023-09-211-6/+14
* 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-313-19/+6
* Merge pull request #28281 from vespa-engine/toregge/use-std-filesystem-direct...Henning Baldersheim2023-08-301-6/+4
|\
| * Avoid extra directory_entry copy.Tor Egge2023-08-301-1/+1
| * Avoid continue statement.Tor Egge2023-08-301-3/+2
| * Use std::filesystem::directory_iterator in disk index cleaner unit test.Tor Egge2023-08-301-5/+4
* | Merge pull request #28286 from vespa-engine/toregge/use-std-filesystem-direct...Henning Baldersheim2023-08-301-15/+9
|\ \
| * | Use std::filesystem::directory_iterator in index manager unit test.Tor Egge2023-08-301-15/+9
| |/
* / Use std::filesystem::directory_iterator in fusion runner unit test.Tor Egge2023-08-301-16/+9
|/
* Use "_test" suffix for unit test cpp files.Geir Storli2023-08-2910-5/+5
* Modernize C++ code.Geir Storli2023-08-295-10/+8
* Handle tensor modify update with "create: true" for non-existing tensor.Geir Storli2023-08-281-0/+9
* Control the auto-adjustment of targetHits in ANN using post-filtering.Geir Storli2023-08-151-8/+13
* Avoid createing the FieldSpec on the fly.Henning Baldersheim2023-07-282-23/+19
* Prefer std::filesystem::exists over FastOS_StatInfoHenning Baldersheim2023-07-252-13/+14
* Use std::filesystem::is_directory and std::filesystem::existsTor Egge2023-07-201-1/+1
* Use std::filesystem::copy instead of vespalib::copyTor Egge2023-07-191-6/+1
* Reduce use of vespalib::unlink.Tor Egge2023-07-172-7/+7
* Use std::filesystem::remove in unit tests.Tor Egge2023-07-142-4/+4
* Handle missed sample of oldest serial.Tor Egge2023-07-101-1/+6
* - Make the MatchContext value object movable.Henning Baldersheim2023-05-261-4/+3
* - Use a rwlock as reading surpasses writing by a very large factor.Henning Baldersheim2023-05-251-7/+2
* Use a smallvector to avoid indirection in most common case, and reserve some ...Henning Baldersheim2023-05-221-2/+2
* To avoid an inherent race in testing flush versus prune instead test for what...Henning Baldersheim2023-05-151-1/+5
* 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
* Show log when error happens.Henning Baldersheim2023-05-151-1/+1
* Reduce included code.Henning Baldersheim2023-05-123-0/+3