summaryrefslogtreecommitdiffstats
path: root/container-disc/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Handle proxy reloading properly (#30793)Morten Tokle2024-04-031-7/+7
|
* Add testjonmv2023-10-111-0/+27
|
* Update copyright.Geir Storli2023-10-101-1/+1
|
* Update copyrightJon Bratseth2023-10-0915-14/+15
|
* Add port for token connector to nginx configBjørn Christian Seime2023-07-191-1/+2
|
* Make stop more robustMorten Tokle2023-06-241-1/+33
|
* Verify proxy running + handle stopMorten Tokle2023-06-201-14/+84
|
* simplify statesMorten Tokle2023-06-201-9/+1
|
* Handle proxy start/reload issuesMorten Tokle2023-06-201-0/+112
|
* Merge pull request #23540 from vespa-engine/bjorncs/stale-threads-watchdogJon Bratseth2022-07-311-1/+1
|\ | | | | Bjorncs/stale threads watchdog
| * Add metric for total number of threads in JVMBjørn Christian Seime2022-07-261-1/+1
| |
* | Convert container-disc to junit5Bjørn Christian Seime2022-07-2810-78/+93
|/
* Reapply "Bjorncs/application status handler""Bjørn Christian Seime2022-06-301-0/+131
|
* Revert "Bjorncs/application status handler"Bjørn Christian Seime2022-06-291-131/+0
|
* Simplify and improve encapsulationBjørn Christian Seime2022-06-281-1/+1
|
* Move ApplicationStatusHandler to container-discBjørn Christian Seime2022-06-281-0/+131
|
* Add metric 'jdisc.jvm' to report runtime version++Bjørn Christian Seime2022-06-131-1/+1
|
* Remove on Vespa 8Jon Bratseth2022-06-081-2/+0
|
* Report metrics for the size of the native heap.Henning Baldersheim2022-04-271-1/+1
|
* Update expected number of metricsHenning Baldersheim2022-04-251-2/+2
|
* Add trailing newlineBjørn Christian Seime2022-01-271-1/+1
|
* Move shutdown timeout logic to separate classBjørn Christian Seime2022-01-262-14/+18
|
* Include generation number in log message for deconstructionBjørn Christian Seime2022-01-251-5/+5
|
* Redesign ComponentDeconstructor to start deconstruction immediatelyBjørn Christian Seime2022-01-251-4/+4
| | | | | | There is no need to wait with deconstruction after new generation as the container knows when an old graph can be safely GCed. Add shutdown() that waits for all previous graphs to complete deconstruction.
* Respect topological ordering when releasing shared resourcesBjørn Christian Seime2022-01-251-1/+2
|
* Simplify testing by sticking to assertEquals/True/FalseHenning Baldersheim2021-12-191-5/+8
|
* Simnplify testing by sticking to assertEquals/True/FalseHenning Baldersheim2021-12-191-6/+8
|
* Update 2018 copyright notices.gjoranv2021-10-072-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-0710-10/+10
|
* Add copyright headerHenning Baldersheim2021-09-301-0/+1
|
* Add config id to heap dump for faster identification.Henning Baldersheim2021-09-301-0/+13
|
* Non-functional changes onlyJon Bratseth2021-02-211-1/+2
|
* Never provide a StateMetricConsumer.gjoranv2021-01-262-15/+1
| | | | | | - It was only provided when MetricsPresentationConfig.slidingwindow was set to false (the config model always adds the JdiscMetricsFactory).
* Make the deconstruct executor private again.gjoranv2020-12-151-17/+26
| | | | - Add helper method in test to wait for deconstruct to finish.
* Optimize imports.gjoranv2020-12-151-2/+1
|
* Switch test to use RECONFIG mode by default.gjoranv2020-12-151-1/+4
| | | | | | - Use SHUTDOWN mode for the latest test that uses a component with the delayed deconstruct method. - Remove the now unnecessary explanation from the class comment.
* Wait for component deconstruction to finish when shutting down.gjoranv2020-12-151-1/+23
| | | | | | | - Wait up to 10 minuts. - Add separate modes for reconfig and shutdown. - Add test ctor for setting the delay before deconstruction starts in RECONFIG mode. (Tests are TBD.)
* Revert "Revert "Revert "Revert "Always deconstruct in reverse creation ↵Jon Marius Venstad2020-12-081-12/+13
| | | | order, including Provider objects""""
* Revert "Revert "Revert "Always deconstruct in reverse creation order, ↵Jon Marius Venstad2020-12-081-13/+12
| | | | including Provider objects"""
* Revert "Revert "Always deconstruct in reverse creation order, including ↵Jon Marius Venstad2020-12-071-12/+13
| | | | Provider objects""
* Revert "Always deconstruct in reverse creation order, including Provider ↵Arnstein Ressem2020-12-071-13/+12
| | | | objects"
* Make executor package visible for shutdown testsJon Marius Venstad2020-12-071-9/+8
|
* Always deconstruct in reverse creation order, including Provider objectsJon Marius Venstad2020-12-071-3/+5
|
* Prepare FilterBindings to allow default filter chains and metricsBjørn Christian Seime2020-11-131-57/+14
| | | | | | | Track and expose filter ids from FilterBindings. Add builder to simplify construction for FilterBindings in provider and unit tests. Move FilterBindings to com.yahoo.jdisc.http.server.jetty package. Encapsulate binding matching in FilterBindings.
* Revert "Remove implicit and potensially false dependency on jdisc_http_service"Bjørn Christian Seime2020-11-111-0/+202
|
* Remove implicit and potensially false dependency on jdisc_http_serviceBjørn Christian Seime2020-11-111-202/+0
| | | | Required for later changes to jdisc_http_service. Removes jdisc_http_service from provided-dependencies.
* Avoid mock thread factory and simplify constructionHåkon Hallingstad2020-10-101-10/+3
|
* Minor unification of tests.Henning Baldersheim2020-08-122-19/+16
|
* Declare fields accessed by multiple threads volatile.gjoranv2020-04-031-2/+2
|
* Ensure that obsolete bundles are uninstalledgjoranv2020-04-021-2/+20
| | | | | | .. even when there are no components to deconstruct. This happens for e.g. pure document-api containers when the user bundle(s) only contain searchers.