Skip to content

Commit 6632ed5

Browse files
author
DvirDukhan
committed
fixed flaky test
1 parent 34dee5e commit 6632ed5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/serialization/RDB/decoder/current/v3/decode_v3.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ void *RAI_RDBLoadScript_v3(RedisModuleIO *io) {
242242
goto cleanup;
243243
}
244244
RAI_ClearError(&err);
245-
script = RAI_ScriptCreate(devicestr, tag, scriptdef, &err);
245+
script = RAI_ScriptCompile(devicestr, tag, scriptdef, (const char **)entryPoints,
246+
nEntryPoints, &err);
246247
}
247248

248249
if (err.code != RAI_OK) {

0 commit comments

Comments
 (0)