diff options
author | Bartosz Nitka <niteria@gmail.com> | 2016-06-29 06:10:20 -0700 |
---|---|---|
committer | Bartosz Nitka <niteria@gmail.com> | 2016-06-29 06:10:22 -0700 |
commit | 8f7194fae23bdc6db72fc5784933f50310ce51f9 (patch) | |
tree | 7c8b7d6e919a17ef74f5946d8db46238cc365366 /testsuite/tests/ghc-e | |
parent | 9a645a1687aca21f965206f1d8c8bb23dd6410e5 (diff) | |
download | haskell-8f7194fae23bdc6db72fc5784933f50310ce51f9.tar.gz |
Double the file descriptor limit for openFile008
I have get test failures on `openFile008` with
`openFile: resource exhausted (Too many open files)` when running
inside `./validate`, but not when I run the test individually.
I suspect that's because with `./validate` parallelism of 33 threads
I go just above the `1024` file descriptor limit.
This is probably related to the recent change:
`58f0086b70f2: Testsuite: open/close stdin/stdout/stderr explicitly`
but I haven't looked deep enough to understand exactly how.
I think bumping this is harmless, but I don't really know why it's
necessary at all.
Test Plan: ./validate
Reviewers: austin, thomie, hvr, bgamari, simonmar
Reviewed By: simonmar
Subscribers: simonmar
Differential Revision: https://phabricator.haskell.org/D2368
Diffstat (limited to 'testsuite/tests/ghc-e')
0 files changed, 0 insertions, 0 deletions