MCPcopy Create free account
hub / github.com/antirez/rax / fuzzTestCluster

Function fuzzTestCluster

rax-test.c:345–392  ·  view source on GitHub ↗

Redis Cluster alike fuzz testing. * * This test simulates the radix tree usage made by Redis Cluster in order * to maintain the hash slot -> keys mappig. The keys are alphanumerical * but the first two bytes that are binary (and are the key hashed). * * In this test there is no comparison with the hash table, the only goal * is to crash the radix tree implementation, or to trigger Valgrind

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls 7

raxNewFunction · 0.85
rc4randFunction · 0.85
crc16Function · 0.85
raxInsertFunction · 0.85
raxRemoveFunction · 0.85
raxSizeFunction · 0.85
raxFreeFunction · 0.85

Tested by

no test coverage detected