Skip to content
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

test,ci: flaky fs_event_error_reporting #4368

Open
bnoordhuis opened this issue Mar 22, 2024 · 0 comments
Open

test,ci: flaky fs_event_error_reporting #4368

bnoordhuis opened this issue Mar 22, 2024 · 0 comments

Comments

@bnoordhuis
Copy link
Member

Happened yesterday on the sanitizers-macos buildbot during the "TSAN Test" step:

 not ok 51 - fs_event_error_reporting
# exit code 6
# Output from process `fs_event_error_reporting`:
# Assertion failed in /Users/runner/work/libuv/libuv/test/test-fs-event.c on line 1124: `uv_loop_init(loop) == 0` (-24 == 0)

Errno 24 is EMFILE.

The test tests FSEventStreamStart resource exhaustion by creating 1,024 event loops and file watchers. Maybe needs a setrlimit(RLIMIT_NOFILE) to increase the open file descriptor limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant