summaryrefslogtreecommitdiffstats
path: root/config/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Swith to a new connection if possible when asked to do so"Harald Musum2020-05-181-2/+2
|
* Swith to a new connection if possible when asked to do soHarald Musum2020-05-181-2/+2
| | | | | Try to avoid reusing the same connection we want to avoid using, only using it when there is just one source
* Simplify code, as there exists only one config protocol versionHarald Musum2020-03-111-39/+0
|
* Remove suuport for setting vespa version in config requestsHarald Musum2020-03-111-18/+0
| | | | | Using VESPA_VERSION environment variable or Java system property is not documented or system tested, remove it.
* Follow api change.Henning Baldersheim2020-03-061-2/+1
|
* Use lz4 through the compressor in vespajlib.Henning Baldersheim2020-03-051-73/+0
|
* Add test and correct counting errors.Henning Baldersheim2020-02-201-0/+23
|
* Use a static connectionpool repo to reduce number of threads.Henning Baldersheim2020-02-194-6/+14
|
* Remove constructor only used in testHarald Musum2020-02-121-25/+0
|
* Remove constructor only used in testsHarald Musum2020-02-121-6/+10
|
* No need for a static method and constructor that are equalHarald Musum2020-02-122-7/+13
|
* Move things around, minor cleanupHarald Musum2020-02-111-92/+89
|
* Merge classesHarald Musum2020-02-112-297/+255
|
* Revert "Config cleanup 5"Harald Musum2020-02-102-19/+34
|
* Merge pull request #12129 from vespa-engine/hmusum/cleanup-5Harald Musum2020-02-102-34/+19
|\ | | | | Config cleanup 5
| * Remove constructor only used in testsHarald Musum2020-02-091-10/+11
| |
| * No need for a static method and constructor that are equalHarald Musum2020-02-092-4/+3
| |
| * Remove unused map of requestersHarald Musum2020-02-092-24/+9
| |
* | Adjust deviance a bit to avoid random test failureHarald Musum2020-02-101-1/+1
|/
* Merge pull request #12103 from vespa-engine/hmusum/remove-legacy-payload-methodHarald Musum2020-02-072-22/+14
|\ | | | | Remove method for getting legacy payload (only used in tests)
| * Remove method for getting legacy payload (only used in tests)Harald Musum2020-02-072-22/+14
| |
* | Remove unused methodHarald Musum2020-02-071-1/+0
|/
* Move SlimeUtils to vespajlibMartin Polden2020-02-061-83/+0
|
* Minor cleanup, no functional changesHarald Musum2020-02-0435-265/+33
|
* Add a basic test for struct builders.gjoranv2019-10-111-11/+0
| | | | + Delete unused .def file
* Require name and namespace to exist and not be emptyHarald Musum2019-08-131-8/+2
| | | | | This has been required a long time ago, this just fixes the code in ConfigKey
* Reduce code duplication, move one method into test classHarald Musum2019-07-301-3/+22
|
* Version is not used anymore, simplify and cleanupHarald Musum2019-07-251-57/+10
|
* Remove unused codeHarald Musum2019-07-251-34/+0
|
* Remove constructor that uses default namespace (deprecated)Harald Musum2019-07-242-40/+4
|
* Cleanup code, no functional changesHarald Musum2019-07-2418-135/+135
|
* Remove unused codeHarald Musum2019-07-222-32/+1
|
* Remove unused qr-logging.defgjoranv2019-01-211-44/+0
|
* Allow non-existent structs, arrays and maps in config payloads.gjoranv2018-12-141-8/+124
| | | | | | | | | - User config is already validated against the def schema during deploy, so we can assume that non-existent fields have been added to a later version of the config class than the application is using. + Add tests for complex data types in config payload. + Rename some methods and parameters for clarity.
* Inline helper method.gjoranv2018-12-131-7/+4
|
* Remove unused def filesHarald Musum2018-11-094-108/+0
|
* Use full nameHarald Musum2018-10-0322-26/+26
|
* Remove remains from qr-templates configgjoranv2018-09-216-1286/+0
| | | | + other unused .def and .cfg files from config module
* Propagate internal redeployJon Bratseth2018-06-091-4/+3
|
* Test internalRedepoy persistenceJon Bratseth2018-06-012-1/+2
|
* Test internalRedeploy propagation in config responsesJon Bratseth2018-06-012-2/+4
|
* Separate internal redeploys from application package changesJon Bratseth2018-06-015-25/+24
| | | | | | | | | Separate system internal redeploys from application package changes such that we can ignore config updates originating from application package changes if restart on deploy is true, as the config change will be followed by a restart - but continue to effect config changes originating from internal system changes as those will not (and should not) be followed by a restart.
* Remove CachingSearcher and its Cache with SizeCalculatorgjoranv2018-05-041-6/+0
| | | | | | | | - The SizeCalculator uses recursive reflective calls in the object tree, and attempts illegal access to e.g. java.lang.module classes on Java 9+. With this access explicitly allowed via "--add-opens" the calculator returns a much larger size than the actual size of the object.
* Revert "Revert "Balder/remove config race""Henning Baldersheim2018-03-053-17/+35
|
* No wildcard static importsJon Bratseth2018-03-052-3/+7
|
* Remove junit.fdramework usageJon Bratseth2018-03-026-66/+51
|
* Revert "Balder/remove config race"Henning Baldersheim2018-02-183-35/+17
|
* Do not inc gen on forced reload.Henning Baldersheim2018-02-161-2/+2
|
* Test that isChangedAndReset obeys generation.Henning Baldersheim2018-02-161-0/+19
|
* Encapsulate the configstate in one immutable object and remove the ↵Henning Baldersheim2018-02-153-17/+16
| | | | interfaces that could produce a race.