summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-022-2/+265
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-021-0/+11
* Fixed typo in test tag (for needs:debug) (#10021)Ozan Tezcan2021-12-282-4/+4
* Remove incomplete fix of a broader problem (#10013)guybe72021-12-281-0/+2
* Tests: don't rely on the response of MEMORY USAGE when mem_allocator is not j...chenyang80942021-12-272-21/+10
* Adds utils/gen-commands-json.py (#9958)Itamar Haber2021-12-272-5/+5
* Fix failing test due to recent change in transaction propagation (#10006)chenyang80942021-12-271-12/+12
* Fix race in propagation test (#10012)guybe72021-12-271-4/+5
* Add FUNCTION DUMP and RESTORE. (#9938)Meir Shpilraien (Spielrein)2021-12-262-0/+144
* Changed fuction name to be case insensitive. (#9984)Meir Shpilraien (Spielrein)2021-12-261-0/+18
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-236-52/+562
* Allow most CONFIG SET during loading, block some commands in async-loading (#...Oran Agra2021-12-221-1/+28
* Shorten timeouts of CLIENT PAUSE to avoid hanging when tests fail. (#9975)zhugezy2021-12-221-10/+10
* Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...Meir Shpilraien (Spielrein)2021-12-212-4/+67
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-213-130/+103
* Add external test that runs without debug command (#9964)Oran Agra2021-12-1912-64/+74
* Protected configs and sensitive commands (#9920)YaacovHazan2021-12-193-10/+36
* COMMAND: Use underscores instead of hyphens in attributes (#9959)guybe72021-12-182-12/+12
* Introduce memory management on cluster link buffers (#9774)ny03122021-12-161-8/+0
* Add FUNCTION FLUSH command to flush all functions (#9936)Meir Shpilraien (Spielrein)2021-12-161-1/+41
* Multiparam config get. (#9914)yoav-steinberg2021-12-161-0/+16
* Auto-generate the command table from JSON files (#9656)guybe72021-12-153-6/+53
* Error message improvement for CONFIG SET command (#9924)Wen Hui2021-12-151-2/+2
* Fix possible int overflow when hashing an sds. (#9916)yoav-steinberg2021-12-133-103/+49
* Redact ACL SETUSER arguments if the user has spaces (#9935)Madelyn Olson2021-12-131-2/+4
* Fix timing issue in strem blocking tests (#9927)Binbin2021-12-101-0/+5
* Hide hidden configs from `config get` patterns. (#9888)yoav-steinberg2021-12-081-0/+10
* improvement of a test in unit/pause.tcl (#9868)leishiao2021-12-071-1/+1
* Don't write oom score adj to proc unless we're managing it. (#9904)yoav-steinberg2021-12-071-0/+49
* Merge Redis Functions PR (#9780)Oran Agra2021-12-022-111/+477
|\
| * Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-022-111/+477
| * Redis Functions - Introduce script unit.meir@redislabs.com2021-12-011-1/+1
* | Fix CONFIG SET test failures in MacOS/FreeBSD (#9881)Binbin2021-12-021-8/+11
|/
* Multiparam config set (#9748)yoav-steinberg2021-12-011-0/+110
* Adds auto-seq-only-generation via `XADD ... <ms>-*` (#9217)Itamar Haber2021-11-301-0/+37
* Swap '\r\n' with spaces when returning a big number reply from Lua script. (#...Meir Shpilraien (Spielrein)2021-11-301-0/+11
* Fix CLIENT KILL kill all clients with id 0 (#9853)Binbin2021-11-291-0/+37
* improvement of a blocking xread test (#9859)leishiao2021-11-291-0/+1
* Fix abnormal compression due to out-of-control recompress (#9849)sundb2021-11-291-29/+88
* Improve stability in some blocking command tests (#9856)Binbin2021-11-282-0/+9
* Clean Lua stack before parsing call reply to avoid crash on a call with many ...Meir Shpilraien (Spielrein)2021-11-281-0/+10
* Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)Viktor Söderqvist2021-11-281-0/+38
* Fix COMMAND GETKEYS on LCS (#9852)sundb2021-11-281-0/+4
* Wait for `asyn_loading` to stop in `short read` test (#9841)Binbin2021-11-241-0/+3
* Add tests to cover EXPIRE overflow fix (#9839)Binbin2021-11-241-5/+16
* QUIT is a command, HOST: and POST are not (#9798)guybe72021-11-232-8/+6
* Fix timing issue in sub-second expires test (#9821)Binbin2021-11-221-14/+27
* Improve active defrag in jemalloc 5.2 (#9778)Oran Agra2021-11-211-4/+0
* Tests: add a few missing needs:debug tags. (#9806)Yossi Gottlieb2021-11-181-3/+3
* Fix crashes when list-compress-depth is used. (#9779)perryitay2021-11-182-3/+31