40ants / 40ants/cl-prevalence

Tests fail when run separately by different users

未关闭
#26 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。