Skip to content
Snippets Groups Projects
Commit 97a678de authored by Ilya Verbin's avatar Ilya Verbin Committed by Serge Petrenko
Browse files

test: fix gh_8937_recover_wrong_hint_options_test.lua snapshots

The test fails when Tarantool with a renewed schema version recovers from
a gh_8937_data/ snapshot, because `luatest/server_instance.lua` executes:
box.schema.user.grant('guest', 'super', nil, nil, {if_not_exists = true})
while insert into system spaces is forbidden until schema is upgraded.
Fix it by adding `box.schema.user.grant()` to the snapshot.

NO_DOC=test
NO_CHANGELOG=test
parent 40bd0eb1
No related branches found
No related tags found
No related merge requests found
Loading
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