summaryrefslogtreecommitdiffstats
path: root/config-model/src/test
Commit message (Collapse)AuthorAgeFilesLines
* add unit testArne Juul2023-03-207-0/+150
|
* Merge branch 'master' into arnej/handle-dynamic-tensorJon Bratseth2023-03-205-51/+144
|\
| * - avoid unintentionally duplicated rank-propertiesArne Juul2023-03-205-12/+240
| | | | | | | | | | - use more LinkedHashMap for deterministic behavior in unit tests - extend some unit tests
| * Remove bad annotation.Tor Egge2023-03-171-1/+0
| |
| * Add raw attributes to config model.Tor Egge2023-03-172-50/+74
| |
* | split test into multiple rank-profiles, and test DynamicTensor handlingArne Juul2023-03-172-11/+171
|/
* Merge pull request #26462 from vespa-engine/arnej/handle-expression-in-sliceJon Bratseth2023-03-172-2/+7
|\ | | | | * make InputRecorder handle slice with embedded expressions
| * * make InputRecorder handle slice with embedded expressionsArne Juul2023-03-162-2/+7
| | | | | | | | * special handling for Generate and Slice in BindingExtractor
* | refactor LogctlSpec and use List for deterministic orderingArne Juul2023-03-161-2/+7
| |
* | Reapply "Turn off logging for containers for some classes"Arne Juul2023-03-161-2/+47
| | | | | | | | This reverts commit 8a5f333b590f5632bc1d7aafdcea12ba9d6cafa4.
* | Revert "Turn off logging for containers for some classes"Harald Musum2023-03-161-47/+2
|/
* Merge pull request #26445 from vespa-engine/hmusum/turn-off-some-logging-take-2Harald Musum2023-03-161-2/+47
|\ | | | | Turn off logging for containers for some classes
| * Turn off logging for containers for some classesHarald Musum2023-03-151-2/+47
| | | | | | | | | | | | Make it possible to set logctl specs for all types of containers and set default logctl specs for some external classes code that we want to avoid in vespa log
| * Revert "Turn off info logging for some classes"Harald Musum2023-03-131-25/+0
| |
| * Turn off info logging for some classesHarald Musum2023-03-131-0/+25
| | | | | | | | Unimportant logging for external code that we want to avoid in vespa log
* | add special handling of TensorFunctionNode containing Generate functionArne Juul2023-03-147-2/+171
|/
* Remove telegraf metrics-proxy integrationOla Aunronning2023-03-101-148/+0
|
* handle more complex features and functions wrapped in rankingExpression(foo)Arne Juul2023-03-084-5/+36
|
* call addFunctionTypeSerialization in more casesArne Juul2023-03-072-0/+4
|
* add RankProfilesEvaluatorComponent instances for streaming search clusters alsoArne Juul2023-03-061-0/+7
|
* Merge pull request #26270 from vespa-engine/arnej/ranking-expression-wrappingJon Bratseth2023-03-023-0/+193
|\ | | | | Arnej/ranking expression wrapping
| * unit test with problematic .sd from system testArne Juul2023-03-023-0/+193
| |
* | Merge pull request #26277 from vespa-engine/balder/compute-maxflushedHenning Baldersheim2023-03-021-2/+22
|\ \ | | | | | | Compute index.maxflushed based on concurrency
| * | Compute index.maxflushed based on concurrencyHenning Baldersheim2023-03-021-2/+22
| |/
* / If there is a lot of memory, allow mor eflush threads.Henning Baldersheim2023-03-021-0/+4
|/
* Merge pull request #26251 from vespa-engine/hmusum/config-model-cleanup-5Harald Musum2023-03-011-2/+0
|\ | | | | Hmusum/config model cleanup 5
| * GC unused system propertyHarald Musum2023-02-281-2/+0
| |
* | Merge pull request #26229 from vespa-engine/arnej/global-phase-data-from-proxyArne H Juul2023-03-011-0/+1
|\ \ | | | | | | Arnej/global phase data from proxy
| * | ignoreArne Juul2023-02-281-0/+1
| |/
* | Pass ClusterInfoJon Bratseth2023-03-013-2/+89
| |
* | Introduce feature flag to enable global phaseBjørn Christian Seime2023-02-281-1/+1
|/
* Merge pull request #26179 from vespa-engine/arnej/add-new-components-4Arne H Juul2023-02-285-2/+121
|\ | | | | add new components for global-phase handling
| * add component modelingArne Juul2023-02-245-2/+121
| |
* | Replace `OnnxEvaluatorCache` with OnnxRuntimeBjørn Christian Seime2023-02-273-9/+12
|/ | | | | | Require an `OnnxRuntime` instance to create `OnnxEvaluator` instances. Cache underlying `OrtSession` instead of `OnnxEvaluator`. Move static helpers for checking Onnx runtime availability from `OnnxEvaluator` to `OnnxRuntime`.
* Merge pull request #26083 from vespa-engine/hmusum/config-model-cleanup-3gjoranv2023-02-201-3/+3
|\ | | | | Hmusum/config model cleanup 3
| * Simplify and update testsHarald Musum2023-02-161-3/+3
| |
* | Complete bcp handlingJon Bratseth2023-02-192-0/+24
| | | | | | | | | | - Add bcp to schema validation - Read endpoints defined in bcp elements
* | Make test less specificLester Solbakken2023-02-181-3/+3
|/
* Add string command to index info config.Tor Egge2023-02-1540-4/+762
| | | | Use index info to validate fuzzy query terms.
* use simpler superclassesArne Juul2023-02-141-1/+2
|
* simpler requirements on children for componentsArne Juul2023-02-141-1/+1
|
* use VespaDomBuilder.DomConfigProducerBuilderBaseArne Juul2023-02-141-3/+3
|
* Less wildcards for some TreeConfigProducer instancesArne Juul2023-02-141-6/+7
|
* split AbstractConfigProducerArne Juul2023-02-1314-39/+39
|
* Deprecate and stop using HostSpec constructor that should be removedHarald Musum2023-02-132-18/+8
|
* Remove unused classHarald Musum2023-02-131-45/+0
|
* Merge pull request #26003 from vespa-engine/hmusum/config-model-cleanupHenning Baldersheim2023-02-123-8/+14
|\ | | | | Hmusum/config model cleanup
| * Remove unused methods and one method only used by testsHarald Musum2023-02-123-8/+14
| |
* | use class objectsArne Juul2023-02-111-6/+6
|/ | | | | * for different usage we want both the class object and its name; split into constants with names that are both different from the old name.
* Merge pull request #25927 from vespa-engine/arnej/xp-input-recorderArne H Juul2023-02-091-0/+10
|\ | | | | add InputRecorder for global-phase expressions