aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Also support fieldSet for Document V1 get operationsTor Brede Vekterli2018-02-083-10/+53
| | | | Now has parity with visit operations and the legacy API.
* Use separate error code for UNKNOWN_BUCKET_SPACE.Geir Storli2018-02-051-1/+1
|
* Merge pull request #4873 from ↵Tor Brede Vekterli2018-02-013-5/+72
|\ | | | | | | | | vespa-engine/vekterli/add-fieldset-and-concurrency-support-to-document-v1-visiting-api Add fieldset and concurrency support to document v1 visiting api
| * Add `fieldSet` and `concurrency` parameter support to Document V1 visiting APITor Brede Vekterli2018-01-313-5/+72
| | | | | | | | This fixes #4847
* | Update bucket space error codeTor Brede Vekterli2018-02-011-1/+1
| |
* | WIP for auto-deducing bucket space based on doctype for document V1 APITor Brede Vekterli2018-02-011-12/+47
|/
* Revert "Geirst/add bucket space to document api"Harald Musum2018-01-301-47/+12
|
* Update bucket space error codeTor Brede Vekterli2018-01-291-1/+1
|
* WIP for auto-deducing bucket space based on doctype for document V1 APITor Brede Vekterli2018-01-291-12/+47
|
* Adjust expected remaining time since timeout is now dynamically adjusted.Henning Baldersheim2018-01-251-5/+7
|
* Adjust expected remaining time since timeout is now dynamically adjusted.Henning Baldersheim2018-01-251-6/+8
|
* The http parameter &totaltimeout can be used to control the overall timeout.Henning Baldersheim2018-01-251-1/+49
| | | | | | If both timeouts are given the lower of the computed and the given &timeout is used per message. Setting &totaltimeout to a negative value enables a fixed timeout given to each message. This mimics todays broken behavior.
* use LoggingRequestHandler.Context in constructorsArne Juul2018-01-056-6/+21
| | | | | * this implicitly wires in a Metric, allowing handler invocations to be measured in the ThreadedRequestHandler superclass.
* Remove redundant identity transform of OptionalTor Brede Vekterli2017-09-281-1/+1
|
* Add wantedDocumentCount parameter to Document V1 visiting APITor Brede Vekterli2017-09-283-7/+76
| | | | | | | | | | | Visiting will continue until the provided number of documents has been returned, or the session times out. Parameter is bounded by an implementation defined maximum. Remove old visit() interface method, as it should not have been covered by an ExportPackage and therefore no one should have managed to actually use it externally. This fixes #3394
* Update copyright headersJon Bratseth2017-06-1436-35/+36
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1436-36/+35
|
* Update copyright headersJon Bratseth2017-06-1436-35/+36
|
* Remove carriage returnJon Bratseth2017-06-145-5/+5
|
* Revert "Copyright header"Jon Bratseth2017-06-1336-41/+40
|
* Copyright headerJon Bratseth2017-06-1336-40/+41
|
* Url decode groupname in document/v1valerijf2017-06-061-0/+10
|
* use standard formatting for Override annotationArne H Juul2017-05-301-1/+2
|
* Code review fixesvalerijf2017-05-122-5/+4
|
* Fix testsvalerijf2017-05-118-9/+18
|
* Treat document V1 API visiting timeouts with progress as successful (#2401)Tor Brede Vekterli2017-05-091-5/+88
| | | | | | | | | | | | | Previously, using a visitor with a selection that did not match any buckets visited during the session's lifetime would trigger a timeout error to the client and abort the visiting. With this change, we special case timeouts if they have successfully visited at least 1 bucket and return a successful response for these. The client can then use the updated continuation token for its subsequent request and continue from where the timed out session left off. The timeout special cased handling is done _outside_ the session and control handler to avoid increasing session-internal complexity, and since not all visitor use cases want this behavior (e.g. streaming search).
* Extend APIs with condition-not-met.Haakon Dybdahl2017-03-064-6/+6
|
* Add route option, to be tested in system test.Haakon Dybdahl2017-02-271-3/+3
|
* Fix name of string in test.Haakon Dybdahl2017-01-261-4/+4
|
* Allow visiting based on group selection automatically.Haakon Dybdahl2017-01-261-3/+15
|
* Merge pull request #1589 from yahoo/dybdahl/more-threadsHaakon Dybdahl2017-01-242-2/+2
|\ | | | | Allow more threads for document/v1 api.
| * update testHaakon Dybdahl2017-01-242-2/+2
| |
* | Merge pull request #1581 from ↵Henning Baldersheim2017-01-241-0/+9
|\ \ | |/ |/| | | | | yahoo/balder/failing-test-consecutive-slashes-in-uri Add a failing unit test for consecutive slahes in uri
| * Properly encode the URI to avoid normalization.Henning Baldersheim2017-01-241-1/+1
| |
| * Finger troubleHenning Baldersheim2017-01-241-1/+1
| |
| * Add getRawUri()Henning Baldersheim2017-01-241-2/+2
| |
| * Add a failing unit test for consecutive slahes in uriHenning Baldersheim2017-01-241-0/+9
| |
* | Use Jetty 9.3.16Bjørn Christian Seime2017-01-241-1/+1
|/
* Use compundname for faster processing and no need to validate non-indexed ↵Henning Baldersheim2017-01-081-1/+1
| | | | id= as long as they are ignored anyway.
* Avoid deprecation warningsJon Bratseth2016-11-182-10/+5
|
* Suppress deprecation warningsJon Bratseth2016-11-182-0/+2
|
* Fix testHaakon Dybdahl2016-11-021-16/+8
|
* Try to fix random port.Haakon Dybdahl2016-10-101-1/+5
|
* Make test not require port 4080 to be available.Haakon Dybdahl2016-10-071-3/+10
|
* DocumentApiApplicationtest.java -> DocumentApiApplicationTest.javaHenning Baldersheim2016-09-301-0/+0
|
* Correct dependencies by moving document-api test to vespaclient-container-pluginJon Bratseth2016-09-283-10/+33
|
* Support document-api in applicationJon Bratseth2016-09-281-6/+3
|
* Run Application with VespaModel instead of MockRootJon Bratseth2016-09-281-4/+5
|
* Set correct content-type.Haakon Dybdahl2016-09-141-0/+1
|
* update author field.Haakon Dybdahl2016-06-173-4/+4
|