Skip to content

Update gradle locks (#137) #320

Update gradle locks (#137)

Update gradle locks (#137) #320

GitHub Actions / Test Results succeeded Feb 16, 2026 in 0s

All 32 tests pass in 16s

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

Results for commit 03ae2ac. ± Comparison against earlier commit 389c7ec.

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()