Error Message Compatibility Report

Engula: /home/ecs-user/.proof/bin/engula-server
Redis: /home/ecs-user/bin/redis-server
Started: 2026-04-03 17:19:06   Duration: 0s
PASS
Status
100.0%
Pass Rate
10
Total
10
Passed
0
Failed

errors: 10 passed, 0 failed

Test Cases

StatusTest NameDetails
PASS err_wrong_num_args ERR wrong number of arguments for 'set' command
PASS err_unknown_command ERR unknown command 'NONEXISTENTCMD', with args beginning with:
PASS err_not_integer ERR value is not an integer or out of range
PASS err_db_index ERR DB index is out of range
PASS err_bitop_wrongtype WRONGTYPE Operation against a key holding the wrong kind of value
PASS err_syntax_error ERR syntax error
PASS wrongtype_lpush_string WRONGTYPE Operation against a key holding the wrong kind of value
PASS wrongtype_get_list WRONGTYPE Operation against a key holding the wrong kind of value
PASS wrongtype_sadd_string WRONGTYPE Operation against a key holding the wrong kind of value
PASS noscript_evalsha NOSCRIPT No matching script. Please use EVAL.