-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Investigate flaky test-fs-watch-non-recursive on Windows #40728
Comments
It seems this first appears in nodejs/reliability#92, the referenced PRs don't seem to be related so I suspect it's an issue with the test. |
I'm am totally unable to make this test pass on my Windows machine, even if I increase the timeouts. |
@nodejs/platform-windows |
It seems that the creation of file I wonder that this test ever passed. Adding e.g. |
The commit that added this test was 515607a with the message
So I guess the intended behavior is that the changes shouldn't be notified in this case. I looked into the logs a bit more and it seems this first (as far as the reliability bot records) appeared in nodejs/reliability#68, none of the referenced PRs seem to be related, either. I'd say it's time to mark this as flaky already. |
I've opened #40916 but I'm unable to reproduce the issue on my Windows machine.
|
Is this the latest version of Windows 10? |
Yes, updated a few minutes ago. |
I tested again on a different (slower) Windows machine. Problem is not reproducible there but once I have VSCode running in background the test starts to fail (still executed without debugger from command line). Maybe VSCode does also some watching which causes such side effects. On the machine I tested first the test is flaky without VSCode running but fails stable if it runs in background. |
I've VSCode and a virtual machine (Windows 10 on Hyper-V) running but I can't reproduce. |
This reverts commit 2a871df. It has been almost three years since the test was marked flaky. Remove the unstable designation to see if the problem persists on Windows. Fixes: nodejs#40728
This reverts commit 2a871df. It has been almost three years since the test was marked flaky. Remove the unstable designation to see if the problem persists on Windows. Fixes: #40728 PR-URL: #55079 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
This reverts commit 2a871df. It has been almost three years since the test was marked flaky. Remove the unstable designation to see if the problem persists on Windows. Fixes: nodejs#40728 PR-URL: nodejs#55079 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
test-fs-watch-non-recursive
https://ci.nodejs.org/job/node-test-binary-windows-js-suites/12089/RUN_SUBSET=2,nodes=win10-COMPILED_BY-vs2019/testReport/junit/(root)/test/pummel_test_fs_watch_non_recursive/
The text was updated successfully, but these errors were encountered: