summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/test/java/com
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Jonmv/reapply leaner token buffer""Tor Brede Vekterli2024-01-261-3/+11
|
* Revert "Jonmv/reapply leaner token buffer"Jon Marius Venstad2024-01-261-11/+3
|
* Handle other fields in streaming document JSON parsingjonmv2024-01-261-1/+8
|
* Revert "Merge pull request #30067 from ↵jonmv2024-01-261-2/+3
| | | | | | | vespa-engine/revert-30038-jonmv/leaner-token-buffer" This reverts commit b771fbe5fe648cf4c64e04341542e11c2e21cb9d, reversing changes made to 7b578506b5c4c59f4273e74af1f0db4a74f82175.
* Revert "Jonmv/leaner token buffer"Jon Marius Venstad2024-01-251-3/+2
|
* Add new LazyTokenBuffer, and wire it into existing tensor parse testsjonmv2024-01-241-2/+3
|
* Use 500 for errors in document API, from /doc/v1jonmv2024-01-051-5/+5
|
* Update copyrightJon Bratseth2023-10-0914-14/+14
|
* Support visiting remove operations through /document/v1jonmv2023-09-071-7/+15
|
* Properly handle open visitor timestamp ranges in request parametersTor Brede Vekterli2023-05-231-0/+33
|
* Always print documentCount field when visiting was startedjonmv2023-05-221-2/+7
|
* Merge pull request #26905 from vespa-engine/havardpe/put-create-from-feedHåvard Pettersen2023-04-281-1/+2
|\ | | | | pick up create flag for put operations
| * pick up create flag for put operationsHåvard Pettersen2023-04-281-1/+2
| |
* | Merge pull request #26894 from ↵Jon Marius Venstad2023-04-271-94/+128
|\ \ | |/ |/| | | | | vespa-engine/jonmv/504-when-doc-v1-visits-no-buckets-stream-mode HTTP 504 in /doc/v1 when stream mode and no buckets are visited
| * HTTP 504 in /doc/v1 when stream mode and no buckets are visitedjonmv2023-04-271-94/+128
| |
* | Unify passing of all feed operations through the various feed apis.Henning Baldersheim2023-04-271-12/+9
|/
* Improve timeout handling in /doc/v1jonmv2023-04-241-3/+4
| | | | | | Set timeout based on qhen HTTP request was connected to the container, instead of when it is dispatched to the document API; this should reduce the chance of the client going away before we close the request from the handler
* Update testHenning Baldersheim2023-04-191-1/+1
|
* Do an early check that timestamp from/to range is validTor Brede Vekterli2023-03-101-0/+9
|
* Expose from/to visitor timestamps in Document V1 APITor Brede Vekterli2023-03-101-1/+5
| | | | | Mirrors `vespa-visit` (and the underlying `VisitorParameters`) in being in microseconds from UTC epoch.
* Test direct renderingJon Bratseth2023-01-161-8/+58
|
* Support direct tensor renderingJon Bratseth2023-01-141-1/+1
|
* Revert back to single metric aggregatedBjørn Christian Seime2022-12-071-1/+1
|
* Improve metrics for /document/v1Bjørn Christian Seime2022-12-071-1/+1
| | | | Make more consistent with legacy feed api
* Support tracing for /document/v1/ visit requestsjonmv2022-10-121-26/+45
|
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-062-3/+7
|
* 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
|