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
Showing
- test/box-luatest/gh_8937_data/00000000000000000004.snap 0 additions, 0 deletionstest/box-luatest/gh_8937_data/00000000000000000004.snap
- test/box-luatest/gh_8937_data/00000000000000000005.snap 0 additions, 0 deletionstest/box-luatest/gh_8937_data/00000000000000000005.snap
- test/box-luatest/gh_8937_data/00000000000000000005.vylog 0 additions, 0 deletionstest/box-luatest/gh_8937_data/00000000000000000005.vylog
- test/box-luatest/gh_8937_data/gen.lua 4 additions, 0 deletionstest/box-luatest/gh_8937_data/gen.lua
Loading
Please register or sign in to comment