Skip to content

Commit

Permalink
Consider login and password in net box URI
Browse files Browse the repository at this point in the history
  • Loading branch information
ylobankov committed Sep 5, 2023
1 parent 2d51155 commit 38298c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luatest/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function Server:initialize()
error(('Net box URI must be <= max Unix domain socket path length (%d chars)')
:format(max_unix_socket_path[system]))
end
fio.mktree(fio.dirname(self.net_box_uri))
fio.mktree(fio.dirname(uri.parse(self.net_box_uri).service))
end

self.env = utils.merge(self.env or {}, self:build_env())
Expand Down

0 comments on commit 38298c1

Please sign in to comment.