]> git.saurik.com Git - redis.git/commitdiff
Added a new hash fuzzy tester.
authorantirez <antirez@gmail.com>
Tue, 12 Jun 2012 13:20:16 +0000 (15:20 +0200)
committerantirez <antirez@gmail.com>
Tue, 12 Jun 2012 13:20:16 +0000 (15:20 +0200)
The new fuzzy tester also removes elements from the hash instead of just
adding random fields. This should increase the probability to find bugs
in the implementations of the hash type internal representations.


No differences found