Skip to content

Commit

Permalink
Fix queues.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Leonovich committed Jun 30, 2016
1 parent cbf6256 commit 945b8c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/Integration/queues.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ box.cfg {
slab_alloc_arena = .1,
}

box.schema.user.grant('guest', 'read,write,execute', 'universe')
local function bootstrap()
box.schema.user.grant('guest', 'read,write,execute', 'universe')
end

box.once('queues', bootstrap)

console = require('console')
console.listen('127.0.0.1:33333')
Expand Down

0 comments on commit 945b8c1

Please sign in to comment.