redis/tests
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
..
assets ACL channels permission handling for save/load scenario. (#8794) 2021-04-19 13:27:44 +03:00
cluster Fix typo on buckup to backup (#8919) 2021-06-01 22:54:30 -07:00
helpers stabilize tests that involved with load handlers (#8967) 2021-05-20 15:29:43 +03:00
integration tests: add details when test fails on malformed info (#9042) 2021-06-03 20:34:54 +03:00
modules Modules: adding a module type for key space notification (#8759) 2021-04-19 21:33:26 +03:00
sentinel Solve sentinel test issue in TLS due to recent tests change. (#8728) 2021-04-01 09:44:44 +03:00
support Always replicate time-to-live(TTL) as absolute timestamps in milliseconds (#8474) 2021-05-30 09:20:32 +03:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit Fix XTRIM or XADD with LIMIT may delete more entries than Count. (#9048) 2021-06-07 14:43:36 +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 tests: prevent name clash in variables leading to wrong test name (#8995) 2021-06-06 17:35:30 +03:00