Skip to content

test: fix fs_event_watch_file_currentdir flakiness#581

Closed
santigimeno wants to merge 1 commit intolibuv:v1.xfrom
santigimeno:fix_fs_event_watch_file_current_dir
Closed

test: fix fs_event_watch_file_currentdir flakiness#581
santigimeno wants to merge 1 commit intolibuv:v1.xfrom
santigimeno:fix_fs_event_watch_file_current_dir

Conversation

@santigimeno
Copy link
Copy Markdown
Member

In FreeBSD 10.2 the test sometimes times out because the "touch file" timer
fires before the "watch file" event has been registered in the kqueue.
Increasing the timeout value seems to fix the issue.

In FreeBSD 10.2 the test sometimes times out because the "touch file" timer
fires before the "watch file" event has been registered in the kqueue.
Increasing the timeout value seems to fix the issue.
bnoordhuis pushed a commit that referenced this pull request Oct 20, 2015
In FreeBSD 10.2 the test sometimes times out because the "touch file"
timer fires before the "watch file" event has been registered in the
kqueue. Increasing the timeout value seems to fix the issue.

PR-URL: #581
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@bnoordhuis
Copy link
Copy Markdown
Member

Thanks Santiago, landed in a0e30b5.

@bnoordhuis bnoordhuis closed this Oct 20, 2015
evanlucas pushed a commit to evanlucas/libuv that referenced this pull request Dec 5, 2015
In FreeBSD 10.2 the test sometimes times out because the "touch file"
timer fires before the "watch file" event has been registered in the
kqueue. Increasing the timeout value seems to fix the issue.

PR-URL: libuv#581
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants