redis/tests
Oran Agra aba9517542 corrupt-dump-fuzzer test, avoid creating junk keys (#9302)
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.

(cherry picked from commit 3f3f678a47)
2021-10-04 13:59:40 +03:00
..
assets Sanitize dump payload: handle remaining empty key when RDB loading and restore command (#9349) 2021-10-04 13:59:40 +03:00
cluster Revert cluster slot migration tests. (#8806) 2021-04-18 20:51:08 +03:00
helpers When redis-cli received ASK, it didn't handle it (#8930) 2021-10-04 13:59:40 +03:00
integration corrupt-dump-fuzzer test, avoid creating junk keys (#9302) 2021-10-04 13:59:40 +03:00
modules Fix failing basics moduleapi test on 32bit CI (#9140) 2021-07-21 21:06:49 +03:00
sentinel Solve sentinel test issue in TLS due to recent tests change. (#8728) 2021-04-01 09:44:44 +03:00
support corrupt-dump-fuzzer test, avoid creating junk keys (#9302) 2021-10-04 13:59:40 +03:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit Fix wrong offset when replica pause (#9448) 2021-10-04 13:59:40 +03:00
instances.tcl Solve sentinel test issue in TLS due to recent tests change. (#8728) 2021-04-01 09:44:44 +03:00
test_helper.tcl Make port, tls-port and bind configurations modifiable (#8510) 2021-03-01 16:04:44 +02:00