summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived
Commit message (Collapse)AuthorAgeFilesLines
* update expected resultsArne H Juul2022-03-149-148/+5
| | | | * drop lots of duplicate data types
* unit test disappearing struct-fieldsArne H Juul2022-03-146-0/+342
|
* add unit test (fails now)Arne H Juul2022-03-144-0/+118
|
* test new-style config similar to inheritdiamondArne H Juul2022-03-135-0/+121
|
* removing some useless stuffArne H Juul2022-03-111-0/+1
|
* flip to new config for most unit testsArne H Juul2022-03-103-377/+0
|
* check both old and new parsing in AnnotationsTestCaseArne H Juul2022-03-102-137/+156
| | | | * and update generated configs
* update with new-style configsArne H Juul2022-03-1022-1757/+2172
|
* avoid conflicting settingsArne H Juul2022-03-102-13/+334
| | | | | * unit test had multiple conflicting settings for the same field; that will be rejected soon.
* sort to make generated config more predictableArne H Juul2022-03-093-75/+75
|
* test with old and new parserArne H Juul2022-03-094-5/+7
| | | | | | * add extra fix in SDField making new code work * note that old code does not work properly for structs as values in maps (two cases)
* move struct declaration after useArne H Juul2022-03-091-5/+5
|
* add some new testsArne H Juul2022-03-0916-0/+821
|
* regular "type" queryCommandsArne H Juul2022-03-081-2/+2
| | | | | | | | | * if the data type is weightedset, make the same query command. * this gives same end result when you know the settings for create-if-nonexistent and remove-if-zero up front. * note that nothing actually uses this (only "type tensor" is handled specially in container-search).
* populate extra fieldsArne H Juul2022-03-044-24/+60
| | | | | * for consistency, ensure we call populateWithStructFields etc also for fields declared outside the document block.
* Don't convert true and false to 1.0 and 0.0Jon Bratseth2022-03-041-2/+2
|
* Revert "Revert "'true' and 'false' literals in ranking expressions""Jon Bratseth2022-03-047-17/+41
| | | | This reverts commit 95979285c20b384c3053d210c9e4e4661e13ecd5.
* Revert "'true' and 'false' literals in ranking expressions"Arnstein Ressem2022-03-037-41/+17
|
* Merge pull request #21507 from vespa-engine/arnej/more-robust-sdfieldArne H Juul2022-03-033-5/+47
|\ | | | | Arnej/more robust sdfield
| * test moreArne H Juul2022-03-033-5/+47
| |
* | 'true' and 'false' literals in ranking expressionsJon Bratseth2022-03-027-17/+41
|/
* Add a newlineJon Bratseth2022-02-211-1/+1
|
* Test a fieldset using struct fieldsJon Bratseth2022-02-213-0/+129
|
* Merge branch 'master' into arnej/rename-summaryfeatures-back-to-originalArne H Juul2022-02-1727-360/+841
|\
| * Merge pull request #21243 from vespa-engine/arnej/prepare-for-default-flipHenning Baldersheim2022-02-172-0/+2
| |\ | | | | | | prepare to flip raw-as-base64-in-summary
| | * prepare to flip raw-as-base64-in-summaryArne H Juul2022-02-172-0/+2
| | | | | | | | | | | | | | | | | | | | | * note where we will flip the default * allow explicit value "true" or "false", so people can force old behavior after the default has changed
| * | Resolve slice dimensionJon Bratseth2022-02-162-3/+30
| |/
| * Allow quoted string slice labelsJon Bratseth2022-02-153-0/+28
| |
| * extend unit testsArne H Juul2022-02-115-6/+69
| |
| * Merge pull request #21139 from vespa-engine/arnej/remove-header-body-testHenning Baldersheim2022-02-111-1/+0
| |\ | | | | | | remove header/body from tests
| | * remove header/body from testsArne H Juul2022-02-091-1/+0
| | |
| * | un-ignore and fix old testArne H Juul2022-02-107-324/+589
| |/ | | | | | | | | | | * has been temporarily ignored since 2012, with message: "Ignore failing tests to unbreak factory" * assume current behavior is correct
| * Allow the default rank profile to inheritJon Bratseth2022-02-022-6/+9
| |
| * drop old summary fields in v8 modeArne H Juul2022-01-315-32/+6
| | | | | | | | | | * the extra summary fields with .position and .distance will only be added in v7-geo-positions legacy mode on Vespa 8.
| * Merge pull request #20979 from ↵Harald Musum2022-01-283-0/+34
| |\ | | | | | | | | | | | | vespa-engine/bratseth/rank-profile-multiple-inheritance Bratseth/rank profile multiple inheritance
| | * Test inheriting a profile defined laterJon Bratseth2022-01-282-0/+12
| | |
| | * Support multiple inheritance of rank profilesJon Bratseth2022-01-283-0/+22
| | |
| * | update expected configArne H Juul2022-01-281-0/+7
| |/
| * Modular rank profilesJon Bratseth2022-01-264-7/+33
| |
| * Cleanup: No functional changesJon Bratseth2022-01-243-0/+53
| |
| * Initial rank profile modularity testJon Bratseth2022-01-244-0/+0
| |
| * Revert "generate "jsonstring" as config value"Arne H Juul2022-01-184-14/+14
| |
| * generate "jsonstring" as config valueArne H Juul2022-01-174-14/+14
| | | | | | | | | | | | * the backend will in any case treat "xmlstring" and "jsonstring" as meaning "structured data", but let us get rid of this remnant from when we put XML data in a summary field.
* | test optional fill of feature rename propertiesArne H Juul2022-01-132-0/+164
|/
* try harder to get multi-level inheritance workingArne H Juul2021-12-135-57/+148
|
* try to make simple struct inherit workArne H Juul2021-12-134-0/+156
| | | | | * inheritance was just lost in conversion * with unit test
* test new config productionArne H Juul2021-12-133-252/+241
|
* remove unused config filesArne H Juul2021-12-081-176/+0
| | | | | * these were used for unit tests a long time ago, but are no longer useful
* Include inherited rank profilesJon Bratseth2021-12-031-0/+1
|
* update generated configArne H Juul2021-11-2934-0/+34
|