Tests fail when run separately by different users
Đang mở
- Ngôn ngữ chính
- Common Lisp
- Star
- 34
- Fork
- 7
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.