Integration tests fail on MacOS with Too many open files (os error 24)
#13046
Unanswered
jedesroches
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
When running the integrationt tests on MacOs, tests start failing with
Too many open files (os error 24)
errors. It is of course possible to raise the limit via sysctl's and ulimit calls, but it is a bit confusing that tests would fail on a "default" setup...Reproduction Steps
I tried this:
I expected this to happen:
The tests to be ran.
Instead, this happened:
And about 50 similar failures (including the hello world).
Helix log
N/A
Platform
macOS
Terminal Emulator
alacritty 0.14.0
Installation Method
nixpkgs
Helix Version
master (1955883)
Beta Was this translation helpful? Give feedback.
All reactions