Skip to content
Snippets Groups Projects
Commit 359cedac authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

test: fix box-luatest/gh-6786_func_index_iterator_stable_test

The is_multikey option must be wrapped in opts, because commit
66f5368b ("schema: allow to pass
is_multikey func opt without sub-table") wasn't backported.
parent f630ae62
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ g.before_test('test_func_index_iterator_stable', function()
end]],
is_deterministic = true,
is_sandboxed = true,
is_multikey = true,
opts = { is_multikey = true },
})
local s = box.schema.create_space('test')
s:create_index('pk')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment