"tests/vscode:/vscode.git/clone" did not exist on "cdc1fa12eb1ba4795d24e97dcffa2018668a9267"
Unverified Commit 7c139ab2 authored by Ronen Schaffer's avatar Ronen Schaffer Committed by GitHub
Browse files

[KV Offload] Clean up ARC/LRU refactoring leftovers: group ARC tests and fix stale comment (#38217)


Signed-off-by: default avatarRonen Schaffer <ronen.schaffer@ibm.com>
parent 0be9516e
This diff is collapsed.
...@@ -93,9 +93,8 @@ class FilterReusedOffloadingManager(OffloadingManager): ...@@ -93,9 +93,8 @@ class FilterReusedOffloadingManager(OffloadingManager):
] ]
# Delegate to the backing manager with only the eligible hashes. # Delegate to the backing manager with only the eligible hashes.
# Passing an empty list is intentional and safe — both # Passing an empty list is intentional and safe — CPUOffloadingManager
# LRUOffloadingManager and ARCOffloadingManager handle it correctly, # handles it correctly, returning a PrepareStoreOutput with empty lists.
# returning a PrepareStoreOutput with empty lists.
return self._backing.prepare_store(eligible) return self._backing.prepare_store(eligible)
# ------------------------------------------------------------------ # ------------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment