aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Handle `InvalidJsonException` by default. Fix mapper orderingBjørn Christian Seime2024-02-271-0/+20
|
* Move Json to vespajlibValerij Fredriksen2024-02-261-126/+0
|
* Add fluent builderBjørn Christian Seime2024-02-151-0/+31
|
* Add simple Slime wrapper throwing 400 on missing/invalid contentBjørn Christian Seime2024-02-151-0/+95
|
* Make test fail fasterBjørn Christian Seime2024-01-041-22/+22
| | | | Add global timeout. Reduce client timeout. Recreate client on connection failure.
* Reduce time before giving upBjørn Christian Seime2024-01-031-1/+2
|
* Disable metric reporter for tests taking manual snapshotBjørn Christian Seime2024-01-032-3/+4
| | | | Ensure that metric reporter cannot reset response counters.
* Revert "Merge pull request #29683 from ↵jonmv2023-12-171-2/+1
| | | | | | | vespa-engine/revert-29678-jonmv/reapply-zk-3.9.1" This reverts commit c8ece8b229362c7bf725e4433ef4fec86024cd29, reversing changes made to d42b67f0fe821d122548a345f27fda7f9c9c9d10.
* Revert "Jonmv/reapply zk 3.9.1"Harald Musum2023-12-161-1/+2
|
* Actually fix the test bug, instead of adding one more XDjonmv2023-12-151-1/+1
|
* Fix random test errorjonmv2023-12-151-2/+1
|
* Keep old container alive until servers are switchedjonmv2023-11-301-2/+1
|
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-244-4/+4
|
* jackson 2.16 changes some of its default settings so we consolidate our use ↵Henning Baldersheim2023-11-234-15/+11
| | | | | | of the ObjectMapper. Unless special options are used, use a common instance, or create via factory metod.
* Change 'TlsContext' interface to return `X509SslContext'Bjørn Christian Seime2023-11-231-2/+3
|
* Allow filter to set principalBjørn Christian Seime2023-11-171-0/+12
|
* Merge pull request #29367 from vespa-engine/bjorncs/restapiBjørn Christian Seime2023-11-171-0/+24
|\ | | | | Bjorncs/restapi
| * Return 404 on missing path parameterBjørn Christian Seime2023-11-171-0/+12
| |
| * Apply exception mappers for filter executionBjørn Christian Seime2023-11-171-0/+12
| |
* | Fail immediately when `Content-Length` is presentBjørn Christian Seime2023-11-171-0/+14
|/
* Ignore host_life metricOla Aunronning2023-10-302-2/+1
|
* Revert "Merge pull request #29152 from ↵Ola Aunronning2023-10-303-9/+70
| | | | | | | vespa-engine/revert-29137-olaa/infrastructure-metric-sets-prometheus" This reverts commit 8c7f1f8febf12a5b8468819ba9ff1ede014143d1, reversing changes made to b74e8dc450f9b14e53225775692ddd35e6ee0d5b.
* Revert "Allow filtering prometheus metrics"Ola Aunrønning2023-10-303-70/+9
|
* Allow filtering prometheus metricsOla Aunronning2023-10-273-9/+70
|
* No docs search AND timeout should give 0 coverage instead of 100%.Henning Baldersheim2023-10-181-0/+2
|
* Correct copyright headersJon Bratseth2023-10-093-3/+3
|
* Update copyrightJon Bratseth2023-10-09131-136/+137
|
* Isolate inner jetty server component from wrapper with filtersjonmv2023-10-052-18/+22
|
* Random cleanupjonmv2023-09-073-25/+9
|
* Remove 'clientIp' dimensionBjørn Christian Seime2023-09-061-1/+1
|
* Merge pull request #28275 from vespa-engine/olaa/remove-uptimegjoranv2023-08-302-18/+5
|\ | | | | Remove unused 'uptime' metric. Always add host-life in MetricsPacketsHandler
| * Remove unused 'uptime' metric. Always add host-life in MetricsPacketsHandlerOla Aunronning2023-08-302-18/+5
| |
* | Mocking native methods no longer possibleBjørn Christian Seime2023-08-301-1/+1
| |
* | - Update dependency org.jvnet.mimepull:mimepull to v1.10.0renovate[bot]2023-08-296-73/+64
|/ | | | | | | | - Update dependency org.apache.opennlp:opennlp-tools to v1.9.4 - Use dependency-versions - Bring jimfs up to date. - Bring some more libraries up-2-date. - Reduce usage of assertj
* Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-293-8/+6
|
* Add min/sum/count suffixes to gauge metricsOla Aunronning2023-08-091-2/+8
|
* Allow filtering on infrastructure metric setOla Aunronning2023-08-011-0/+55
|
* Make headers controlling client address connector specificBjørn Christian Seime2023-07-192-7/+6
|
* Add configurable limit for max request content sizeBjørn Christian Seime2023-06-261-0/+12
|
* Close server after response metrics are visibleBjørn Christian Seime2023-06-231-1/+1
| | | | | | Assumption is that server did not have time to aggregate new response metric before shutdown due to slow test environment. Unable to reproduce in local environment.
* Remove status packet from MetricsPacketsHandlerOla Aunronning2023-06-151-26/+11
|
* Don't add status_code and status_msg to metric packets. Remove unused ↵Ola Aunronning2023-06-151-42/+0
| | | | service health and coredump metric gatherers
* Get SSL connection object through endpointBjørn Christian Seime2023-06-061-0/+2
|
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-081-1/+1
|
* Avoid race between config thread and updating file config sourcejonmv2023-05-051-2/+2
|
* Give it some more time to complete.Henning Baldersheim2023-05-041-1/+1
|
* Use timestamp from Jetty as creation time for Request/HttpRequestBjørn Christian Seime2023-04-271-1/+1
|
* Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-292-88/+109
|
* CompoundName.first(int n) is called multiple time from ↵Henning Baldersheim2023-03-271-2/+11
| | | | | | QueryProfileProperties methods. Precompute, as we do for rest(int n), these instead of generating temporary CompoundNames on the fly.
* Also poll logs before closing Jetty in case of shutdown racing with log handlersBjørn Christian Seime2023-03-241-20/+28
|