You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve stability of FixedSizeCacheTest identity/weak tests (#9362)
by eliminating the chance identity hash might collide even after 3 rehashes
the easiest way to do this is to bump the size of the cache used in testing
note this is only necessary because we want to keep both keys in the cache
to test the 'visit' method - otherwise we'd need to relax that assertion
0 commit comments