summaryrefslogtreecommitdiffstats
path: root/vespa-feed-client/src/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "Replace Jetty client when tripping circuit breaker"Jon Marius Venstad2024-05-212-68/+12
* Merge pull request #31233 from vespa-engine/jonmv/reset-jetty-client-on-circu...Jon Marius Venstad2024-05-212-12/+68
|\
| * Actually remove inflight from resettable cluster (just count)jonmv2024-05-212-6/+7
| * Replace Jetty client when tripping circuit breakerjonmv2024-05-162-10/+62
* | Nano time, and add timeout in timeout messagejonmv2024-05-212-32/+29
|/
* Retry until timeout, with default lots of retriesjonmv2024-05-162-18/+16
* Prepend doc-id when known, in FeedException.getMessage()jonmv2024-05-162-5/+5
* Fix test commentjonmv2024-05-161-1/+1
* Retry requests within retry count limit OR grace period (default 10s)jonmv2024-05-161-15/+38
* Less aggressive smoothing, and readjust a bit less oftenjonmv2024-05-141-1/+1
* Improve feed throttler and testsjonmv2024-05-131-0/+30
* Revert "Merge pull request #31177 from vespa-engine/revert-31158-jonmv/start-...jonmv2024-05-131-2/+3
* Revert "Reduce min inflight for go feeder, and start lower in both go and java"Jon Marius Venstad2024-05-131-3/+2
* Update testsjonmv2024-05-101-2/+3
* Unify on List.ofHenning Baldersheim2024-04-111-6/+6
* Add targetInflight to stats toHenning Baldersheim2024-04-051-8/+8
* Do not retry server errors (500, 502, 504) when feedingjonmv2024-01-051-2/+2
* Better naming and simpler code.Henning Baldersheim2023-12-151-1/+1
* Update copyrightJon Bratseth2023-10-095-5/+5
* Remove unused dependency on wiremockBjørn Christian Seime2023-07-131-42/+0
* Remove Apache based implementationBjørn Christian Seime2023-07-131-77/+0
* Allow TLSv1.3Bjørn Christian Seime2023-07-121-4/+4
* Increase timeout and add some more to exception message when connection failsHarald Musum2023-06-051-3/+5
* Restructure assertions and reduce inner timeout, so we see all errorsjonmv2023-03-311-17/+20
* Increase timeout for unstable testHarald Musum2023-01-261-1/+1
* Revert "Merge pull request #25624 from vespa-engine/revert-25617-jonmv/privat...jonmv2023-01-181-2/+2
* Revert "Jonmv/private endpoints"Jon Marius Venstad2023-01-181-2/+2
* Revert "Merge pull request #25614 from vespa-engine/revert-25587-jonmv/privat...jonmv2023-01-181-2/+2
* Revert "Parse, validate and use new zone endpoint syntax"Jon Marius Venstad2023-01-181-2/+2
* Parse, validate and use new zone endpoint syntaxjonmv2023-01-171-2/+2
* Increase timeout to fix flaky testHarald Musum2023-01-171-1/+1
* Merge pull request #25451 from vespa-engine/jonmv/update--cli-argsJon Marius Venstad2023-01-091-1/+1
|\
| * Add "auto" compression modejonmv2023-01-091-1/+1
* | Ensure that HTTPS clients only use allowed ciphers and protocol versionsBjørn Christian Seime2023-01-091-5/+4
|/
* Revert "Ensure that HTTPS clients only use allowed ciphers and protocol versi...Andreas Eriksen2023-01-061-4/+5
* Ensure that HTTPS clients only use allowed ciphers and protocol versionsBjørn Christian Seime2023-01-061-5/+4
* Use --compression gzip insteadjonmv2023-01-041-24/+32
* Add new testjonmv2023-01-042-0/+108
* Handle old servers in handshakejonmv2022-12-081-2/+37
* Avoid platform-specific error message in testjonmv2022-12-071-51/+54
* Parse error responsesjonmv2022-12-071-4/+5
* Perform a dummy operation when setting up feed client, to catch configuration...jonmv2022-12-071-1/+11
* Effectively join benchmark thread before re3ading statsJon Marius Venstad2022-02-111-6/+8
* Ensure "retried" has partial result by syncing with result thread between ret...Jon Marius Venstad2021-12-171-11/+20
* Use user specified timeout for client timeout as wellJon Marius Venstad2021-12-141-8/+8
* Extract vespa-feed-client-api module from vespa-feed-clientMorten Tokle2021-12-079-489/+33
* Stabilise unit testJon Marius Venstad2021-11-221-3/+4
* Correct copyright headersJon Bratseth2021-10-201-1/+1
* Add missiung copyrightsJon Bratseth2021-10-201-1/+2
* Merge pull request #19509 from vespa-engine/jonmv/fix-docid-parse-bugv7.481.18Jon Marius Venstad2021-10-111-0/+54
|\