Skip to content

Conversation

@Trott
Copy link
Member

Fixes: #36247

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Nov 24, 2020
@TrottTrott added flaky-test Issues and PRs related to the tests with unstable failures on the CI. request-ci Add this label to start a Jenkins CI on a PR. labels Nov 24, 2020
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 24, 2020
@nodejs-github-bot
Copy link
Collaborator

@Trott
Copy link
MemberAuthor

@Trott
Copy link
MemberAuthor

I ran tools/test.py --repeat 1000 ./node test/sequential/test-fs-watch.js locally on master and on this PR. Master failed 4 times. This PR had no failures.

@Trott
Copy link
MemberAuthor

Stress test: https://ci.nodejs.org/job/node-stress-single-test/206/

So this fixes the existing flakiness but introduces a different problem in that now it sometimes fails because it gets a rename event rather than a change event. That's another OS-specific weirdness thing but I'll see if we can get it to be consistently change.

@Trott
Copy link
MemberAuthor

@nodejs-github-bot
Copy link
Collaborator

@Trott
Copy link
MemberAuthor

That's another OS-specific weirdness thing but I'll see if we can get it to be consistently change.

The fixup commit fixed it locally and on CI.

Fixes: nodejs#36247 PR-URL: nodejs#36249 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
@Trott
Copy link
MemberAuthor

Landed in 8ba65b5

@TrottTrott merged commit 8ba65b5 into nodejs:masterNov 27, 2020
@TrottTrott deleted the watch-interval branch November 27, 2020 13:03
danielleadams pushed a commit that referenced this pull request Dec 7, 2020
Fixes: #36247 PR-URL: #36249 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
@danielleadamsdanielleadams mentioned this pull request Dec 7, 2020
targos pushed a commit that referenced this pull request May 1, 2021
Fixes: #36247 PR-URL: #36249 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
@danielleadamsdanielleadams mentioned this pull request May 3, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

flaky-testIssues and PRs related to the tests with unstable failures on the CI.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

investigate flaky sequential/test-fs-watch

4 participants

@Trott@nodejs-github-bot@joyeecheung@aduh95