summaryrefslogtreecommitdiff
path: root/tests/unit/scripting.tcl
Commit message (Expand)AuthorAgeFilesLines
* Added test to verify loading Lua binary payload is not possible (#10583)Meir Shpilraien (Spielrein)2022-04-171-0/+6
* Fix incorrect error code for eval scripts and fix test error checking (#10575)Madelyn Olson2022-04-141-2/+2
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-051-7/+15
* Fix #10508, on error, pop function and error handler from Lua stack. (#10519)Meir Shpilraien (Spielrein)2022-04-041-0/+13
* Sort out the mess around Lua error messages and error stats (#10329)Meir Shpilraien (Spielrein)2022-02-271-13/+92
* Consistent erros returned from EVAL scripts (#10218)yoav-steinberg2022-02-081-0/+72
* acl check api for functions and eval (#10220)yoav-steinberg2022-02-071-0/+26
* Correctly handle minimum arity checks in scripts (#10171)Madelyn Olson2022-01-241-0/+5
* Support function flags in script EVAL via shebang header (#10126)yoav-steinberg2022-01-241-0/+153
* Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066)Meir Shpilraien (Spielrein)2022-01-141-6/+3
* Add script tests to cover keys with expiration time set (#10096)Binbin2022-01-111-23/+67
* Redis Function Libraries (#10004)Meir Shpilraien (Spielrein)2022-01-061-5/+5
* Fix OOM error not raised of functions (#10048)Meir Shpilraien (Spielrein)2022-01-031-0/+14
* Fixed typo in test tag (for needs:debug) (#10021)Ozan Tezcan2021-12-281-3/+3
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-231-11/+1
* Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...Meir Shpilraien (Spielrein)2021-12-211-1/+10
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-117/+79
* Add external test that runs without debug command (#9964)Oran Agra2021-12-191-1/+1
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-111/+197
* Redis Functions - Introduce script unit.meir@redislabs.com2021-12-011-1/+1
* Swap '\r\n' with spaces when returning a big number reply from Lua script. (#...Meir Shpilraien (Spielrein)2021-11-301-0/+11
* Clean Lua stack before parsing call reply to avoid crash on a call with many ...Meir Shpilraien (Spielrein)2021-11-281-0/+10
* Connection leak in external tests. (#9777)yoav-steinberg2021-11-151-0/+1
* fix valgrind issues with long double module test (#9709)Oran Agra2021-11-011-3/+3
* Fix invalid memory write on lua stack overflow (CVE-2021-32626) (#9591)Meir Shpilraien (Spielrein)2021-10-041-0/+30
* Fix protocol parsing on 'ldbReplParseCommand' (CVE-2021-32672) (#9590)Oran Agra2021-10-041-1/+16
* Unified Lua and modules reply parsing and added RESP3 support to RM_Call (#9202)Meir Shpilraien (Spielrein)2021-08-041-0/+113
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-1/+1
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-29/+29
* EVALSHA_RO and EVAL_RO Commands (#8820)Raghav Muddur2021-05-121-0/+11
* Restore old client 'processCommandAndResetClient' to fix false dead client in...Meir Shpilraien (Spielrein)2021-03-291-0/+37
* Fix script kill to work also on scripts that use pcall (#8661)Meir Shpilraien (Spielrein)2021-03-171-0/+28
* minor test suite cleanup, revive old test (#8497)Oran Agra2021-02-151-2/+1
* Add lazyfree-lazy-user-flush config to control default behavior of FLUSH[ALL|...Yang Bodong2021-01-151-0/+9
* Fix wrong order of key/value in Lua map response (#8266)Oran Agra2021-01-051-0/+24
* Unified MULTI, LUA, and RM_Call with respect to blocking commands (#8025)Meir Shpilraien (Spielrein)2020-11-171-1/+31
* Fix crash in script timeout during AOF loading (#7870)Oran Agra2020-10-011-0/+39
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-1/+1
* XREAD and XREADGROUP should not be allowed from scripts when BLOCK option is ...Valentino Geron2020-03-261-0/+11
* Add tcl regression test in scripting.tcl to reproduce memory leak.WuYunlong2020-02-041-0/+5
* fix typoDaniel Dai2019-11-191-1/+1
* Slave removal: remove slave from top-level tests descriptions.antirez2018-09-111-9/+9
* Fix scripting tests now that we default to commands repl.antirez2018-09-051-1/+8
* Fix typoJack Drogon2018-07-031-1/+1
* AOF: run tests with preamble off when it makes sense.antirez2018-03-251-1/+2
* Now that SPOP can be called by scripts use BLPOP on 's' flag test.antirez2016-05-311-1/+1
* Scripting test: match new error message.antirez2016-05-061-1/+1
* various cleanups and minor fixesOran Agra2016-04-251-13/+14
* Scripting: handle trailing comments.antirez2016-01-081-0/+4
* Scripting: commands replication tests.antirez2015-10-301-1/+107