aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete usage of ServletPathsConfiggjoranv2022-01-032-5/+0
|
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-211-0/+1
|
* GC deprecated junit assertThat.Henning Baldersheim2021-12-2112-273/+236
|
* Broken pipe can be reported through SocketExceptionBjørn Christian Seime2021-12-131-1/+2
|
* Rename method 'future' => 'completeFuture'Bjørn Christian Seime2021-12-081-1/+1
|
* Deprecate methods using Guava ListenableFutureBjørn Christian Seime2021-12-085-9/+20
| | | | | | | | - com.yahoo.processing.Response.recursiveComplete() - com.yahoo.processing.response.DataList.complete() - com.yahoo.processing.response.IncomingData.completed() Also fixes bug in FutureResponse where `get()` does not return value produced by async task.
* Deprecate public APIs using Guava's ListenableFutureBjørn Christian Seime2021-12-061-3/+7
| | | | | | | Public methods: - com.yahoo.processing.rendering.Renderer.render() - com.yahoo.search.handler.HttpSearchResponse.waitableRender() - com.yahoo.processing.rendering.AsynchronousSectionedRenderer.renderBeforeHandover()
* Make DiscFilterRequest non-abstract and deprecate JdiscFilterRequestBjørn Christian Seime2021-12-031-26/+25
| | | | There is no need for having DiscFilterRequest as an abstract class after removing servlet support.
* Make DiscFilterResponse concrete and remove package-private sub-classBjørn Christian Seime2021-12-031-7/+8
| | | | | Make DiscFilterResponse opereate directly on a jdisc-core Response instance. Reduce use of jdisc-core types from its public API.
* Reapply "Remove Servlet integration from container-core [run-systemtest]""Bjørn Christian Seime2021-12-035-620/+0
|
* Revert "Remove Servlet integration from container-core [run-systemtest]"Jon Marius Venstad2021-12-035-0/+620
|
* Remove Servlet integration from container-coreBjørn Christian Seime2021-12-025-620/+0
|
* Deprecate metrics 'http.status.[401|403]'Bjørn Christian Seime2021-11-231-0/+1
|
* Add status code as dimension to response metricsBjørn Christian Seime2021-11-231-21/+27
|
* Use concurrent map for adders + simplify request=>dimensions mappingBjørn Christian Seime2021-11-232-37/+31
|
* Add position and arrayOffset, when writing from ByteBufferJon Marius Venstad2021-10-311-1/+0
|
* Update 2020 Oath copyrights.gjoranv2021-10-277-7/+7
|
* Update 2019 Oath copyrights.gjoranv2021-10-275-5/+5
|
* Revert "Merge pull request #19686 from ↵Jon Marius Venstad2021-10-211-3/+0
| | | | | | | 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-0/+3
| | | | | | | vespa-engine/jonmv/streaming-doc-v1-visit" This reverts commit b5d4b42caabf2c41fcbd8b21814819aae77dc7aa, reversing changes made to 9abe019606f2367b05e4e13d796de65dddf7c449.
* Merge pull request #19664 from vespa-engine/jonmv/streaming-doc-v1-visitJon Marius Venstad2021-10-211-3/+0
|\ | | | | Jonmv/streaming doc v1 visit
| * Limit to 16MB outstanding visit response dataJon Marius Venstad2021-10-201-3/+0
| |
* | Add missiung copyrightsJon Bratseth2021-10-201-1/+2
|/
* Reapply "Container config improvements [run-systemtest]"gjoranv2021-10-151-3/+2
| | | | This reverts commit 868c29b272eb7773d5c4515cb33640a44074d05a.
* Metrics Q size and capacity must into account what kind of Q is used.Henning Baldersheim2021-10-154-29/+79
|
* Revert "Container config improvements [run-systemtest]"Henning Baldersheim2021-10-141-2/+3
|
* Simplify by taking a SubscriberFactory instead of a Function.gjoranv2021-10-081-3/+2
|
* More mockito magic.Henning Baldersheim2021-10-081-3/+5
|
* Use refer(any)Henning Baldersheim2021-10-081-12/+8
|
* Merge pull request #19452 from vespa-engine/bjorncs/jetty-async-listenerBjørn Christian Seime2021-10-071-2/+1
|\ | | | | Refactor async completion logic for read and write path [run-systemtest]
| * Refactor async completion logic for read and write pathBjørn Christian Seime2021-10-071-2/+1
| | | | | | | | Ensure that failure from request read, write or async context correctly terminates request processing.
* | Update Verizon Media copyright notices.gjoranv2021-10-0720-20/+20
| |
* | Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-071-1/+1
| |
* | Update 2018 copyright notices.gjoranv2021-10-0714-14/+14
| |
* | Update 2017 copyright notices.gjoranv2021-10-0790-90/+90
|/
* Add mock for added newRequest method.Henning Baldersheim2021-10-053-0/+3
|
* Add option to attach a context to refer.Henning Baldersheim2021-10-051-0/+1
| | | | Introduce a lightweight debug mode.
* SimplifyHenning Baldersheim2021-10-041-20/+20
|
* - Add deprecation warning for methods only used in tests to enable using ↵Henning Baldersheim2021-10-013-0/+5
| | | | | | | final on members. - assign the reference at the end of the constructor to avoid possibility for exceptions thrown leaving the reference hidden in the dark. - Catch Throwable instead of RuntimException to avoid some exceptions to pass.
* Scale jdisc threadpools with cpus available in JVMBjørn Christian Seime2021-09-301-11/+18
| | | | Change config model to only determine the scaling factors for all threadpool configuration.
* Prefer 'Host' header when constructing uri builderBjørn Christian Seime2021-09-021-11/+16
|
* Revert "Merge pull request #18772 from vespa-engine/revert-18759-bjorncs/http2"Bjørn Christian Seime2021-08-175-37/+85
| | | | | This reverts commit 4b5d08ebfd7456a820d6eec25704a27d56612b69, reversing changes made to fed02e0b81cedd76962da597d73462d0d23e0bf3.
* Revert "Bjorncs/http2"Bjørn Christian Seime2021-08-175-85/+37
|
* Add unit test for HTTP/2 Plain TextBjørn Christian Seime2021-08-163-35/+85
| | | | | Move HTTP/2 tests to separate test class. Move helper method for creating client to Utils.
* HTTP/2 is enabled by defaultBjørn Christian Seime2021-08-162-2/+0
|
* Respect thresholds for max requests/time for HTTP/2 connectionsBjørn Christian Seime2021-08-091-5/+40
|
* Extract common methods for auth0/okta request filters to utils classValerij Fredriksen2021-07-281-0/+48
|
* Test HTTP request using empty URI path segmentBjørn Christian Seime2021-07-151-0/+22
|
* Merge pull request #18595 from vespa-engine/bjorncs/restapiØyvind Grønnesby2021-07-151-1/+34
|\ | | | | Bjorncs/restapi
| * Support custom ACL action mapping for restapi methods through RequestHandlerSpecBjørn Christian Seime2021-07-141-1/+34
| |