Skip to content
代码片段 群组 项目
用户头像
Patrick Steinhardt 编辑于
We have recently migrated Gitaly to use a new runtime directory instead
of its old internal socket directory. One outcome of this migration is
that internal Unix socket paths as created by test Gitaly instances are
now longer than they had been before because they're created inside of a
subdirectory. Due to limitations on the maximum socket path length, this
is causing setup failures on some developer's machines depending on the
location of the GDK.

Let's improve this situation and give developers a little bit more
headroom by migrating Gitaly's runtime directory to `tmp/run` instead of
nesting it into `tmp/tests/gitaly`. This runtime directory can be shared
across all Gitalies because Gitaly creates a directory `gitaly-$PID` in
the runtime directory.

This change buys us another 9 characters of headroom towards the 104
character limit for socket paths.
5e58502a
历史
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
名称 最后提交 最后更新
..