[mem_cache] Clean up unified allocator leftovers (#38103)

This commit is contained in:
Liangsheng Yin
2026-09-04 22:02:50 -07:00
committed by GitHub
parent 3a770da756
commit 0454c074b4
8 changed files with 9 additions and 16 deletions
@@ -136,7 +136,7 @@ class TestPrefillMoveGate(CustomTestCase):
class TestGatedPeerHolesAreNotSchedulable(CustomTestCase):
"""`schedulable_available_size` credits holes a peer urgent-flush would
release. While the move gate is closed that flush relocates nothing, so
crediting them lets the scheduler admit work `_flush_peer_for_alloc` cannot
crediting them lets the scheduler admit work `_relieve_for_alloc` cannot
satisfy; the alloc then returns None and the decode prealloc path treats
that as a memory-estimation bug and aborts the scheduler.
"""