groupcache icon indicating copy to clipboard operation
groupcache copied to clipboard

fix function TestConsistency

Open 018429 opened this issue 3 years ago • 0 comments

The Add function does not add the hash value of the string key itself to the list keys, so what is the meaning of 'Direct match' in the sentence "Direct matches should always return the same entry", I think this is a bug in the test code, Does 'Direct match' mean that the queried string directly corresponds to a replicated node? So I made some changes to the code.

018429 avatar Apr 20 '22 17:04 018429