-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
C-bugCategory: This is a bugCategory: This is a bug
Description
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:
- git clone git@github.com:helix-editor/helix
- (dev shell stuff)
- cargo integration-test
I expected this to happen:
The tests to be ran.
Instead, this happened:
---- test::commands::surround_replace_ts stdout ----
Error: build signal handler
Caused by:
Too many open files (os error 24)
Stack backtrace:
[...]
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bugCategory: This is a bug