aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* No need for repeated-test in CIjonmv2024-06-041-2/+1
* Avoid holding monitor and deadlock thread you are waiting forjonmv2024-06-041-1/+2
* Revert "Merge pull request #31415 from vespa-engine/revert-31399-jonmv/fix-un...jonmv2024-06-041-1/+3
* Revert "Do a proper sync with thread that shuts down old cluster"Henning Baldersheim2024-06-041-3/+1
* Do a proper sync with thread that shuts down old clusterjonmv2024-06-031-1/+3
* Fix test after moving close to different threadjonmv2024-05-291-2/+1
* Rename variablejonmv2024-05-291-5/+5
* Update HTTP request timeout parameter as time passesjonmv2024-05-282-24/+30
* Really fix testjonmv2024-05-211-1/+1
* Fix testjonmv2024-05-211-1/+1
* Revert "Merge pull request #31265 from vespa-engine/revert-31233-jonmv/reset-...jonmv2024-05-212-12/+68
* Revert "Merge pull request #31266 from vespa-engine/revert-31228-jonmv/feed-r...jonmv2024-05-213-47/+65
* Revert "Retry requests within retry count limit OR grace period (default 10s)"Jon Marius Venstad2024-05-213-65/+47
* 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