-
Notifications
You must be signed in to change notification settings - Fork 681
port inotify test for nuttx #2702
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
Conversation
|
[Experimental Bot, please feedback here] The PR summary is lacking some details. Here's a breakdown and suggestions: What's Missing in the Summary
Impact Section: Needs More Detail
Testing Section: Missing Context
In conclusion: The PR needs more detail and context to meet NuttX requirements. Focus on explaining the "why" behind the changes, providing specifics about the implementation, quantifying the impact, and including relevant testing details. |
|
Looks like build errors to be fixed? Will restart failed CI tasks :-) |
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
Signed-off-by: guohao15 <guohao15@xiaomi.com>
Signed-off-by: guohao15 <guohao15@xiaomi.com>
Signed-off-by: guohao15 <guohao15@xiaomi.com>
Signed-off-by: guohao15 <guohao15@xiaomi.com>
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
cederom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @guohao15 :-)
Summary
1 make the libuv run use epoll as backend
2 make the inotify test case runable in nuttx
Impact
select epoll as backend may spend more stack memory
Testing
uv_run_tests fs_event_watch_dir
uv_run_tests fs_event_close_in_callback
uv_run_tests fs_event_watch_file
uv_run_tests fs_event_watch_file_current_dir
uv_run_tests fs_event_ref
uv_run_tests fs_event_immediate_close
uv_run_tests fs_event_watch_file_exact_path
uv_run_tests fs_event_no_callback_on_close
uv_run_tests fs_event_no_callback_after_close
uv_run_tests fs_event_close_with_pending_event
uv_run_tests fs_event_close_with_pending_delete_event
uv_run_tests fs_event_error_reporting
uv_run_tests fs_event_start_and_close
uv_run_tests fs_event_watch_file_twice
uv_run_tests fs_event_getpath
uv_run_tests fs_event_watch_invalid_path
uv_run_tests fs_event_stop_in_cb