aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com/yahoo/container
Commit message (Collapse)AuthorAgeFilesLines
* Random cleanupjonmv2023-09-072-2/+2
|
* Merge pull request #28275 from vespa-engine/olaa/remove-uptimegjoranv2023-08-302-18/+5
|\ | | | | Remove unused 'uptime' metric. Always add host-life in MetricsPacketsHandler
| * Remove unused 'uptime' metric. Always add host-life in MetricsPacketsHandlerOla Aunronning2023-08-302-18/+5
| |
* | - Update dependency org.jvnet.mimepull:mimepull to v1.10.0renovate[bot]2023-08-292-28/+23
|/ | | | | | | | - Update dependency org.apache.opennlp:opennlp-tools to v1.9.4 - Use dependency-versions - Bring jimfs up to date. - Bring some more libraries up-2-date. - Reduce usage of assertj
* Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-291-1/+1
|
* Add min/sum/count suffixes to gauge metricsOla Aunronning2023-08-091-2/+8
|
* Allow filtering on infrastructure metric setOla Aunronning2023-08-011-0/+55
|
* Remove status packet from MetricsPacketsHandlerOla Aunronning2023-06-151-26/+11
|
* Don't add status_code and status_msg to metric packets. Remove unused ↵Ola Aunronning2023-06-151-42/+0
| | | | service health and coredump metric gatherers
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-081-1/+1
|
* Avoid race between config thread and updating file config sourcejonmv2023-05-051-2/+2
|
* Give it some more time to complete.Henning Baldersheim2023-05-041-1/+1
|
* GC unused test utilitiesHenning Baldersheim2023-01-242-92/+0
|
* Move metric definitions to ContainerMetrics.javaKristian Aune2023-01-101-6/+7
|
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-091-1/+1
|
* Add method for listing bsnVersion for active application bundles.gjoranv2023-01-093-1/+24
|
* Get more info when test failsjonmv2023-01-092-2/+6
|
* Revert "More user friendly class resolution"Arnstein Ressem2023-01-093-24/+1
|
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-091-1/+1
|
* Add method for listing bsnVersion for active application bundles.gjoranv2023-01-093-1/+24
|
* Revert "Improve user friendliness when class resolution fails."Arnstein Ressem2023-01-063-24/+1
|
* Add method for listing bsnVersion for active application bundles.gjoranv2023-01-053-1/+24
|
* move common parsingArne Juul2022-12-091-0/+64
|
* Await subscriber exhausting configs list, in unit testjonmv2022-11-012-2/+32
|
* Move file handling down into FileSourcejonmv2022-11-011-13/+9
|
* Cleanup, no effective changesjonmv2022-11-014-31/+27
|
* No real changesjonmv2022-11-014-24/+29
|
* Remove stray directory with only a .gitignore in itjonmv2022-10-241-0/+0
|
* Keep last 1000 lines sorted in log readerjonmv2022-10-141-13/+24
|
* Revert "Revert "Make it possible to limit number of log lines returned" ↵Valerij Fredriksen2022-09-222-16/+16
| | | | | | (#24168)" This reverts commit d058fe597d6ba98f27c146cf725752aab1405772.
* Revert "Make it possible to limit number of log lines returned" (#24168)Valerij Fredriksen2022-09-212-16/+16
|
* Make it possible to limit number of log lines returnedValerij Fredriksen2022-09-212-5/+14
|
* Non-functional cleanupValerij Fredriksen2022-09-211-11/+2
|
* Sanitize label namesOla Aunronning2022-09-151-3/+3
|
* Omit max and average in PrometheusHelperOla Aunronning2022-09-151-6/+0
|
* Use correct content-type header. Add whitespaceOla Aunronning2022-09-131-4/+4
|
* MetricsPacketsHandler supports Prometheus formatOla Aunronning2022-09-121-0/+25
|
* Return Set instead of collection.gjoranv2022-09-082-2/+1
|
* Always return the set of bundles to uninstall upon completeGen,gjoranv2022-09-082-9/+12
| | | | regardless of success or failure.
* Merge pull request #23939 from ↵gjoranv2022-09-076-124/+278
|\ | | | | | | | | vespa-engine/cleanup-after-failed-component-graph-take2 Cleanup after failed component graph take2 [run-systemtest]
| * Add test verifying that bundles are uninstalled for generations..gjoranv2022-09-071-0/+25
| | | | | | | | that fail in the graph setup phase.
| * Rename tests, extract common code and rearrange test order.gjoranv2022-09-071-36/+28
| |
| * Redesign application bundle loading with a 'complete' phase.gjoranv2022-09-073-10/+35
| | | | | | | | | | | | | | - To be able to uninstall bundles from a config generation that has failed, without affecting the bundles from the last successful generation. (Component reconfig with unchanged bundles was not handled correctly.)
| * Add 'generation' parameter to Osgi.useApplicationBundlesgjoranv2022-09-052-2/+1
| | | | | | | | - Only used for logging for now.
| * Add (failing) unit test to verify that a failed reconfig with ...gjoranv2022-09-052-0/+19
| | | | | | | | unchanged bundles does not affect the already installed bundles.
| * Fix copy/paste error in comment.gjoranv2022-09-011-1/+1
| |
| * Reapply "Set duplicate bundles to the set of bundles from the failed ↵gjoranv2022-09-011-3/+4
| | | | | | | | | | | | generation." This reverts commit c5d3f1d34c8dc637cc3cc38a8d3a246d3f32ce66.
| * Reapply "Make it possible to test the Container with synthetic bundles"gjoranv2022-09-016-115/+183
| | | | | | | | This reverts commit cbed8a40c2a72ca09b7b8e97f83c3acde3479ab3.
| * Reapply "Remove unnecessary and out-of-place xml from synthetic config."gjoranv2022-09-011-5/+3
| | | | | | | | This reverts commit 60e7b087648bc3c5fa4c4a06ca75f740e176f9d5.
| * Reapply "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-09-013-1/+28
| | | | | | | | This reverts commit f869fa7fc3fbce76bc19745201bb62484dfc8efe.