summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headersJon Bratseth2017-06-14289-276/+293
|
* Revert "Update copyright headers"Jon Bratseth2017-06-14288-288/+271
|
* Update copyright headersJon Bratseth2017-06-14288-271/+288
|
* Remove carriage returnJon Bratseth2017-06-146-6/+6
|
* Merge pull request #2733 from yahoo/hmusum/16-distribution-bits-only-for-prodJon Bratseth2017-06-142-60/+65
|\ | | | | Enable 16 distribution bits only for prod regions
| * Add testHarald Musum2017-06-142-60/+65
| |
* | Merge pull request #2755 from yahoo/hmusum/minor-cleanupgjoranv2017-06-141-1/+1
|\ \ | |/ |/| Minor cleanup
| * Minor cleanupHarald Musum2017-06-141-1/+1
| | | | | | | | Reindentation, added a toString(), removed unused methods, style fixes
* | Make sure to create DeployState only once (and simplify due to that)Harald Musum2017-06-131-3/+1
|/
* Revert "Copyright header"Jon Bratseth2017-06-13289-299/+282
|
* Copyright headerJon Bratseth2017-06-13289-282/+299
|
* Add the 'system' metric set to all custom consumers.gjoranv2017-06-011-4/+12
| | | | + add another unit test.
* Add unit test.gjoranv2017-06-011-0/+17
|
* Set minimum threads to be 8Harald Musum2017-05-301-5/+5
|
* Set number of threads for summary compression to numcores/2.Henning Baldersheim2017-05-221-0/+21
|
* The threadpoolProvider does not use the container to get config. Only the ↵Henning Baldersheim2017-05-181-2/+12
| | | | | | cluster. So we need to produce it there to.
* Repair broken alignment.Henning Baldersheim2017-05-181-1/+2
|
* VerifyClusterControllerCluster -> ClusterControllerClusterVerifierHenning Baldersheim2017-05-181-2/+2
|
* Remove imports not needed.Henning Baldersheim2017-05-181-1/+0
|
* Exclude SimpleLinguistics component from clustercontroller cluster.Henning Baldersheim2017-05-181-8/+62
| | | | Also verify that you only add ClusterControllerContainer to a clustercontroller cluster.
* Merge pull request #2303 from ↵Harald Musum2017-05-081-38/+115
|\ | | | | | | | | yahoo/hmusum/configure-number-of-hsots-to-pick-for-slobrok-from-container-clusters Add configuration for minimum number of slobroks per container cluster
| * Add configuration for minimum number of slobroks per container clusterHarald Musum2017-04-261-38/+115
| | | | | | | | | | | | | | | | | | * By default, we use between 1 and 3/(number of container clusters) nodes per container cluster for slobroks. If a customer has 3 or more container clusters we end up with just one slobrok per cluster. These might end up on the same Docker host when running on Docker. * Make minimum number of slobroks per container cluster configurable (default 1 as before) so that we can migrate apps that have more than 3 container clusters in a controlled manner
* | Ensure that explicit proton tuning have precedence over default node flavor ↵Geir Storli2017-05-033-9/+68
| | | | | | | | tuning.
* | Tune flush strategy tls size based on available disk.Geir Storli2017-05-031-4/+22
| |
* | Tune flush strategy memory limits based on available memory.Geir Storli2017-05-031-2/+15
| |
* | Tune document store maxfilesize based on available memory.Geir Storli2017-05-031-2/+32
|/
* Tune proton config based on flavor if this is present for the search node.Geir Storli2017-04-262-1/+54
|
* Add class for tuning proton config based on node flavor of a search node.Geir Storli2017-04-261-0/+39
|
* Update expected answer in test too.Henning Baldersheim2017-04-201-1/+1
|
* Revert "Revert "Balder/fast access fields are also in memory for streaming ↵Henning Baldersheim2017-04-202-28/+88
| | | | search""
* Revert "Balder/fast access fields are also in memory for streaming search"Henning Baldersheim2017-04-202-88/+28
|
* Test and implement that only fast access attributes are produced for ↵Henning Baldersheim2017-04-202-7/+15
| | | | streaming cluster.
* Simplify with streams and ImmutableMap.ofHenning Baldersheim2017-04-201-6/+5
|
* break long line for readabilityHenning Baldersheim2017-04-201-3/+6
|
* Properly generate attribute config for streamig search.Henning Baldersheim2017-04-202-22/+72
|
* Always pass wanted Vespa versionJon Bratseth2017-04-196-13/+35
|
* Merge branch 'master' into bratseth/receive-wanted-versionJon Bratseth2017-04-184-27/+61
|\
| * Merge pull request #2174 from yahoo/hmusum/remove-searchdefinitions-syntaxgjoranv2017-04-181-25/+0
| |\ | | | | | | Remove unused apps and fix no longer valid <searchdefinitions> in ser…
| | * Remove unused apps and fix no longer valid <searchdefinitions> in services.xmlHarald Musum2017-04-061-25/+0
| | |
| * | Change soLingerTime unit from milliseconds to secondsBjørn Christian Seime2017-04-181-1/+1
| |/
| * Merge pull request #2148 from ↵Geir Storli2017-04-051-0/+59
| |\ | | | | | | | | | | | | yahoo/bjorncs/forbid-fast-access-prediate-tensor-reference-attribute Forbid fast-access for predicate, tensor and reference attributes
| | * Use joinLines + add reference fieldBjørn Christian Seime2017-04-051-17/+30
| | |
| | * Forbid fast-access for predicate, tensor and reference attributesBjørn Christian Seime2017-04-041-0/+46
| | |
| * | Make document types in imported fields test more generic to prepare for more ↵Geir Storli2017-04-051-1/+1
| |/ | | | | | | tests.
* / Pass wanted node Vespa version aroundJon Bratseth2017-04-076-9/+23
|/
* Forbid document references in streaming searchBjørn Christian Seime2017-04-031-0/+25
|
* Refactor fixture setup into separate methods for better readabilityBjørn Christian Seime2017-04-032-30/+42
|
* Add attribute transform to summary fields of imported fieldsBjørn Christian Seime2017-04-031-0/+59
|
* Verify validation of types in summary fieldsBjørn Christian Seime2017-04-031-0/+59
|
* Revert "Bjorncs/summary config imported fields"gjoranv2017-03-312-130/+0
|