Lua Scripting Compatibility Report
Test Cases
| Status | Test Name | Details |
| PASS |
eval_return_int |
both returned: 42 |
| PASS |
eval_return_string |
both returned: hello |
| PASS |
eval_return_nil |
both returned nil |
| PASS |
eval_return_table |
both returned: 1
2
3 |
| PASS |
eval_argv_arithmetic |
both returned: 8 |
| PASS |
eval_keys_and_args |
both returned: lua_val1 |
| PASS |
eval_incr |
both returned: 1 |
| PASS |
eval_conditional |
both returned: yes |
| PASS |
eval_loop |
both returned: 55 |
| PASS |
eval_error |
both returned error |
| PASS |
evalsha_basic |
both loaded script |
| PASS |
evalsha_execute |
EVALSHA returned: 77 |
| PASS |
evalsha_noscript |
both returned NOSCRIPT |
| PASS |
script_exists |
SCRIPT EXISTS matches |
| PASS |
script_flush |
SCRIPT FLUSH works |
| PASS |
script_kill_no_script |
both return error when no script running |
| PASS |
function_load |
function loaded: mylib |
| PASS |
function_list |
FUNCTION LIST matches |
| PASS |
fcall_basic |
FCALL returned: 30 |
| PASS |
fcall_with_args |
FCALL with args returned: 30 |
| PASS |
fcall_ro |
FCALL_RO returned: read-only |
| PASS |
function_delete |
FUNCTION DELETE matches |
| PASS |
function_flush |
FUNCTION FLUSH works |