redict/tests
Viktor Söderqvist aea6e71ef8
RM_ZsetRem: Delete key if empty (#8453)
Without this fix, RM_ZsetRem can leave empty sorted sets which are
not allowed to exist.

Removing from a sorted set while iterating seems to work (while
inserting causes failed assetions). RM_ZsetRangeEndReached is
modified to return 1 if the key doesn't exist, to terminate
iteration when the last element has been removed.
2021-02-05 19:54:01 +02:00
..
assets Sanitize dump payload: ziplist, listpack, zipmap, intset, stream 2020-12-06 14:54:34 +02:00
cluster Optimize performance of clusterGenNodesDescription for large clusters (#8182) 2021-01-13 12:36:03 -08:00
helpers revert an accidental test code change done as part of the tls project 2019-12-01 16:10:09 +02:00
integration Fix FreeBSD tests and CI Daily issues. (#8438) 2021-02-03 17:35:28 +02:00
modules RM_ZsetRem: Delete key if empty (#8453) 2021-02-05 19:54:01 +02:00
sentinel fix sentinel tests error (#8422) 2021-01-30 11:18:58 +02:00
support RAND* commands: fix risk of OOM panic in hash and zset, use fair random in hash, and add tests for even distribution to all (#8429) 2021-02-05 15:56:20 +02:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit RM_ZsetRem: Delete key if empty (#8453) 2021-02-05 19:54:01 +02:00
instances.tcl temporarily disable sentinel test FD leak print (#8425) 2021-01-31 12:14:36 +02:00
test_helper.tcl implement FAILOVER command (#8315) 2021-01-28 13:18:05 -08:00