-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests fail: "Too many open files" #125
Comments
What does Workarounds: either increase the FD limit, or run with |
Seems this is the solution, FD limit is too small for many threads. Thanks. |
tokio-runtime-worker-*
panicked
@jonhoo Can we somehow set a default |
@ms705 Would it be better to make some parts serial (which causes the fails) and keep others parallel? For performance. |
@ms705 there sadly isn't really a way to do this in a good way. Maybe the closest approximation is using |
System Information
description
Command:
cargo test
Test Message (Ignored the un-related part before):
Got several FAILED tests, and the test seems just stunned.
The text was updated successfully, but these errors were encountered: