aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/test
Commit message (Expand)AuthorAgeFilesLines
* Prefer document API timeout in /doc/v1Jon Marius Venstad2021-06-101-14/+19
* Add a concurrency unit test to /doc/v1 testJon Marius Venstad2021-06-091-2/+75
* Document API errors are BAD_GATEWAYJon Marius Venstad2021-06-081-4/+5
* Set message bus message timeout from http request, and 504 on mbus timeoutJon Marius Venstad2021-05-191-0/+14
* Remove duplicate headersJon Bratseth2021-03-181-2/+1
* Add copyright headersJon Bratseth2021-03-181-0/+1
* Bound time chunk to 5s less than request timeoutJon Marius Venstad2021-02-071-1/+2
* documentsVisited iss apparently the correct thingJon Marius Venstad2021-02-051-1/+1
* Timeout is not an error when waiting for consistent bubcketsJon Marius Venstad2021-02-041-1/+1
* Include document count in responsesJon Marius Venstad2021-02-041-1/+3
* Stricter parameters for new visits featuresJon Marius Venstad2021-02-041-19/+43
* Replace explicit, direct route to cluster with its name-routeJon Marius Venstad2021-02-041-4/+4
* Test for equal condition in DocumentOperation subclassesJon Marius Venstad2021-02-041-1/+1
* Use "route" for visit destination routesJon Marius Venstad2021-02-031-6/+6
* Handle POST -> remote visit, PUT -> mass udpate, DELETE -> mass deletionJon Marius Venstad2021-02-031-22/+113
* Refactor to allow more flex in reacting to documents receivedJon Marius Venstad2021-02-031-9/+24
* Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-212-4/+0
* Use "[Content:cluster=...]" for routes instead of (only-sometimes-)generated ...Jon Marius Venstad2021-01-051-3/+3
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-051-6/+5
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-051-5/+6
* Use clustername-direct routes for visitorsJon Marius Venstad2021-01-041-3/+3
* Use just content cluster name as routeJon Marius Venstad2020-12-301-3/+3
* Replace use of [Storage... with [Content... and avoid overriding config idJon Marius Venstad2020-12-301-6/+5
* Use same casing as in search handlers for tracelevelJon Marius Venstad2020-11-051-1/+1
* Remove old /document/v1 handlerJon Marius Venstad2020-11-039-1326/+0
* Use field set of document type when not set, for document GETsJon Marius Venstad2020-11-021-2/+2
* Use existing timeout parse codeJon Marius Venstad2020-10-291-9/+0
* Handle timeout units in doc/v1, and catch parse errors in handlerJon Marius Venstad2020-10-291-3/+12
* Remove find free port hack from testMartin Polden2020-10-291-13/+2
* Add traces to document/v1Jon Marius Venstad2020-10-291-4/+26
* Support user specified timeout, and test timeout dispatchJon Marius Venstad2020-10-291-2/+28
* Set correct timeout on visitor session parametersJon Marius Venstad2020-10-291-1/+5
* Accept non-URL-encoded doc ids as last part of doc/v1 URL щ(ಥДಥщ)Jon Marius Venstad2020-10-201-6/+14
* Be less stupid and do not consume all content yourselfJon Marius Venstad2020-10-151-5/+3
* Fix operation dispatch (parse once, throw on concurrent dispatch, excpetion s...Jon Marius Venstad2020-10-151-0/+1
* Test empty payload for document POST, and fix indentationJon Marius Venstad2020-10-141-0/+10
* Be stricter about request property parsing (and test this)Jon Marius Venstad2020-10-141-0/+9
* Remove unneeded threading in unit testJon Marius Venstad2020-10-131-4/+3
* Tests, more config and various fixesJon Marius Venstad2020-10-133-628/+357
* Separate error code for insufficient storageJon Marius Venstad2020-10-051-0/+12
* Merge pull request #14634 from vespa-engine/jonmv/async-feed-handlerJon Marius Venstad2020-10-014-0/+870
|\
| * Await advance from test thread to next arrive is in the intended phaseJon Marius Venstad2020-09-301-2/+2
| * Make ManualClock thread safeJon Marius Venstad2020-09-301-5/+5
| * Add thread name argument to test code as wellJon Marius Venstad2020-09-301-1/+2
| * Preserve user callbacks through DocumentOperationExecutorImplJon Marius Venstad2020-09-301-0/+10
| * Test client close during request handlingJon Marius Venstad2020-09-301-0/+7
| * Strict FIFO when throttlingJon Marius Venstad2020-09-301-6/+28
| * Add convenience for creating a LocalDocumentAccessJon Marius Venstad2020-09-301-3/+2
| * Re-add test that was accidentally removedJon Marius Venstad2020-09-301-0/+23
| * Register operations with phaser in the caller threadJon Marius Venstad2020-09-301-2/+2