Skip to content

fix: update jetty (#106) #182

fix: update jetty (#106)

fix: update jetty (#106) #182

GitHub Actions / Test Results succeeded Nov 12, 2024 in 0s

All 32 tests pass in 9s

32 tests   32 ✅  9s ⏱️
 9 suites   0 💤
 9 files     0 ❌

Results for commit aa9d153.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

32 tests found

There are 32 tests, see "Raw output" for the full list of tests.
Raw output
org.hypertrace.core.serviceframework.PlatformServiceTest ‑ testLifecycle()
org.hypertrace.core.serviceframework.PlatformServiceTest ‑ testMetricInitialization()
org.hypertrace.core.serviceframework.PlatformServiceTest ‑ testMetricInitializationWithDefaultTags()
org.hypertrace.core.serviceframework.PlatformServiceTest ‑ testSampleAppInitialization()
org.hypertrace.core.serviceframework.background.PlatformBackgroundServiceTest ‑ testPlatformBackgroundServiceMethods()
org.hypertrace.core.serviceframework.config.ConfigUtilsTest ‑ testConfigAsMap()
org.hypertrace.core.serviceframework.config.ConfigUtilsTest ‑ testConfigAsProperties()
org.hypertrace.core.serviceframework.config.ConfigUtilsTest ‑ testDefaultValues()
org.hypertrace.core.serviceframework.config.ConfigUtilsTest ‑ whenPropertiesContainConfigValue_thenExpectItToBeHandled()
org.hypertrace.core.serviceframework.config.ConfigUtilsTest ‑ whenPropsIsNullExpectANullString()
org.hypertrace.core.serviceframework.config.DirectoryBasedConfigClientTest ‑ testConfigOverride()
org.hypertrace.core.serviceframework.config.DirectoryBasedConfigClientTest ‑ testReadConfig()
org.hypertrace.core.serviceframework.jvm.JVMDiagnosticCommandTest ‑ testHelpCommand()
org.hypertrace.core.serviceframework.jvm.JVMDiagnosticCommandTest ‑ testJvmVersionCommand()
org.hypertrace.core.serviceframework.metrics.PlatformMetricsRegistryTest ‑ testCache()
org.hypertrace.core.serviceframework.metrics.PlatformMetricsRegistryTest ‑ testCaffeine()
org.hypertrace.core.serviceframework.metrics.PlatformMetricsRegistryTest ‑ testCounter()
org.hypertrace.core.serviceframework.metrics.PlatformMetricsRegistryTest ‑ testDistributionSummary()
org.hypertrace.core.serviceframework.metrics.PlatformMetricsRegistryTest ‑ testGauge()
org.hypertrace.core.serviceframework.metrics.PlatformMetricsRegistryTest ‑ testMetricRegistryInitialization()
org.hypertrace.core.serviceframework.metrics.PlatformMetricsRegistryTest ‑ testMetricRegistryStop()
org.hypertrace.core.serviceframework.metrics.PlatformMetricsRegistryTest ‑ testTimer()
org.hypertrace.core.serviceframework.metrics.PlatformMetricsRegistryTest ‑ test_init_withBothPromethuesAndPushGateway_throwsException()
org.hypertrace.core.serviceframework.metrics.PlatformMetricsRegistryTest ‑ test_initializePrometheusPushGateway_withNullUrlAddress_throwsException()
org.hypertrace.core.serviceframework.metrics.PlatformMetricsRegistryTest ‑ test_pushMetrics()
org.hypertrace.core.serviceframework.metrics.config.PrometheusPushRegistryConfigTest ‑ test_config_nullJobName_shouldFailValidation()
org.hypertrace.core.serviceframework.metrics.config.PrometheusPushRegistryConfigTest ‑ test_config_validData_validateSuccessfully()
org.hypertrace.core.serviceframework.metrics.registry.PrometheusPushMeterRegistryTest ‑ test_close_enabled()
org.hypertrace.core.serviceframework.metrics.registry.PrometheusPushMeterRegistryTest ‑ test_init_metric_pushed()
org.hypertrace.core.serviceframework.service.servlets.JVMDiagnosticServletTest ‑ testHelpCommand()
org.hypertrace.core.serviceframework.service.servlets.JVMDiagnosticServletTest ‑ testJVMVersionCommand()
org.hypertrace.core.serviceframework.service.servlets.JVMDiagnosticServletTest ‑ testUnknownCommand()