aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com/yahoo/container/jdisc
Commit message (Expand)AuthorAgeFilesLines
* Deprecate method leaking GuiceBjørn Christian Seime2022-02-081-5/+0
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-1/+1
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
* Revert "Merge pull request #19686 from vespa-engine/jonmv/revert-streamed-vis...Jon Marius Venstad2021-10-211-3/+0
* Revert "Merge pull request #19664 from vespa-engine/jonmv/streaming-doc-v1-vi...Jon Marius Venstad2021-10-211-0/+3
* Limit to 16MB outstanding visit response dataJon Marius Venstad2021-10-201-3/+0
* Metrics Q size and capacity must into account what kind of Q is used.Henning Baldersheim2021-10-151-20/+3
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-079-9/+9
* ensure the handler actually runs before checking what it didArne Juul2021-04-211-2/+2
* Move MaxPendingContentChannelStream to container-core and use it thorugh max ...Jon Marius Venstad2021-04-141-1/+49
* Add copyright headersJon Bratseth2021-03-181-0/+1
* Track sent and acked bytes to ensure a smooth flow of bytes not exceeding max...Henning Baldersheim2021-02-171-1/+1
* Clean up unused MetricsPresentationConfiggjoranv2021-02-033-5/+2
* Remove usage of org.jsonBjørn Christian Seime2021-02-023-49/+48
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-013-48/+49
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-293-49/+48
* Merge pull request #16227 from vespa-engine/gjoranv/remove-StateMetricConsumergjoranv2021-01-296-415/+175
|\
| * Remove irrelevant test (StateMonitor does not use threads anymore)gjoranv2021-01-262-98/+0
| * Remove metrics handling from the StateMonitor class.gjoranv2021-01-261-1/+1
| * Rewrite tests to not use the defunct StateMetricConsumer.gjoranv2021-01-254-317/+175
| * Revert "Access log optimizations [run-systemtest]"Morten Tokle2021-01-221-21/+61
* | Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-211-8/+3
|/
* Replace AccessLogEntry with non-blocking RequestLogEntryBjørn Christian Seime2021-01-211-61/+21
* Avoid mock thread factory and simplify constructionHåkon Hallingstad2020-10-102-8/+2
* Take StateMonitor snapshot every 60sHåkon Hallingstad2020-10-103-32/+24
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-251-1/+1
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-251-2/+2
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Update method and constant names to match new metric nameBjørn Christian Seime2020-03-131-1/+1
* Use plural ending in new metric namesBjørn Christian Seime2020-03-131-1/+1
* Add unit tests that verifies metric is propagatedBjørn Christian Seime2020-03-121-0/+57
* Default state is 'initializing', not 'up'.Henning Baldersheim2020-02-031-1/+2
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
* Reuse same coredump/host-life gatherersOla Aunrønning2019-10-252-0/+81
* Added metrics for cfgOla Aunrønning2019-10-241-16/+1
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-181-2/+2
* Support array formatted metrics responseOla Aunrønning2019-09-191-0/+15
* add "sum" output for gauge metricsArne Juul2019-03-221-1/+2
* Add coverage info to access logHenning Baldersheim2019-03-121-1/+2
* Use second resoultion for timestamp (instead of millis).gjoranv2018-11-151-0/+10
* Extract helper method.gjoranv2018-11-151-20/+13
* Use a constant for the packet separator.gjoranv2018-10-311-1/+2
* Add new handler for obtaining metrics snapshot in "packets" formatgjoranv2018-10-313-98/+262
* Fix author tag for SimonBjørn Christian Seime2018-07-053-3/+3
* Merge with masterJon Bratseth2018-02-271-1/+1
* Verify whether a new snapshot was expected or notBjørn Christian Seime2018-01-291-23/+28
* Don't run snapshot thread in StateHandlerTestBjørn Christian Seime2018-01-291-19/+11