Skip to content
Snippets Groups Projects
Commit fab86372 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix #712: console.test.lua fails in Fedora 19 x64

parent 738c9c94
No related merge requests found
......@@ -128,11 +128,12 @@ client:close()
-- Stop console
server:shutdown()
server:close()
fiber.sleep(0) -- workaround for gh-712: console.test.lua fails in Fedora
-- Check that admon console has been stopped
test:isnil(socket.tcp_connect("unix/", CONSOLE_SOCKET), "console.listen stopped")
-- Stop iproto (not implemented yet)
-- box.cfg{listen = nil}
-- Stop iproto
box.cfg{listen = ''}
os.remove(IPROTO_SOCKET)
local s = console.listen('127.0.0.1:0')
......
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