Tests fail when run separately by different users
未关闭
- 主要语言
- Common Lisp
- 星标
- 34
- 派生
- 7
- PR 合并指标
- 30 天内没有已合并 PR
描述
Running tests leaves directories lying around in /tmp owned by the user running the test, which makes it impossible for any other user on the same system to run the tests:
```
$ ls -ld /tmp/*prevalence*
drwxr-xr-x 3 _nixbld1 wheel 96 Sep 30 22:46 /tmp/master-test-prevalence-system
drwxr-xr-x 3 _nixbld1 wheel 96 Sep 30 22:46 /tmp/slave-test-prevalence-system
drwxr-xr-x 5 _nixbld1 wheel 160 Sep 30 22:46 /tmp/test-managed-prevalence-system
```
This is particularly apparent with Nix, which uses a daemon with special dedicated system users for building & testing.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。