Files
cleveragents-core/features
HAL9000 0b8bf3b492 fix(acms): assert on last_remove_result in hot tier remove step
Update the then-step for removing entries from the hot storage tier to
assert on context.last_remove_result (set by the when-step) instead of
calling remove() a second time. The double-removal caused the assertion
to always fail because the entry was already gone. Also update the
feature file scenarios to use the when-step before the then-step.

ISSUES CLOSED: #9972
2026-06-13 04:59:44 -04:00
..