Commit 081c502b authored by Julien Muchembled's avatar Julien Muchembled

client: new cache algorithm

parent c84c48ee
This diff is collapsed.
......@@ -931,7 +931,7 @@ class Test(NEOThreadedTest):
ll()
x2._p_deactivate()
# Remove last version of x from cache
cache._remove(cache._oid_dict[x2._p_oid].pop())
cache._forget(cache._oid_dict[x2._p_oid][0])
with ll, Patch(cluster.client, _loadFromStorage=break_after):
t = self.newThread(x2._p_activate)
ll()
......
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