aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #28699 from vespa-engine/bratseth/smarter-inputJon Bratseth2023-09-2925-275/+469
|\ | | | | Bratseth/smarter input
| * Repair parserJon Bratseth2023-09-271-1/+1
| |
| * Simplify testsJon Bratseth2023-09-278-95/+147
| |
| * Simplify testsJon Bratseth2023-09-275-64/+96
| |
| * Simplify testsJon Bratseth2023-09-273-34/+47
| |
| * Simplify testsJon Bratseth2023-09-272-6/+0
| |
| * Simplify testsJon Bratseth2023-09-273-15/+37
| |
| * Simplify testsJon Bratseth2023-09-275-59/+82
| |
| * Return the expected outputJon Bratseth2023-09-272-3/+61
| | | | | | | | | | | | | | | | | | | | | | In if-else expressions, return the output of the executed branch rather than the input. The current behavior was undocumented and quite unexpected, so I suggest we treat that as a bug. Also return the last executed expression in a script as its output (rather than nothing. In addition, improve some error messages.
* | Introduce new threadpool syntaxBjørn Christian Seime2023-09-283-1/+26
| |
* | Add type for machine-learned models and ensure correct file reference is ↵Bjørn Christian Seime2023-09-271-2/+5
| | | | | | | | passed to `OnnxModelCost`
* | Minor: Improve error message when file missing or dir empty for user configHarald Musum2023-09-271-4/+5
| |
* | Inject `OnnxModelCost` implementation from component graphBjørn Christian Seime2023-09-261-0/+3
| |
* | Add Vespa9 consumerOla Aunronning2023-09-261-2/+3
| |
* | Merge pull request #28647 from vespa-engine/hmusum/add-feature-flag-3Harald Musum2023-09-251-1/+5
|\ \ | |/ |/| Add feature flag to control how we handle user config for unknown con…
| * Merge branch 'master' into hmusum/add-feature-flag-3Harald Musum2023-09-253-11/+161
| |\
| * | Add feature flag to control how we handle user config for unknown config ↵Harald Musum2023-09-251-1/+2
| | | | | | | | | | | | definitions
* | | Merge pull request #28646 from vespa-engine/mpolden/remove-fallbackMartin Polden2023-09-251-49/+10
|\ \ \ | | | | | | | | Remove fallback to zone-scoped endpoint building
| * | | Remove fallback to zone-scoped endpoint buildingMartin Polden2023-09-251-49/+10
| | |/ | |/|
* | | Merge pull request #28645 from vespa-engine/bjorncs/analyze-modelBjørn Christian Seime2023-09-251-1/+2
|\ \ \ | |/ / |/| | Bjorncs/analyze model
| * | Use memory statistics from model probing in calculationBjørn Christian Seime2023-09-251-1/+2
| | |
* | | Revert "Remove unused endpoint name building from config-model"Martin Polden2023-09-251-10/+49
| | |
* | | Merge branch 'master' into ↵Harald Musum2023-09-257-55/+199
|\ \ \ | | |/ | |/| | | | revert-28627-revert-28618-hmusum/validate-s3-urls-in-config-and-exclusive-cluster-nodes
| * | Merge pull request #28641 from vespa-engine/bjorncs/tighten-heap-requirementsHenning Baldersheim2023-09-251-3/+3
| |\ \ | | |/ | |/| Require larger heap
| | * Require larger heapBjørn Christian Seime2023-09-251-3/+3
| | | | | | | | | | | | Easier to later relax limit than to tighten
| * | Merge pull request #28639 from ↵Martin Polden2023-09-251-49/+10
| |\ \ | | |/ | |/| | | | | | | vespa-engine/mpolden/remove-duplicate-endpoint-building Remove unused endpoint name building from config-model
| | * Remove unused endpoint name building from config-modelMartin Polden2023-09-251-49/+10
| | |
| * | Merge pull request #28623 from ↵Arne H Juul2023-09-254-3/+59
| |\ \ | | | | | | | | | | | | | | | | vespa-engine/bratseth/dynamic-summary-ngram-fields Bratseth/dynamic summary ngram fields
| | * | Use OptionalIntJon Bratseth2023-09-221-3/+3
| | | |
| | * | Output gram for summary fields where the source is gramJon Bratseth2023-09-223-0/+56
| | | |
| * | | Add validator validating heap size calculationBjørn Christian Seime2023-09-221-0/+126
| | | |
| * | | Set heapsize in addition to percentageBjørn Christian Seime2023-09-221-1/+1
| | | | | | | | | | | | | | | | Track nominal heap size as config for debugging purposes.
| * | | Filter non-debug messages before assertingBjørn Christian Seime2023-09-221-2/+3
| | | |
* | | | Track user configured urls separatelyHarald Musum2023-09-251-1/+2
| | | |
* | | | Revert "Revert "Validate use of s3 urls in config""Harald Musum2023-09-251-0/+107
| |_|/ |/| |
* | | Revert "Validate use of s3 urls in config"Harald Musum2023-09-231-107/+0
| | |
* | | Merge pull request #28618 from ↵Valerij Fredriksen2023-09-221-0/+107
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/hmusum/validate-s3-urls-in-config-and-exclusive-cluster-nodes Validate use of s3 urls in config
| * | Fail when config has url and is not in public (no matter exclusive nodes or not)Harald Musum2023-09-221-1/+6
| | |
| * | Validate use of s3 urls in configHarald Musum2023-09-221-0/+102
| |/
* | Merge pull request #28607 from vespa-engine/arnej/declare-more-feature-typesArne H Juul2023-09-226-7/+94
|\ \ | |/ |/| declare types for more rank features
| * declare types for more rank featuresArne Juul2023-09-216-7/+94
| |
* | Merge pull request #28599 from vespa-engine/jobergum/colbert-embedderBjørn Christian Seime2023-09-222-0/+52
|\ \ | | | | | | Add ColBERT embedder
| * | Add config options + licenseJo Kristian Bergum2023-09-212-0/+52
| |/
* | Merge pull request #28597 from ↵Kristian Aune2023-09-211-1/+24
|\ \ | |/ |/| | | | | vespa-engine/hmusum/better-error-message-when-file-missing-or-dir-empty-3 Add unit test for adding path which is an empty dir
| * Add unit test for adding path which is an empty dirHarald Musum2023-09-211-1/+24
| |
* | Merge pull request #28566 from ↵Arne H Juul2023-09-212-0/+46
|\ \ | |/ |/| | | | | vespa-engine/arnej/avoid-recomputing-match-features if something is already a match-feature, avoid computing it again in …
| * if something is already a match-feature, avoid computing it again in ↵Arne Juul2023-09-182-0/+46
| | | | | | | | global-phase
* | Merge pull request #28581 from ↵Henning Baldersheim2023-09-201-0/+29
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/better-error-message-when-file-missing-or-dir-empty Give better error message for file config with errors
| * | Give better error message for file config with errorsHarald Musum2023-09-201-0/+29
| |/ | | | | | | | | | | Give more precise description when file is missing or dir is empty for path config. Disallow application package root (.) as config value for path config.
* / Set up dataplane proxy when token endpoints definedMorten Tokle2023-09-201-23/+66
|/