Skip to content

Commit 945b8c1

Browse files
author
Eugene Leonovich
committed
Fix queues.lua
1 parent cbf6256 commit 945b8c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/Integration/queues.lua

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ box.cfg {
88
slab_alloc_arena = .1,
99
}
1010

11-
box.schema.user.grant('guest', 'read,write,execute', 'universe')
11+
local function bootstrap()
12+
box.schema.user.grant('guest', 'read,write,execute', 'universe')
13+
end
14+
15+
box.once('queues', bootstrap)
1216

1317
console = require('console')
1418
console.listen('127.0.0.1:33333')

0 commit comments

Comments
 (0)