aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10238 from vespa-engine/ogronnesby/propagate-ca-in-configØyvind Grønnesby2019-08-142-1/+44
|\ | | | | Add the CA certificates to configuration and read it from app package
| * Use temporary folder rule for application directoryØyvind Grønnesby2019-08-141-1/+5
| |
| * Revert "Create ability to use JimFS in MockApplicationPackage"Øyvind Grønnesby2019-08-141-2/+2
| | | | | | | | This reverts commit f68fae7329b21c87793909c1638b210a6784ca3e.
| * Test that we a) get certificate in config, and b) respect the services.xml ↵Øyvind Grønnesby2019-08-131-0/+39
| | | | | | | | config
| * Create ability to use JimFS in MockApplicationPackageØyvind Grønnesby2019-08-131-2/+2
| |
| * Add the CA certificates to configuration and read it from application packageØyvind Grønnesby2019-08-121-1/+1
| |
* | Merge pull request #10245 from ↵Harald Musum2019-08-1421-82/+41
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/remove-header-and-body-from-searchdefinitions Hmusum/remove header and body from searchdefinitions
| * | Fix copyrightHarald Musum2019-08-131-1/+1
| | |
| * | Remove header and body from search definitionsHarald Musum2019-08-1321-82/+41
| |/ | | | | | | | | Remove from .sd files used in tests, add test that checks that header and body still is allowed
* / MergeJon Bratseth2019-08-137-22/+22
|/
* Ensure that explicit proton resource limits have precedence over default ↵Geir Storli2019-08-083-3/+8
| | | | node flavor tuning.
* Merge pull request #10190 from vespa-engine/balder/feed-concurrency-35-percentHenning Baldersheim2019-08-061-4/+4
|\ | | | | 30% -> 35% feed concurrency.
| * 30% -> 35% feed concurrency.Henning Baldersheim2019-08-051-4/+4
| |
* | Merge pull request #10193 from vespa-engine/arnej/refactor-requestor-api-5Henning Baldersheim2019-08-0610-28/+41
|\ \ | | | | | | retry: refactor requestor api
| * | retry: refactor requestor apiArne Juul2019-08-0610-28/+41
| |/ | | | | | | | | | | | | * add and switch to API for explicitly allocating network ports * remove now-unused getPortSuffixes * remove now-unused requiresConsecutivePorts * remove now-unused reservePortPrepended
* | Nonfunctional changes onlyJon Bratseth2019-08-051-18/+22
| |
* | Allow both attribute and index with n-gramJon Bratseth2019-08-052-5/+3
|/
* Merge pull request #10025 from vespa-engine/geirst/improve-content-node-tuningGeir Storli2019-08-051-4/+18
|\ | | | | Reserve 1GB of memory for other processes running on the content node…
| * Reserve 1GB of memory for other processes running on the content node when ↵Geir Storli2019-07-121-5/+18
| | | | | | | | calculating write filter memory limit.
* | Revert "Arnej/refactor requestor api 4"Arne H Juul2019-08-0410-41/+28
| |
* | Expose totalNodes and add at least one test for partitions configHenning Baldersheim2019-08-021-1/+11
| |
* | Revert "Revert "As redundancy and searchable copies depends on group setup ↵Henning Baldersheim2019-08-025-4/+9
| | | | | | | | normally,""
* | Revert "As redundancy and searchable copies depends on group setup normally,"Henning Baldersheim2019-08-025-9/+4
| |
* | As redundancy and searchable copies depends on group setup normally,Henning Baldersheim2019-08-025-4/+9
| | | | | | | | | | but in hosted it is within a group, we have had some very dirty and incorrect code for reasoning here. Now this is taken care of at constrution of the Redundancy object, so that use is identical later on.
* | remove now-unused getPortSuffixesArne Juul2019-08-0110-47/+0
| |
* | add API for explicitly allocating network portsArne Juul2019-08-019-0/+60
| |
* | Allow streaming search with no searchable copies too....Henning Baldersheim2019-07-291-13/+16
| |
* | Merge pull request #10094 from vespa-engine/hmusum/cleanup-configdefinition-3Harald Musum2019-07-298-133/+62
|\ \ | | | | | | Remove support for namespace as attribute for config in services.xml
| * | Remove support for namespace as attribute for config in services.xmlHarald Musum2019-07-258-133/+62
| | | | | | | | | | | | | | | Customers use 'name' attribute in config element with both namespace and name, 'namespace' is not documented and 'name' started requiring namespace in Vespa 6
* | | Expecte renamesJon Bratseth2019-07-281-2/+2
| | |
* | | Merge pull request #10099 from vespa-engine/hmusum/fix-todoHenning Baldersheim2019-07-261-5/+6
|\ \ \ | | | | | | | | Clean up todo
| * | | Clean up todoHarald Musum2019-07-261-5/+6
| |/ /
* / / Remove unused codeHarald Musum2019-07-261-4/+0
|/ /
* | Merge pull request #10090 from ↵Bjørn Christian Seime2019-07-259-8/+17
|\ \ | | | | | | | | | | | | vespa-engine/bjorncs/grouping-session-cache-feature-flag Introduce feature flag for enabling grouping session cache
| * | Introduce feature flag for enabling grouping session cacheBjørn Christian Seime2019-07-259-8/+17
| | |
* | | Number of searchable copies are accounted in the backend. Only estimate ↵Henning Baldersheim2019-07-251-16/+18
| | | | | | | | | | | | number of unique-docs.
* | | Use single class importsHarald Musum2019-07-253-5/+21
| | |
* | | Cleanup config model, part 1Harald Musum2019-07-2588-352/+115
|/ / | | | | | | | | Remove unused code, optimize imports, fix method signatures. No functional changes
* | Merge pull request #9905 from ↵Henning Baldersheim2019-07-221-4/+4
|\ \ | | | | | | | | | | | | vespa-engine/balder/increase-default-feedconcurrency-from-25-to-30-percent Increase default max feed concurrency from 25% to 30% on the way to 4..
| * | Increase default max feed concurrency from 25% to 30% on the way to 40-50%Henning Baldersheim2019-06-261-4/+4
| | |
* | | Revert "Setting attribute on a field that has struct or map sub-type(s) is ↵Harald Musum2019-07-151-30/+0
| |/ |/| | | | | no…"
* | Allow using a custom deploy logger in a "test DeployState"gjoranv2019-07-112-1/+11
| | | | | | | | + Test logger output when 'jdisc' tag is used.
* | Add test for deprecated 'jdisc' taggjoranv2019-07-111-0/+12
| |
* | Refactor to shorten ContainerModelBuilderTestgjoranv2019-07-113-135/+177
| | | | | | | | | | * Move jvm args tests into new subclass * Move test logger to ContainerModelBuilderTestBase for reuse
* | Merge pull request #10017 from ↵Tor Brede Vekterli2019-07-111-0/+30
|\ \ | | | | | | | | | | | | vespa-engine/geirst/stricter-validation-of-attribute-settings Setting attribute on a field that has struct or map sub-type(s) is no…
| * | Setting attribute on a field that has struct or map sub-type(s) is not ↵Geir Storli2019-07-111-0/+30
| | | | | | | | | | | | | | | | | | supported. Fail instead of silently ignoring it as that makes the user believe it should work.
* | | Deprecate 'jdisc', and update all tests to use 'container.gjoranv2019-07-1040-202/+203
|/ /
* | propagate float and stop using it too muchHåvard Pettersen2019-07-095-4/+69
| |
* | Fix such that exact match works for struct field attributes.Geir Storli2019-07-033-0/+81
| |
* | Improve error message when changing global document flag.Geir Storli2019-07-021-1/+3
| |