redis/tests
meir b2ce3719af Protect globals of evals scripts.
Use the new `lua_enablereadonlytable` Lua API to protect the global tables of
evals scripts. The implemetation is easy, we simply call `lua_enablereadonlytable`
on the global table to turn it into a readonly table.
2022-04-27 16:31:52 +03:00
..
assets Sanitize dump payload: handle remaining empty key when RDB loading and restore command (#9349) 2021-10-04 13:59:40 +03:00
cluster Revert cluster slot migration tests. (#8806) 2021-04-18 20:51:08 +03:00
helpers When redis-cli received ASK, it didn't handle it (#8930) 2021-10-04 13:59:40 +03:00
integration add check good slaves to write when execute script (#10249) 2022-04-11 12:59:27 +03:00
modules Fix failing basics moduleapi test on 32bit CI (#9140) 2021-07-21 21:06:49 +03:00
sentinel Solve sentinel test issue in TLS due to recent tests change. (#8728) 2021-04-01 09:44:44 +03:00
support corrupt-dump-fuzzer test, avoid creating junk keys (#9302) 2021-10-04 13:59:40 +03:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit Protect globals of evals scripts. 2022-04-27 16:31:52 +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 Make port, tls-port and bind configurations modifiable (#8510) 2021-03-01 16:04:44 +02:00