aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_test_fails.mdwn
blob: 39668b60f6e7537751eb1143c2ad35f7800767f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
### Please describe the problem.
git annex test fails outside a git repository.

[[!format sh """
$ git annex test
git-annex: Not in a git repository.
"""]]

and then some tests fail once you work around that.
[[!format sh """
Exception: getCurrentDirectory:getWorkingDirectory: resource exhausted (Too many open files)
"""]]

Exception: getCurrentDirectory:getWorkingDirectory: resource exhausted

### What steps will reproduce the problem?
Run `git annex test`.

### What version of git-annex are you using? On what operating system?
HEAD at 425a3a1 built with GHC 8.2.1.

### Please provide any additional information below.

Full log is here: https://gist.github.com/ilovezfs/1ed886b43d534b239be25f4aa8b7394e

### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)

Yes!

[[!meta title="OSX git-annex test fails: Too many open files"]]

> [[fixed|done]] --[[Joey]]