aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test
Commit message (Expand)AuthorAgeFilesLines
* Reapply "Remove HostLivenessTracker"Valerij Fredriksen2022-10-142-9/+0
* Revert "Remove HostLivenessTracker"Valerij Fredriksen2022-10-132-0/+9
* Remove HostLivenessTrackerValerij Fredriksen2022-10-132-9/+0
* Merge pull request #24406 from vespa-engine/bratseth/instance-tagsJon Bratseth2022-10-135-5/+27
|\
| * Add instance tagsJon Bratseth2022-10-125-5/+27
* | Remove debug lineHarald Musum2022-10-131-1/+0
* | Only rethrow IOException as RuntimeException when creating sessionHarald Musum2022-10-134-0/+46
* | Do not retry invalid applications (for the next 100 years)jonmv2022-10-121-1/+1
* | Revert "Refactor cleanup of file references"Harald Musum2022-10-111-5/+3
|/
* Move code for deleting unused file referencesHarald Musum2022-10-071-3/+5
* Simplify: Use Clock and Curator from ApplicationRepositoryHarald Musum2022-10-042-14/+9
* Simplify by moving some test code into testHarald Musum2022-10-041-19/+36
* Remove unused test appHarald Musum2022-08-224-97/+0
* Manipulate file after creating session and remove unused methodHarald Musum2022-08-221-17/+2
* FixHarald Musum2022-08-221-1/+1
* Delete expired local sessions with errorsHarald Musum2022-08-224-10/+126
* Revert "Revert "Add session id to response for prepare and activate requests ...Harald Musum2022-08-172-16/+12
* Revert "Add session id to response for prepare and activate requests [run-sys...Harald Musum2022-08-172-12/+16
* Add session id to response for prepare and activate requestsHarald Musum2022-08-172-16/+12
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-121-1/+1
* qrserver -> container, part 2Harald Musum2022-08-091-4/+4
* Move logic for capability checking/logging to ConnectionAuthContextBjørn Christian Seime2022-07-211-1/+2
* Implement RequireCapabilitiesFilter in jrt + miscBjørn Christian Seime2022-07-201-2/+2
* Move generic crypto helpers from 'c.y.s.tls' to 'c.y.s'Bjørn Christian Seime2022-07-201-1/+1
* Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-201-1/+1
* Change type from SortedSet to SetBjørn Christian Seime2022-07-151-2/+1
* Return granted capabilities from PeerAuthorizerBjørn Christian Seime2022-07-151-4/+6
* Merge pull request #23340 from vespa-engine/hmusum/remove-unused-meta-data-fieldHarald Musum2022-07-132-4/+1
|\
| * Remove 'user' field in application metadata and add deprecations for usageHarald Musum2022-07-042-4/+1
* | Renaming: config reload => config activationHarald Musum2022-07-134-35/+30
* | Expire remote sessions for standalone Vespa as wellHarald Musum2022-07-111-1/+1
* | Add extra parameter in meta request when compressiont type is != gzipHarald Musum2022-07-061-1/+10
* | Revert "Revert "Make sure to set compression type in file distribution meta r...Harald Musum2022-07-061-1/+16
* | Revert "Make sure to set compression type in file distribution meta request [...Harald Musum2022-07-061-16/+1
* | Make sure to set compression type in file distribution meta requestHarald Musum2022-07-061-1/+16
* | Wire in use of compression types and flags for file distributionHarald Musum2022-07-061-7/+24
* | Support specifying compression type for file distribution requestsHarald Musum2022-07-051-2/+9
* | Merge pull request #23195 from vespa-engine/hmusum/return-response-when-file-...Henning Baldersheim2022-07-041-1/+1
|\ \ | |/ |/|
| * Make sure to return response when request times outHarald Musum2022-06-221-1/+1
* | Add config for when to expire local sessions with unknown statusHarald Musum2022-07-041-4/+8
|/
* Return empty log if getting log fails and we just deployedHarald Musum2022-06-182-18/+16
* Use versions for nodes that have models that can be built successfullyHarald Musum2022-06-101-2/+2
* Merge pull request #23033 from vespa-engine/jonmv/allow-less-model-building-f...Jon Marius Venstad2022-06-095-26/+12
|\
| * Fix test errorjonmv2022-06-091-1/+1
| * Deploy with target on same major as in deployment.xml in tests (and remove im...jonmv2022-06-091-21/+7
| * Use actual current major in testsJon Bratseth2022-06-095-8/+8
* | Use static create methods instead of having many public constructor only used...Henning Baldersheim2022-06-098-15/+14
|/
* Always fail model building when wanted version failsjonmv2022-06-091-0/+34
* Use more realistic redundancy of 2 in testsHåkon Hallingstad2022-06-086-26/+26
* Disallow impossible redundancyHåkon Hallingstad2022-06-082-2/+2