summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* lpGetInteger returns int64_t, avoid overflow (#10068)guybe72022-01-071-0/+9
* Redis Function Libraries (#10004)Meir Shpilraien (Spielrein)2022-01-065-96/+494
* Set errno to EEXIST in redisFork() if child process exists (#10059)Ozan Tezcan2022-01-061-0/+7
* Added INFO LATENCYSTATS section: latency by percentile distribution/latency b...filipe oliveira2022-01-056-1/+155
* Show the elapsed time of single test and speed up some tests (#10058)sundb2022-01-054-7/+9
* Fix typo in multi test (#10054)Ozan Tezcan2022-01-051-1/+1
* Add tests for blocking XREAD[GROUP] when the stream ran dry (#10035)Binbin2022-01-042-1/+106
* Ban snapshot-creating commands and other admin commands from transactions (#1...guybe72022-01-042-2/+86
* use startEvictionTimeProc() in config set maxmemory (#10019)zhaozhao.zz2022-01-041-2/+2
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-0311-62/+1333
* Fix OOM error not raised of functions (#10048)Meir Shpilraien (Spielrein)2022-01-031-0/+14
* Implement clusterbus message extensions and cluster hostname support (#9530)Madelyn Olson2022-01-023-1/+225
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-0210-30/+578
* Add DUMP RESTORE tests for redis-cli -x and -X options (#10041)Binbin2022-01-021-0/+28
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-026-6/+278
* Generate RDB with Functions only via redis-cli --functions-rdb (#9968)yoav-steinberg2022-01-021-5/+24
* Fix a valgrind test failure due to slowly shutdown (#10038)sundb2022-01-011-0/+4
* Modules: Mark all APIs non-experimental (#9983)Viktor Söderqvist2021-12-3014-14/+0
* redis-cli: Add -X option and extend --cluster call take arg from stdin (#9980)Binbin2021-12-301-8/+40
* 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-273-21/+20
* 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
* santize dump payload: fix carsh when zset with NAN score (#10002)Binbin2021-12-261-1/+11
* 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-237-52/+699
* resolve replication test timing sensitivity - 2nd attempt (#9988)Oran Agra2021-12-222-6/+6
* resolve replication test timing sensitivity (#9982)Oran Agra2021-12-221-2/+2
* Allow most CONFIG SET during loading, block some commands in async-loading (#...Oran Agra2021-12-222-1/+45
* 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-218-285/+149
* Fix recent daily CI test failures (#9966)Binbin2021-12-202-2/+12
* Add external test that runs without debug command (#9964)Oran Agra2021-12-1917-78/+101
* Protected configs and sensitive commands (#9920)YaacovHazan2021-12-195-10/+50
* COMMAND: Use underscores instead of hyphens in attributes (#9959)guybe72021-12-182-12/+12
* Introduce memory management on cluster link buffers (#9774)ny03122021-12-164-8/+176
* Add FUNCTION FLUSH command to flush all functions (#9936)Meir Shpilraien (Spielrein)2021-12-163-1/+43
* Multiparam config get. (#9914)yoav-steinberg2021-12-161-0/+16
* Auto-generate the command table from JSON files (#9656)guybe72021-12-156-45/+102
* 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-135-103/+121
* 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
* Santize dump payload: fix crash when stream with duplicate consumes (#9918)sundb2021-12-081-0/+11
* 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