• Oran Agra's avatar
    corrupt-dump-fuzzer test, avoid creating junk keys (#9302) · 3f3f678a
    Oran Agra authored
    The execution of the RPOPLPUSH command by the fuzzer created junk keys,
    that were later being selected by RANDOMKEY and modified.
    This also meant that lists were statistically tested more than other
    files.
    
    Fix the fuzzer not to pass junk key names to RPOPLPUSH, and add a check
    that detects that new keys are not added by the fuzzer to detect future
    similar issues.
    3f3f678a
util.tcl 25.6 KB