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
Add more test cases to consistenthash and lru packages
In consistenthash package:
Add test case for Getting from empty Hash (before any keys are added);
should return an empty string.
In lru package:
Test adding to an LRU with a MaxEntries value set. The Length of the cache
should remain constant.
Also add tests to add/get from a cleared empty cache.
0 commit comments