summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* Disallow dryRun at other paths, and update abi specjonmv2022-08-111-3/+15
|
* Add --speedTest to feed client CLI, and dryRun to /doc/v1jonmv2022-08-111-22/+61
|
* GC long gone config and som minor code cleanup.Henning Baldersheim2022-07-062-2/+2
|
* Revert "Revert "Revert "GC long gone config"""Arnstein Ressem2022-07-052-2/+2
|
* Revert "Revert "GC long gone config""Henning Baldersheim2022-07-052-2/+2
|
* Revert "GC long gone config"Henning Baldersheim2022-07-052-2/+2
|
* GC long gone configHenning Baldersheim2022-07-052-2/+2
|
* Test short format in document/v1Lester Solbakken2022-06-081-7/+17
|
* Remove vespåa-http-client usage part 2Jon Bratseth2022-06-083-6/+1
|
* Revert "Remove http client use"Jon Bratseth2022-06-0813-0/+843
| | | | This reverts commit a7fd13540d34de50ed3526576c62eebc476a1e1c.
* Remove http client useJon Bratseth2022-06-0813-843/+0
|
* Use DocumentOnly-fieldset by defaultTor Brede Vekterli2022-06-081-1/+1
| | | | Also remove deprecated and unsupported header-only visitor parameter
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-191-1/+1
|
* Update expected error message.Henning Baldersheim2022-04-201-2/+2
|
* Use com.yahoo.messagebus.Error instead of java.lang.ErrorHenning Baldersheim2022-04-191-17/+16
|
* Inject DocumentTypeManager into FeedHandlergjoranv2022-03-062-2/+3
|
* Add metric for update-doc-not-found, and update httpapi metrics from /doc/v1Jon Marius Venstad2021-12-211-5/+26
|
* Simnplify testing by sticking to assertEquals/True/FalseHenning Baldersheim2021-12-193-53/+50
|
* Replace session timeout with explicit shutdownJon Marius Venstad2021-11-071-1/+1
| | | | | | | | | | | Session timeout causes message bus to reply with timeouts when timeout passes. This works poorly with visitors whose document put acks are delayed until the network layer consumes the documents, which may take longer than the remaining session timeout, which is used as message timeout. Keeping the message timeout fixed, and doing a manual abort of the session instead, when the specified timeout has occurred, almost eliminates the problem. Additionally, acking all outstanding documents upon abortion makes the visitors return in a timely manner, and should take care of the rest of the problem.
* Use an optionally bounded, dynamic throttling policy for streamed vistsJon Marius Venstad2021-10-281-1/+1
|
* Stop writing documents once document array is closedJon Marius Venstad2021-10-281-7/+4
|
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Revert to previous behaviour, and simply delay ack until doc writtenJon Marius Venstad2021-10-261-3/+3
|
* Allow specifying slices and sliceId in /document/v1Jon Marius Venstad2021-10-221-1/+3
|
* Revert "Merge pull request #19686 from ↵Jon Marius Venstad2021-10-211-5/+73
| | | | | | | vespa-engine/jonmv/revert-streamed-visits" This reverts commit 56c3fc7c2a3b7e317e79593aa56ed2d03472cbde, reversing changes made to 367dae08c390833a54c1bae11282df5a7e056d16.
* Revert "Merge pull request #19664 from ↵Jon Marius Venstad2021-10-211-73/+5
| | | | | | | vespa-engine/jonmv/streaming-doc-v1-visit" This reverts commit b5d4b42caabf2c41fcbd8b21814819aae77dc7aa, reversing changes made to 9abe019606f2367b05e4e13d796de65dddf7c449.
* Revert "Merge pull request #19679 from ↵Jon Marius Venstad2021-10-211-5/+5
| | | | | | | vespa-engine/jonmv/streaming-doc-v1-visit" This reverts commit f35099d4816e6a3793efdd2bc0fe79a83ed0ef05, reversing changes made to 44030f533278a9ffa071779c057511be12ec3c8d.
* streaming -> streamJon Marius Venstad2021-10-211-5/+5
|
* Use the default threadpool executor, with minimal blockingJon Marius Venstad2021-10-211-2/+4
|
* Update test expectationJon Marius Venstad2021-10-201-1/+1
|
* Write visited documents from a dedicated executor to avoid blocking mbusJon Marius Venstad2021-10-201-3/+3
|
* Support HTTP streaming of visits through /document/v1Jon Marius Venstad2021-10-201-2/+68
|
* Update Verizon Media copyright notices.gjoranv2021-10-073-3/+3
|
* Update 2017 copyright notices.gjoranv2021-10-0710-10/+10
|
* 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
|