UniTrack

Projects / jhelm / Tests / jhelm-plugin

jhelm — tests

Pass rate
100.0%
+0.0 pp
Failures
0
0
Suite time
3.6s
-0.1s
Tests
40
0

Latest run 8d13132 on main · Jul 18 10:55

Test results trend (jhelm-plugin — pass/fail per run)

Flaky tests

Tests that both passed and failed for the same commit — likely non-deterministic.

No flaky tests detected. 🎉

Failure clusters

Recent failures grouped by a normalized signature (type, message, top stack frame) — most frequent first.

Recurring failures (a single test failing repeatedly the same way — consistent failures; nondeterministic ones are in the Flaky section above)

org.opentest4j.AssertionFailedError — dandydev-charts/redis-ha - 1 comparison failure(s): · org.alexmond.jhelm.core.KpsComparisonTest#compareSingleChart(String, String, String, String)[1]
Last seen 2026-07-02 05:42
signature
org.opentest4j.AssertionFailedError | dandydev-charts/redis-ha - # comparison failure(s): | at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:#)

All tests (40)

0 failing · 0 flaky · 0 skipped · 40 passed

TestStatusDurationFlaky
org.alexmond.jhelm.plugin.config.JhelmPluginAutoConfigurationTest › beansNotRegisteredWhenDisabled PASSED 7 ms
org.alexmond.jhelm.plugin.config.JhelmPluginAutoConfigurationTest › beansNotRegisteredWhenEnabledFalse PASSED 6 ms
org.alexmond.jhelm.plugin.config.JhelmPluginAutoConfigurationTest › beansRegisteredWhenEnabled PASSED 572 ms
org.alexmond.jhelm.plugin.model.PluginDescriptorTest › builderCreatesDescriptor PASSED 1 ms
org.alexmond.jhelm.plugin.model.PluginEventTest › builderCreatesEvent PASSED 2 ms
org.alexmond.jhelm.plugin.model.PluginManifestTest › builderCreatesManifest PASSED 1 ms
org.alexmond.jhelm.plugin.model.PluginManifestTest › manifestWithWasmConfig PASSED 1 ms
org.alexmond.jhelm.plugin.model.PluginManifestTest › wasmConfigCustomValues PASSED 1 ms
org.alexmond.jhelm.plugin.model.PluginManifestTest › wasmConfigDefaults PASSED 1 ms
org.alexmond.jhelm.plugin.model.PluginTypeTest › fromValueIsCaseInsensitive PASSED 1 ms
org.alexmond.jhelm.plugin.model.PluginTypeTest › fromValueParsesKnownTypes PASSED 1 ms
org.alexmond.jhelm.plugin.model.PluginTypeTest › fromValueThrowsForUnknownType PASSED 1 ms
org.alexmond.jhelm.plugin.model.PluginTypeTest › getValueReturnsCorrectString PASSED 1 ms
org.alexmond.jhelm.plugin.runtime.MemoryBridgeTest › packAndUnpackLargeValues PASSED 51 ms
org.alexmond.jhelm.plugin.runtime.MemoryBridgeTest › packAndUnpackMixedValues PASSED 1 ms
org.alexmond.jhelm.plugin.runtime.MemoryBridgeTest › packAndUnpackPtrLen PASSED 1 ms
org.alexmond.jhelm.plugin.runtime.MemoryBridgeTest › packAndUnpackZeroValues PASSED 5 ms
org.alexmond.jhelm.plugin.sandbox.SandboxedExecutorTest › executeReturnsResultOnSuccess PASSED 2 ms
org.alexmond.jhelm.plugin.sandbox.SandboxedExecutorTest › executeThrowsTimeoutOnSlowTask PASSED 1,010 ms
org.alexmond.jhelm.plugin.sandbox.SandboxedExecutorTest › executeWrapsExceptionInPluginExecutionException PASSED 3 ms
org.alexmond.jhelm.plugin.service.PluginLoaderTest › loadArchiveMissingManifestThrowsValidation PASSED 4 ms
org.alexmond.jhelm.plugin.service.PluginLoaderTest › loadArchiveMissingWasmThrowsValidation PASSED 8 ms
org.alexmond.jhelm.plugin.service.PluginLoaderTest › loadNonexistentArchiveThrowsLoadException PASSED 3 ms
org.alexmond.jhelm.plugin.service.PluginLoaderTest › loadResultEqualsHashCodeAndToStringUseContent PASSED 7 ms
org.alexmond.jhelm.plugin.service.PluginLoaderTest › loadValidArchive PASSED 263 ms
org.alexmond.jhelm.plugin.service.PluginManagerTest › getDownloaderForReturnsEmpty PASSED 5 ms
org.alexmond.jhelm.plugin.service.PluginManagerTest › getLifecycleHooksReturnsOnlyHooks PASSED 240 ms
org.alexmond.jhelm.plugin.service.PluginManagerTest › getPostRenderersReturnsOnlyPostRenderers PASSED 8 ms
org.alexmond.jhelm.plugin.service.PluginManagerTest › installLoadsAndRegistersPlugin PASSED 10 ms
org.alexmond.jhelm.plugin.service.PluginManagerTest › listReturnsAllRegistered PASSED 157 ms
org.alexmond.jhelm.plugin.service.PluginManagerTest › uninstallRemovesRegisteredPlugin PASSED 4 ms
org.alexmond.jhelm.plugin.service.PluginManagerTest › uninstallThrowsForUnknownPlugin PASSED 1,241 ms
org.alexmond.jhelm.plugin.service.PluginRegistryTest › getReturnsEmptyForUnknownPlugin PASSED 2 ms
org.alexmond.jhelm.plugin.service.PluginRegistryTest › listAllReturnsAllRegistered PASSED 1 ms
org.alexmond.jhelm.plugin.service.PluginRegistryTest › listAllReturnsEmptyWhenNoPlugins PASSED 1 ms
org.alexmond.jhelm.plugin.service.PluginRegistryTest › listByTypeFiltersCorrectly PASSED 4 ms
org.alexmond.jhelm.plugin.service.PluginRegistryTest › registerAndGetPlugin PASSED 1 ms
org.alexmond.jhelm.plugin.service.PluginRegistryTest › registerOverwritesExistingPlugin PASSED 1 ms
org.alexmond.jhelm.plugin.service.PluginRegistryTest › unregisterRemovesPlugin PASSED 1 ms
org.alexmond.jhelm.plugin.service.PluginRegistryTest › unregisterReturnsEmptyForUnknownPlugin PASSED 1 ms