redict/tests/unit/type
Huang Zhw eaa7a7bb93
Fix XTRIM or XADD with LIMIT may delete more entries than Count. (#9048)
The decision to stop trimming due to LIMIT in XADD and XTRIM was after the limit was reached.
i.e. the code was deleting **at least** that count of records (from the LIMIT argument's perspective, not the MAXLEN),
instead of **up to** that count of records.
see #9046
2021-06-07 14:43:36 +03:00
..
hash.tcl Use chi-square for random distributivity verification in test (#8709) 2021-04-01 08:20:15 +03:00
incr.tcl skip a test that uses +inf on valgrind (#7440) 2020-07-10 08:29:02 +03:00
list-2.tcl Minor improvements for list-2 test (#8156) 2020-12-08 16:26:38 +02:00
list-3.tcl Test: new randomized stress tester for #3343 alike bugs. 2016-06-28 09:42:20 +02:00
list-common.tcl list test split into smaller parts 2011-07-11 11:30:46 +02:00
list.tcl Adds count to L/RPOP (#8179) 2020-12-25 21:49:24 +02:00
set.tcl Use chi-square for random distributivity verification in test (#8709) 2021-04-01 08:20:15 +03:00
stream-cgroups.tcl Fix out of range confusing error messages (XAUTOCLAIM, RPOP count) (#8746) 2021-04-07 10:01:28 +03:00
stream.tcl Fix XTRIM or XADD with LIMIT may delete more entries than Count. (#9048) 2021-06-07 14:43:36 +03:00
string.tcl GETEX, GETDEL and SET PXAT/EXAT (#8327) 2021-01-27 19:47:26 +02:00
zset.tcl zsetAdd: Fix wrong reply in case of INCR and GT/LT (#8717) 2021-04-01 09:33:53 +03:00