Home
last modified time | relevance | path

Searched refs:failTest (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/modules/
H A Dtestmodule.c124 int failTest(RedisModuleCtx *ctx, const char *msg) { in failTest() function
135 if (!k) return failTest(ctx, "Could not create key"); in TestUnlink()
138 return failTest(ctx, "Could not set string value"); in TestUnlink()
143 return failTest(ctx, "Key does not exist before unlink"); in TestUnlink()
147 return failTest(ctx, "Could not unlink key"); in TestUnlink()
152 return failTest(ctx, "Could not verify key to be unlinked"); in TestUnlink()